What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Any way to make HB target an friendly NPC for UseItem

robbdeman

Member
Joined
Feb 6, 2010
Messages
84
Reaction score
0
Ok so I couldn't find a way to target a friendly npc, if I was watching bot I could click on the lazy peon and with the new use item abilties of HB the bot would use it, but I know of no way right now for the bot to target friendly npc's to use a quest item on here is an example of what I have so far

<UseItem QuestName="Lazy Peons" QuestId="5441" ItemId="16114" X="-758.4474" Y="-4324.802" Z="45.42078" />
<UseItem QuestName="Lazy Peons" QuestId="5441" ItemId="16114" X="-753.5802" Y="-4143.261" Z="38.68496" />
<UseItem QuestName="Lazy Peons" QuestId="5441" ItemId="16114" X="-773.4549" Y="-4201.38" Z="45.24242" />
<UseItem QuestName="Lazy Peons" QuestId="5441" ItemId="16114" X="-507.4105" Y="-4376.127" Z="46.21952" />

If maybe we had something like TargetID="10556" so that Honorbuddy would know to target the npc with that id then use an item. like this
<UseItem QuestName="Lazy Peons" QuestId="5441" TargetID="10556" ItemId="16114" X="-758.4474" Y="-4324.802" Z="45.42078" />
 
Back
Top