Hello, i need macro for change Royal Axe to Fire Axe with Ghost and take Royal Axe back if kill Ghost.
not work :/ HELP ME!
Quote:1000
{Ghost}
Creatures.ByName(Ghost)==1 [jump]
Self.Equip.LeftHand(3320)
Exit()
Creatures.ByName(Ghost)==0
{jump}
Self.Equip.LeftHand(7434)
Exit()
not work :/ HELP ME!