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

Honorbuddy Quest - Suggestion

tozededao

Community Developer
Joined
Jan 15, 2010
Messages
1,225
Reaction score
5
After reading a few months back that HB would quest my first question was how is it going to work?

I thought it would be profile based, the profile says where you should pick it, and where you should do it, but seems that honorbuddy already has that included.

Wouldnt it be better to make a profile with quests that you want to do (based on fast leveling guides, for example).

If this is what you are already trying to do, ignore my post then :)

Sorry to open the 5640965th thread about suggestions.
 
You can make a blacklist for quests which are not to be accepted (is this sentence grammatically right?), so i guess you can choose the quests to do by yourself a little bit :)
 
I'm hopeful that later on in development they will allow you to over-ride the auto quest for a planned route.

Atm my paladin is running in a very strange order to complete quests; Although this is a simple fix with calling the quest manager to re-evaluate after accepting or turning in a new quest.
 
I'm sure all those features will come in time, from either plugins or from the developers. Also believe that vehicles and Phasing will eventually come in also. But right now im just glad that questing is out :)
 
You can make a blacklist for quests which are not to be accepted (is this sentence grammatically right?), so i guess you can choose the quests to do by yourself a little bit :)

the thing is sometimes its better to not deliver the quest X because if you go to place A and get the quest Y you will deliver quest X and Y at place B.
 
Quest Id

A blacklisting feture im sure you are going to implement...
The following code shows the Quest ID for the quest that you first select when written into chat window.
I use it as a macro :)
perhaps you can make honorbuddy target a quest that you type in the name of, inject that code and then read the ID and add it to blacklist?

Code:
/run print(GetQuestLink(GetQuestLogSelection()):match("\124Hquest:(%d+):"))
 
Back
Top