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

Complicated Quest (Help).

Megser

Well-Known Member
Joined
Apr 17, 2010
Messages
1,389
Reaction score
73
So, I'm on this quest. Kyle's Gone Missing! It requires you to go get a Strider Meat from a Adult Plainstrider (not that hard). But then it requires that you feed it to him. And he's running around in the village.

I had a theory:

The mailbox is the best place to stand and camp at till he comes by. Should a macro like spam "/target" on him till it targets the dog and then puts down the Strider Meat?

How could this be executed?

Thanks for any help.
 
all you need to do is use the UseItemOn custom behavior. (Honorbuddy Custom Behavior: UseItemOn - Buddy Wiki) All you have to do is specify the item you need to use (in this case the strider meat) the target to use it on (kyle) and then a find a spot you know he will run past (you mentioned the mailbox) and into those XYZ coords into the CB and you should be fine. i think the CB wiki pretty much explains itself for the rest of what you need.

hope that helps
 
In my questing profile for Taurens, i just use the following:
HTML:
<CustomBehavior File="UseItemOnAlive" QuestId="11129" ItemId="33009" Range="10" WaitTime="1000" NumOfTimes="1" NpcId="23616" X="-2318.894" Y="-353.6412" Z="-9.272294" />
which haven't given me any troubles yet.
 
Back
Top