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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[H] [Quest] Apexis Crystal Dailies and Missives

HHeLiBeBCNOF

Member
Joined
Oct 24, 2014
Messages
93
First and foremost, full credit to rpg1313 for his simple but brilliant Apexis Daily Profiles.
I have used his profiles as a base, there are currently no differences in my release to his.

How then is this profile any different?
I have added additional logic to the Auto Loader to also pickup the Missive for the area of the Daily you already have.
This essentially doubles the Apexis Crystal gain.

I have made some other improvements to some of the profiles but I am not yet ready to release it to Public, these will come shortly, I am a one man band as far as testing goes.
These profiles make use of HBRelogSkip.cs the author of which I cannot currently find to give credit, this file should be copied into "Honorbuddy\Quest Behaviors" directory.

SVN: https://github.com/HHeLiBeBCNOF/ApexisCrystalDailies/trunk
WEB: https://github.com/HHeLiBeBCNOF/ApexisCrystalDailies

I anticipate a few bugs at first and it's crucial you supply a log if you have any problems.

I'd like to eventually get this working for Alliance but I have no max level Alliance characters.
 
Last edited:
Looks like a great profile just a simple question. What Bot do we use to run this profile?
 
I don't run any horde toons, so i cant test for you, when you decide to go alliance, i would gladly. Anyway keep the good work up! *pat on shoulder*
 
So I managed to download the profiles however they do not work in HB, keep getting a cannot load profile exception.
 
No I got them to load but now the bot just stops after I load saying there is nothing more to do, and I have every single Missive quest available right now? Any suggestions??
 
No I got them to load but now the bot just stops after I load saying there is nothing more to do, and I have every single Missive quest available right now? Any suggestions??


Also having the same issue. Does not recognize that I have the missive quest activated and just says "there is nothing more to do" even though I have not started on the daily quest. Any help would be greatly appreciated.
 
I fixed the problem by adding the questid for the missive quest to the profile. It was easy, but I dont feel like going through all the profiles to fix and test.
 
I tried adding the questid into the profile, but was unable to get the profile to work. Which part of the profile should i be changing/adding the questid to? Also, wanted to double check. The best way to get a questid would be to lookup the quest on wowhead or something and see the quest=###### where the ##### is the quest id number. If anyone could please help give me some guidance for this it would be greatly appreciated! Thank you very much.
 
Last edited:
something like this
<If Condition="(HasQuest(36697) &amp;&amp; !IsQuestCompleted(36697))" || (HasQuest(*****) &amp;&amp; !IsQuestCompleted(*****))">
and this
<While Condition="(!IsObjectiveComplete(1, 36697)) || (!IsObjectiveComplete(1, ******)">
and this
<If Condition="(HasQuest(36697) &amp;&amp; IsQuestCompleted(36697)) || (HasQuest(*****) &amp;&amp; IsQuestCompleted(*****))" >
then hand in
 
Back
Top