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

Bot doesn't search in Multiple Locations for Tarenar Sunstrike

Giwin

Well-Known Member
Joined
Dec 3, 2011
Messages
3,431
Reaction score
48
Like Fiona, this NPC has multiple spawn locations although PickUp and TurnIn do not support this.

This bot will just sit down and then go AFK, as the NPC is not currently at that specific location.

Will there be an future support? I did manage to code something for Fiona but I'd really like to see this supported with the PickUp and TurnIn tags, Multiple Locations (so it runs to one location after another until the NPC is found).
 

Attachments

Like Fiona, this NPC has multiple spawn locations although PickUp and TurnIn do not support this.

This bot will just sit down and then go AFK, as the NPC is not currently at that specific location.

Will there be an future support? I did manage to code something for Fiona but I'd really like to see this supported with the PickUp and TurnIn tags, Multiple Locations (so it runs to one location after another until the NPC is found).

Hi, Giwin,

The Honorbuddy <PickUp> directive was designed with a single location for a quest giver. All this phasing, and multiple locations for the same NPC came much much later.

But, your problem is very similar to the problem faced by 'daily' writers, where the same NPC does not offer the same set of quests every day. For that, the 'daily' writers use InteractWith, and I believe it will work here to solve your problem also.

Try using an InteractWith with a InteractByQuestFrameDisposition attribute. InteractByQuestFrameDisposition can accepts the values of Accept, Complete, Continue, Ignore, TerminateBehavior, TerminateProfile. Couple this attribute with the <HuntingGrounds> sub-element, and I believe it will do what you want.

One last thing...
questions like this belong in the Community Developer forum, or on the Feedback for Honorbuddy Improvements thread.

The Support forum is meant exclusively for people for which Honorbuddy is not working as designed.

cheers & much success with your project,
chinajade
 
Back
Top