BBot - The best bot of the world
Need help macro - 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: Need help macro (/thread-9956.html)



Need help macro - polba - 06-01-2013

Hey guys, i need only a little macro, i need this:

- when im hunting water elementals, when i have more than 3 water eelemental in mine screen , i need to put the energy ring, ¿can u give me the macro for doing these, please!!, i will rep u !!

In spanish ( necesito un script que cuando haya mas de 3 water ele en mi pantalla se ponga un energy ring de la 1 bp)

thanks all comunity


RE: Need help macro - Kimoszin - 06-01-2013

Configure
http://forums.bmega.net/thread-8748-post-36976.html#pid36976


RE: Need help macro - polba - 06-03-2013

i dont know to do this men.. is not good for newbyes , need for whem lored 3 more water elementals


RE: Need help macro - Kimoszin - 06-03-2013

[macro]1200 {Equip Ring} COUNT:=3 ID_RING:=3051 ID_USEDRING:=3088 Creatures.ByName(Water Elemental)>=!COUNT! [desequi] Self.Inventory.Ring()<>!ID_USEDRING! Self.Equip.Ring(!ID_RING!) Exit() {desequi} Self.Inventory.Ring()==!ID_USEDRING! Self.UnEquip.Ring(0)[/macro]