YASSE Forage (script)
Jump to navigation
Jump to search
Version 1
--Hithrael 21:24, 4 November 2010 (UTC)
boxmessage This script brought to you by Kraggur \nVersion 1, November 11 2010 prep: set predefined on setvariable style careful counter set 0 start: boxmessage Script pauses here, the first entry will set forage item, the second pause will be for the container to place the forgeable in. getline setvariable item %l pause getline setvariable boxdrop %l pause boxmessage Foraging for: %item \nPlacing in: %boxdrop foragecycle: for forloop = 1 to 10 begin echo Forage cycle number --> %forloop in cycle %c pause 2 gosub forage end forage: put forage %item %style waitfor roundtime put put %item in %boxdrop return expcheck: pause put exp skill foraging waitfor Overall state of mind getinfo ForagingState if %result >= 30 goto report if %result < 30 begin counter inc goto foragecycle end report: boxmessage You foraged %item %c cycles to get to at least bewildering. end: exit