![]() |
Stamina macro - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Stamina macro (/thread-18496.html) |
Stamina macro - tomekmich - 09-14-2015 Im need macro when stamina is lower than 30h go to label(offskill), when is more than 30h go to label(start2). im try did it: Self.StaminaMins()<=1800 CaveBot.GoLabel(offskill) Self.StaminaMins()>1800 CaveBot.GoLabel(start2) but doesnt works full check label is possible with stamina? RE: Stamina macro - tomekmich - 09-20-2015 Bump someone can help? RE: Stamina macro - damiansnk - 09-20-2015 Self.StaminaMins()<=1800 [gogo] CaveBot.GoLabel(offskill) Exit() {gogo} CaveBot.GoLabel(start2) Exit() try that 1 RE: Stamina macro - tomekmich - 09-21-2015 (09-20-2015, 07:54 PM)damiansnk Wrote: Self.StaminaMins()<=1800 [gogo] Thx its's work. Rep + RE: Stamina macro - damiansnk - 09-22-2015 thx. closed |