Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need change weapon
#1
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?
Reply
#2
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)