PDA

View Full Version : script help



Jayvn
08-14-2007, 03:28 PM
A few questions first...
Will I be able to do this in Wizard front end ( I really can't stand SF running on my ancient comp)
And how would I go about this with the matches etc.. I'm willing to write it out, I just need a Serious refresher in script writing
Basically I want to make a script I can run when I go to sleep that'll go ask Jar for a task and come back to my table waiting 15 until I get either a Gem task, An Herb task, or possibly even check heirloom/critter tasks till it matches Jans or Scouts or taints even if I still get those... I really don't care to mess with the damn seers/adepts/heralds/griffins ... the latter tasks aren't even really important.. if I could write one to match Tanzia or whatever her name is and Jhiseth for herb/gem tasks... then I can come back after I wake up to a good chance of an easily doable task..

Bobmuhthol
08-14-2007, 03:53 PM
It can be very easily done with JSE, if you feel like using that. It'd be more complex in Wizard, I think, because of the lack of the matchpause command.

Jayvn
08-14-2007, 05:28 PM
ok... is this all I need then? for gem/herb tasks am I missing anything..yes I know friends isn't the command I'll have to set that to a table keeper..

#bountyrest.Cmd

Start:

put stand
move out
move s
move go door
move se
move s
move go walk
move go build

Match Gottask Tanzania
Match Gottask Jhiseth
Match Notask Jarivyth says
put Ask jar for task
matchwait

Gottask:
move o
move n
move n
move nw
move go door
move n
put go friends Table
pause 1
put go friends Table
put sit
exit

Notask:
put ask jar for remove
pause 1
put ask jar for remove
move o
move n
move n
move nw
move go door
move n
move go friends table
move go friends table
put sit
pause 600
put yawn
pause 350
goto Start