Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stamina macro
#1
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?
[Image: 8bf46ea097.gif]
#2
Bump someone can help?
[Image: 8bf46ea097.gif]
#3
Self.StaminaMins()<=1800 [gogo]
CaveBot.GoLabel(offskill)
Exit()
{gogo}
CaveBot.GoLabel(start2)
Exit()

try that 1
#4
(09-20-2015, 07:54 PM)damiansnk Wrote: Self.StaminaMins()<=1800 [gogo]
CaveBot.GoLabel(offskill)
Exit()
{gogo}
CaveBot.GoLabel(start2)
Exit()

try that 1

Thx its's work.
Rep +
[Image: 8bf46ea097.gif]
#5
thx. closed


Forum Jump:


Users browsing this thread: 1 Guest(s)