BBot - The best bot of the world
MACRO Energy ring WHEN hero on screen - 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 WHEN hero on screen (/thread-15322.html)



MACRO Energy ring WHEN hero on screen - tobyloco - 06-20-2014

Hi Guy, someone can tell me how create a macro to equip energy ring when be a hero on screen and unmount the ring when the hero is killed.

thanks, and sorry for bad english.

Hola, alguien puede decirme como crear una macro para equiparme con energy ring cuando este un "hero" en la pantalla y desmontar el anillo cuando el hero sea asesinado.

gracias.


RE: MACRO Energy ring WHEN hero on screen - mr. Kris - 06-20-2014

Try this
Quote:500 {Energy Ring and Hero} Creatures.ByName(Hero)>=1 [jump] Self.Equip.Ring(3051) Exit() Creatures.ByName(Hero)<=0 {jump} Self.UnEquip.Ring(0) Exit()