10-21-2014, 03:38 PM
Hey someone can tell me how i gunt with 1 bright sword then when is to kill Ghost equip fire sword, and when kill ghots equip bright again?
Need change weapon
|
10-21-2014, 03:38 PM
Hey someone can tell me how i gunt with 1 bright sword then when is to kill Ghost equip fire sword, and when kill ghots equip bright again?
im not good with creature commands because im not sure how they work, try this on an auto macro:
--- Self.Health() att:=Creature.Attacking() Creature.NameIn(!att!, Ghost)==1 [notghost] Self.Inventory.LeftHand()<>IDFIRESWORD Self.Equip.LeftHand(IDFIRESWORD) Exit {notghost} Self.Inventory.LeftHand()<>IDBRIGHTSWORD Self.Equip.LeftHand(IDBRIGHTSWORD) --- replace IDFIRESWORD and IDBRIGHTSWORD with respective id |
« Next Oldest | Next Newest »
|