PDA

View Full Version : Four Winds Isle Citizen Script



Beguiler
03-12-2007, 01:50 PM
Anyone out there have a decent 4WI Citizenship script?

Gan
03-12-2007, 02:09 PM
I used to have a good one, then they changed up how merchants worked... so its now in need of tweaking.

AestheticDeath
03-12-2007, 07:24 PM
#fwic

Main:
echo *
echo * Start in Gardenia Commons
echo * Run this script constantly, you will get citizenship in 6-8 hours
echo * Start this script in the Gardenia Commons
echo * Make sure you have 50,051 coins in the bank
echo *
pause


Bank:
move e
move go bank
move go arch
put deposit all
pause
put withdraw 50000
waitfor The teller
move go arch
move out
goto Bakeshop

Bakeshop:
move w
move s
move s
move e
move go bakeshop
goto Buy

Buy:
pause 20
put order 5
waitfor You may
put buy
waitfor takes your
put eat my bread
pause 20
put eat my bread
pause 20
put eat my bread
pause 20
goto Time

Time:
put time
match Clerk :00
match Clerk :10
match Clerk :20
match Clerk :30
match Clerk :40
match Clerk :50
match Clerk :60
match Buy elven time
matchwait

Clerk:
move out
move w
move n
move w
move go hall
move e
move go bamboo door
put ask clerk about citizenship
match exit You already have citizenship
match Return You aren't qualified for citizenship yet
match Citizen you do seem to be eligible for full citizenship
matchwait

Return:
move out
move w
move out
move e
move s
move e
move go bakeshop
goto Buy

Citizen:
put write book

exit:
put exit

AestheticDeath
03-12-2007, 08:25 PM
By the way, this script runs continuously, until either you stop it, or the script attains citizenship. Or perhaps if a GM screws with you. I personally haven't run afoul of any GM interference using the citizenship scripts I made. But several people wanted to warn me/others about the GMs frowning upon the usage of such a script.

So use it at your own risk.

Modify it if you want to. Don't matter to me.