BBot - The best bot of the world
Macro Energy Ring - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Macro Energy Ring (/thread-16512.html)



Macro Energy Ring - Bladess - 10-31-2014

Hey,
i need macro for Equip energy ring when 3 monster on screen and Unequip when 2 on screen. Only macro with 'count',


RE: Macro Energy Ring - damiansnk - 11-01-2014

1
200 {E ring} Creatures.ByName(Creature Name)>=3 Self.Equip.Ring(3051)
200 {E ringOFF} Creatures.ByName(Creature name)<3 Self.UnEquip.Ring(0)

those 2 macro are by creature name

below here u go by count of creatures (bbot couting player like creature so 1 player + 2 cyclops=ring equiped)

2
200 {E ring} Creatures.OnScreen()>2 Self.Equip.Ring(3151)
200 {E ring} Creatures.OnScreen()<=2 Self.UnEquip.Ring(0)