Outdoorsmanship (script): Difference between revisions

From Elanthipedia
Jump to navigation Jump to search
(Stand so that you can kick your rock piles)
(Fix typo)
 
Line 11: Line 11:
<pre>
<pre>


stand
put stand


CHECK_IF_DONE:
CHECK_IF_DONE:

Latest revision as of 07:01, 18 September 2015

Outdoorsmanship (script)
Category training
Front-end StormFront
Author Sheltim


A Script for training outdoorsmanship. Collect rocks and then kick the pile until you are mind locked.


put stand

CHECK_IF_DONE:
put kick pile
match COLLECT EXP HELP
match DONE mind lock
put exp outdoorsmanship
matchwait

COLLECT:
put collect rock
pause 1
goto CHECK_IF_DONE

DONE: