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


Messages In This Thread
Need change weapon - by Cenas - 10-21-2014, 03:38 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)