BBot - The best bot of the world
Ajuda para usar Thunderstorm Rune - 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: Ajuda para usar Thunderstorm Rune (/thread-4857.html)



Ajuda para usar Thunderstorm Rune - turu_122 - 10-08-2012

Queria saber se tem como configurar para usar o Thunderstorm Rune quando tiver 3 ou mais water elemental na tela?


RE: Ajuda para usar Thunderstorm Rune - Kimoszin - 10-08-2012

Code:
1000 {Shoot} Creatures.ByName(Water Elemental)>=3 Self.Attacking()==1 Target.Foe() Target.Shoot(3202)



RE: Ajuda para usar Thunderstorm Rune - turu_122 - 10-09-2012

to com uma outra duvida, como eu faço para ele usar life ring sempre que tiver na bp e qdo acabar um colocar o outro.

To fazendo o teste no macro q vc passo mais a cave de water esta lotado entao nao da para usar vms ver mais tarde!!!!


RE: Ajuda para usar Thunderstorm Rune - Kimoszin - 10-09-2012

Code:
200 {Equip/Unequip Ring} RING:=3052  Self.Inventory.Ring()==0 [else] Status.InPZ()==0 Misc.ItemCountEx(!RING!)>0 Self.Equip.Ring(!RING!) Exit() {else} Status.InPZ()==1 Self.UnEquip.Ring(0) Exit()