(12-21-2012, 02:36 PM)Kajtek Wrote:(03-03-2012, 09:01 PM)Dexter Wrote: If Ghost change weapon to Fire Sword, If no Ghost Change back.
Code:1000 {Equip FSword} Target.ByName(Ghost) Self.Equip.LeftHand(IDFSWORD)
1000 {UnEquip FSword} Target.ByName(Ghost)=0 Self.Equip.LeftHand(OTHER_ITEM)
next time look here http://forums.bmega.net/showthread.php?tid=1530
Wow thanks I was doing this hehe
Quote:Self.Attacking(Ghost)
Self.UnEquip.LeftHand(0)
Self.Equip.LeftHand(3320)
Target.Health(0)
Self.Equip.LeftHand(14089)
I need to learn more about this u.u
Most of the time when I try to make a Macro, I dont know how to start XD
Thank you dude
EDIT:
It didn't work man :/
Quote:1000 {Equip FAxe} Target.ByName(Ghost) Self.Equip.LeftHand(3320)
1000 {UnEquip FAxe} Target.ByName(Ghost)=0 Self.Equip.LeftHand(14089)
I put it like this^
It just switch weapons a lot.


