PDA

View Full Version : Citizen Script REPOST



crazymage
07-26-2004, 07:28 PM
Soupie made, run ever few hours from HS

Soulpieced
07-26-2004, 07:30 PM
I did? I don't recall who I gave this too, and I started picking/hunting before I ever got full citizenship so do you know if it works Serg?

Snapp
07-26-2004, 07:35 PM
It works SP. You posted it here before, and I used it to get citizenship. Thanks by the way! ;)

Soulpieced
07-26-2004, 07:50 PM
No shit.

Hulkein
07-26-2004, 07:55 PM
LOL, sounds like some heavy alcohol or drugs were used in the making of this eh Soulpieced? :beer:

GSLeloo
07-26-2004, 11:06 PM
How many times does it take on average to become a citizen?

MPSorc
07-27-2004, 08:19 AM
two things since i can't download it right now and look at it (im at work) whats this script do and what town it work in?

Parkbandit
07-27-2004, 09:01 AM
It runs around town and purchases cheap items from all the merchants. It works in the landing and I think you need HS access to use it as it withdraws silver for purchasing the items.

Gan
07-27-2004, 01:42 PM
heh, I threw together a similar script (based off the one from the landing) for Ta'Illistim. I've debugged it and it seems to work fine for my rogue (human) and cleric (giantkin). I suppose the only thing that might interfere with it working right is if you use it on a character thats banned from any of the involved shops... enjoy.. and yes, its in rough form due to time constraints on my end (work).
_________________________________

#[ Utility ]citizenship purchasing script for Illistim

Main:
echo *
echo * This script starts inside the Shimmarglin Inn doorway
echo * Run this script once every 4 hours or so for best results
echo * The script will withdraw 3000 coins
echo * Make sure your commands are echo'd locally
echo *
pause
goto Inn

Inn:
move go door
move sw
move sw
move sw
move w
move w
move sw
move sw
move nw
move n
move nw
move nw
move nw
move n
move w
move w
move go bank
move n
move go arch
put withdraw 3000 silver
waitfor the teller carefully
goto Store

Store:
move out
move s
move out
move e
move e
move s
move se
move se
move se
move s
move se
move ne
move ne
move e
move e
move ne
move nw
move nw
move ne
move go shop
put order
waitfor You are currently
put 7
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 7
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move ne
move se
goto Weapon


Weapon:
move go shop
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move nw
move sw
move sw
goto Bakery


Bakery:
move go shop
put order
waitfor You are currently
put 3
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 3
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move se
goto Armor


Armor:
move go shop
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move se
move sw
move w
move w
move sw
move sw
move nw
move n
move nw
move nw
move nw
move n
move w
move w
move w
move w
move n
move n
move w
goto Gems


Gems:
move go shop
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move e
move ne
goto Alchemist


Alchemist:
move go shop
put order
waitfor You are currently
put more
pause
put more
pause
put more
pause
put 4
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 4
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move s
move ne
move ne
move n
move e
move go keep
move e
move e
move out
move ne
move ne
move se
move ne
goto Lock


Lock:
move go building
put order 1
pause .5
put buy
waitfor Aradluin hands
move out
move sw
move nw
move sw
move sw
move go keep
move w
move w
move out
move w
move s
move sw
move w
put put bright lockpick in bar
move sw
move sw
move sw
move w
move w
move s
goto Cleric

Cleric:
move go shop
put order
waitfor You are currently
put 5
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 5
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move s
move s
move se
move se
goto Herb


Herb:
move go door
put order
waitfor You are currently
put 3
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 3
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move ne
move n
move n
move ne
move ne
move e
move e
goto bank

Bank:
move go bank
move n
move go arch
put info
echo
echo **deposit your excess coins
echo **type done when you're ready
echo **to head back to the Inn
echo
waitfor done
move out
move s
move out
move e
move e
move s
move se
move se
move se
move s
move se
move ne
move ne
move e
move e
move ne
move ne
move ne
exit


edited to fix alchemist hang (added a couple of pauses)

[Edited on 7-27-2004 by Ganalon]

