(07-10-2014, 09:04 PM)gogol13 Wrote:(07-10-2014, 08:49 PM)Shayde Wrote: hello i have this macro
Code:10000 {Life Ring 10} ID:=3052 MANA:=650 Self.Mana()<=!MANA! [else] Self.Equip.Ring(!ID!) Exit() {else} Self.UnEquip.Ring(0) Exit()
need when a Nobody on the screen putting it
can help me? i give rep!+
simple, when nobody put in ring to ring slot
PHP Code:100 {Nobody putin} Creature.ByName(Nobody) Self.Equip.Ring(3052)
buy dont unequip the ring? is not work..