BBot - The best bot of the world

Full Version: Esperar mana recu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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,
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]
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.