11-04-2016, 02:03 AM
Hello guys, i was trying to figure out a macro to self use spellwand, i used this code but it don't stop using spellwand when mad sheep is summon, can someone fix it?
0
If
Creatures.(Mad Sheep)<1
0
ITEMID:=651
NPCID:=Creature.ByName(CHARACTER NAME)
Creature.ShootOn(!NPCID!, !ITEMID!)
Hotkey.Use(651)
0
If
Creatures.(Mad Sheep)<1
0
ITEMID:=651
NPCID:=Creature.ByName(CHARACTER NAME)
Creature.ShootOn(!NPCID!, !ITEMID!)
Hotkey.Use(651)