BBot - The best bot of the world
alguem ajuda com macro - 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: alguem ajuda com macro (/thread-3743.html)



alguem ajuda com macro - gordela - 09-06-2012

como eu coloco o bot pra colocar a soft com 100 de mana e colocar a boh com 350?


RE: alguem ajuda com macro - Dexter - 09-07-2012

Tenta esse abaixo:

Code:
3000 {ChangeSoftToBoh} Self.Mana()<=100 [jump] Self.Equip.Boots(ID_SOFT) Exit() {jump} Self.Mana()>=300 Self.Equip.Boots(ID_BOH) Exit()