BBot - The best bot of the world
Esperar mana recu - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Esperar mana recu (/thread-6821.html)



Esperar mana recu - popohat - 01-25-2013

Primeiramente pesso desculpas por abrir outro topico pra uma mesma coisa ... Porém o outro foi esquecido =)

Tenho aqui um macro que para o cavebot e espera a mana subir e depois da start no cavebot. So que ele sempre fica dando Cavebot.Start(), a verificação não ta funcionando.

MACRO DO DEXTER:
Quote:1000 {Restore Mana} MinMana:=xx MaxMana:=xx Self.Mana()<=!MinMana! [else] Cavebot.Stop() Exit() {else} Self.Mana()>=!MaxMana! Cavebot.Start()<>1 Cavebot.Start() Exit()

Thanks,


RE: Esperar mana recu - Kimoszin - 01-25-2013

Tente:
[macro]1000 {Macro Sample} Stop:=220 Continue:=230 Self.Mana()<=!Stop! [else] !Bool!==1 Bool:=0 Cavebot.Stop() Exit() {else} Self.Mana()>=!Continue! !Bool!==0 Bool:=1 Cavebot.Start() Exit()[/macro]


RE: Esperar mana recu - popohat - 01-25-2013

Kimo, quando eu salvo um "Waypoint" com o macro ele trava o cavebot .... Ai se eu tirar o macro e salvar denovo, quando eu abro vai normal.