Hello dimitrilyra,
Try this macro:
PD:This macro function just when you see a monster, count the monster
And this:
You put the name of monster and equip ring xd
Try this macro:
PD:This macro function just when you see a monster, count the monster
Quote:200 {Club ring} Creatures.OnScreen()>1 Self.Equip.Ring(IDRING)
200 {Club ring} Creatures.OnScreen()<=0 Self.UnEquip.Ring(0)
And this:
You put the name of monster and equip ring xd
Quote:200 {Club ring} Creatures.ByName(Creature Name)>=1 Self.Equip.Ring(IDRING)
200 {Club ringoff} Creatures.ByName(Creature name)<0 Self.UnEquip.Ring(0)