PDA

View Full Version : Imbueing script



Drew
08-26-2004, 07:07 AM
I wrote a script to automate my imbueing, everything seems to work swimmingly. Just put in the movement from wherever you want to imbue at (probably a node, has to be outdoors) to where you can forage sticks from and then put the movement back to your imbueing area (theoretically you could just have it sit in your foraging area if you don't want it to move)





#Imbues automatically

#script needs one variable set: "%user0" this should be the same container you have set to stow to




get:
pause 1
put get stick from my %user0
match imbue You remove
match forage Get what?
matchwait

imbue:
pause 5
put send 14 somegsplayer
match cast I could not find what you were referring to
match wait You don't have that many points to transfer
matchwait

cast:
put prep 614
pause 2
put cast my stick
match imbue [Spell Hindrance for
match imbue Your body suddenly fills with a tingling sensation as great power from your

surroundings channels through your body! Suddenly, you
match imbue Your body suddenly fills with a tingling sensation as you feel power from your

surroundings channeling through your body and into the stick. After
match putaway Your body suddenly fills with a tingling sensation as you feel great power from

your surroundings channeling through you and into the stick. Suddenly, there
matchwait

wait:
pause 150
goto imbue


putaway:
pause 5
put stow right
goto get

forage:
pause 2
#######Put moving from imbueing area to foraging area here
put kneel
pause 1
goto forage1

forage1:
pause 3
put forage for stick
match yes briefly and manage to find
match forage1 around but find nothing of interest
match stand As you
matchwait


yes:
pause 2
put stow right
goto forage1

stand:
put stand
match goback You stand back up
match goback You are already standing
match stand You struggle
matchwait

goback:
pause 1
######Put moving from forage area back to imbuing area here
goto waitabit


waitabit:
pause 200
goto get