Scott
07-28-2004, 12:52 AM
I swear, I've been buying everything, using the NPC empath, using the NPC locksmith, talking with the various NPC's in the landing.... and I cannot get citizenship..... Whoever designed the system needs to be kicked in the teeth.....


On another note though does anyone have a list where certain races can't get citizenship, partial, and full?

Axhinde
07-28-2004, 09:44 PM
Can anyone make one for Teras?

Billabong
07-28-2004, 10:27 PM
I currently created a rather cheesy script for teras and citizenship. Here it is. I dunno if it's gonna work but its the one Im using ;) Also starts in front of bank. BTW this is the one of the first scripts I've done so if its sloppy sorry :|

[Edited on 7-29-2004 by Billabong]

gcstader
07-28-2004, 11:46 PM
I've heard that asking/talking to NPCs can aid in gaining citizenship. Does anyone have a list of some questions that the landing NPCs will respond to?

Thanks
~Greg / Eldas

Anebriated
07-29-2004, 04:36 PM
alright, i was using SP's version and noticed that being as the stores charge some races more than others I would have to edit the script a bit. Well once I got started I just kept going. For now its set up with StormFront, it goes to the regular bank(not the HS bank for those under 200k fame), checks your hands to make sure they are empty, withdraws more silvers from the bank, and deposits the leftovers at the end.

#citizen

# 'Created by Soulpieced

Main:
echo *
echo * You must be able to enter Hearthstone
echo * Script starts at Hearthstone Courtyard
echo * Run this script once every 4 hours or so for best results
echo * The script will withdraw 2000 coins
echo *
pause
goto HANDS:

HANDS:
put glance
MATCH HS You glance down at your empty hands.
MATCH HANDFULL You glance down to
MATCHWAIT

HANDFULL:
echo *
echo * You need to empty your hands
echo * NOD when ready to continue
echo *
waitfor You nod.
goto HANDS

HS:
move s
move s
move go gate
move s
move w
move s
move s
move s
move go bank
move go arch
put withdraw 2000 silver
waitfor The teller
move go arch
move out
move n
move n
move n
move e
move n
move go gate
move n
move n
goto Grocer

Grocer:
move s
move s
move go gate
move s
move w
move s
move s
move s
move w
move go shop
move w
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move e
move out
move e
move e
move ne
goto Weapon


Weapon:
move go shop
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move s
move s
goto Shop


Shop:
move go shop
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move w
move w
goto Armor


Armor:
move go shop
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move e
move s
move s
move s
move e
goto Gems


Gems:
move go shop
move e
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move w
move out
move e
move e
move e
move e
move e
move e
move n
goto Cloth


Cloth:
move go shop
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move n
goto Arrow


Arrow:
move go door
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move n
move n
move n
move n
move n
move n
move w
move s
goto Herb


Herb:
move go arch
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move n
move n
move n
move w
move w
move s
move s
goto Lock

Lock:
move go door
move go door
put order 1
waitfor Larton
put buy
waitfor Larton accepts
move go door
move out
move n
move n
move w
move w
move w
move w
move w
move w
move s
move s
move se
move e
move e
move e
move s
move s
goto Cleric


Cleric:
move go shop
put order
waitfor You are currently
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put 1
waitfor You may: BUY
put buy
waitfor You may
put accept
waitfor Your item has been set
put done
waitfor You step away from
put throw my pack
waitfor You throw away your package.
move out
move n
move n
move w
move w
move w
move w
move go bank
move go arch
put deposit all
waitfor The teller
move go arch
move out
move n
move n
move n
move e
move n
move go gate
move n
move n
put put my lockp in stump
exit

Anebriated
07-29-2004, 04:39 PM
Also, if anyone knows the different messages that the Citizenship clerk gives I will add them into the script so it knows when your there.

Paco420
09-09-2004, 02:06 PM
umm... what exactly is Citizenship for anyways?? im kinda lost

Nakiro
09-09-2004, 02:11 PM
Getting access to shop permits to get a player-run shop.

There are other benifits, but they are fairly useless.