BBot - The best bot of the world

Full Version: Utamo Vita com mais de 3 Criaturas ''/ (Urgente)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
To com bot já rodando mais queria dar uma segurança para o char existe uma forma por Macro de quando tiver 3 ou mais "Energy Elemental" na tela o char dar Utamo Vita???
Eu particularmente prefiro usar Energy Ring, ele é barato e só fica de Magic Shield o tempo que ele estiver no dedo, se der utamo vita com 3 bichos na tela, ele vai continuar desperdiçando mana pelos próximos 200 segudos.

Code:
200 {E-Ring by C} ID:=3051 IDON:=3088 BP:=0 Creatures.ByName(Energy Elemental)>=3 [if] Self.Inventory.Ring()<>!IDON! Self.UnEquip.Ring(!BP!) Macro.Wait(50) Self.Equip.Ring(!ID!) Exit() {if} Self.Inventory.Ring()==!IDON! Self.UnEquip.Ring(!BP!) Exit()

Mas caso queira usar o utamo vita mesmo:

Code:
200 {M-Shield by C} Creatures.ByName(Energy Elemental)>=3 Status.ManaShield()<>1 Self.Say(Utamo Vita) Exit()
e agente consegue adicionar um alarme a esse do ring para quando não tiver ring ele avisar?
[macro]700 {Alert on low rings} COUNT:=1 Misc.ItemCountEx(!ID!)<=!COUNT! Misc.ItemCountEx(!IDON!)<=!COUNT! Misc.Alert(LOW RINGS !!!!!!!!!!)[/macro]