PDA

View Full Version : Mist Harbor Citizenship...



arlia
04-01-2008, 01:09 AM
I just tried it, and it looks like all I am doing is going to the bakery and eating the same thing. Has anyone gotten citizenship from this script? If you used another script, could you tell me where to find it?

diethx
04-01-2008, 01:10 AM
I just tried it, and it looks like all I am doing is going to the bakery and eating the same thing. Has anyone gotten citizenship from this script? If you used another script, could you tell me where to find it?

I used it and got citizenship.

AestheticDeath
04-01-2008, 01:31 AM
I made a script just like this - if it isn't the one I made. It works just fine, but takes 6-8 hours.

Pretty sure you cannot get citizenship any faster.

StJimmy
04-01-2008, 06:01 AM
I've used ADs' citizenship scripts for both the Landing and FWI and have easily gotten citizenship both times and each involves the same thing, going to the bakery and eating shit. I'll make one based on his for River's Rest when I could be stuffed, works great for me.

arlia
04-01-2008, 10:57 AM
I'm glad to hear that. :) I'll run it today, once I finish getting another character citizenship in Icemule.

diethx
04-01-2008, 03:31 PM
I've used ADs' citizenship scripts for both the Landing and FWI and have easily gotten citizenship both times and each involves the same thing, going to the bakery and eating shit. I'll make one based on his for River's Rest when I could be stuffed, works great for me.

Yeah, I used his for FWI and then I had him make me one for Solhaven, because his citizenship scripts are full of win.

arlia
04-02-2008, 04:15 PM
Woohoo! I got citizenship in just over 7 hours. :) I'm going to see about modifying it for Ice Mule and Zul Logoth. If they both work, I'll share them with others.

AestheticDeath
04-02-2008, 04:26 PM
I have one for Zul Logoth already. I hate ice mule though so I didnt make one there.

AestheticDeath
04-02-2008, 04:27 PM
#Citizenship Zul Logoth

Main:
echo *
echo * Run this script constantly, you will get citizenship in 8 hours or less.
echo * Start this script in the Zul Logoth bank
echo * Make sure you have 50,051 coins in the bank
echo *


Bank:
put deposit all
pause
put withdraw 50000
waitfor The teller
move out
goto Grocer

Grocer:
move w
move sw
move go door
goto Buy

Buy:
pause 20
put order 2
waitfor You may
put buy
waitfor He hands you a barbecued rolton rib
put eat my rib
pause 20
put eat my rib
pause 20
put eat my rib
pause 20
put eat my rib
pause 20
put eat my rib
waitfor You take a bite
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 go door
move se
move e
move go stone doorway
move go mithril door
put ask clerk about citizenship
match Return You aren't qualified for citizenship yet
match Citizen you do seem to be eligible for full citizenship
matchwait

Return:
move go mithril door
move out
move w
move nw
move go door
goto Buy

Citizen:
put write book

exit

arlia
04-05-2008, 11:52 AM
Thank you!! :)