11-27-2012, 02:31 PM
If attacking a poison spider equip a fire sword. If no attacking poison spider equip a terra rod.
Rod -> Sword
|
11-27-2012, 02:31 PM
If attacking a poison spider equip a fire sword. If no attacking poison spider equip a terra rod.
11-27-2012, 03:37 PM
How check creature: http://wiki.bmega.net/doku.php?id=macros...nds#target
How equip: http://wiki.bmega.net/doku.php?id=macros...#selfequip Code: 1300 {Equipe Sword} SWORD:=9999 OTHER:=9998 Target.ByName(Poison Spider)==1 [else] Self.Equip.LeftHand(!SWORD!) Exit() {else} Self.Equip.LeftHand(!OTHER!) Exit() |
« Next Oldest | Next Newest »
|