There are _22_ quests for each faction on the peninsula and they rotate every day. There isn't an exact combination of the quests that are available, it's completely random. Tol Barad Peninsula - Quests - World of Warcraft
Can you help a noob out, for some reason i can not get this profile to work. Whats HB need to be on to load profile?
I am sure it can be done eventually with all possible quests, maybe with support of a plugin that detects what quests you picked up and chooses only the right profiles for those, so there should be a folder with profiles for all possible dailys ?! Anyway, great idea !
I think so it should work. We create a profile with all the daily quest. And put each into an if-tag. Code: <If Condition="HasQuest(28693)"> <PickUp QuestName="Finish The Job" QuestId="28693" GiverName="Captain Prug" GiverId="48363" /> <Objective QuestName="Finish The Job" QuestId="28693" Type="KillMob" MobId="46825" KillCount="5" /> <TurnIn QuestName="Finish The Job" QuestId="28693" TurnInName="Captain Prug" TurnInId="48363" /> </If> Then we have to accept all the daily quest by hand and start the profile.
Yea thats right, anyone up to the task Also what other dailies are there apart from the profession ones? <If Condition="HasQuest(28693)"> <Objective QuestName="Finish The Job" QuestId="28693" Type="KillMob" MobId="46825" KillCount="5" /> <TurnIn QuestName="Finish The Job" QuestId="28693" TurnInName="Captain Prug" TurnInId="48363" /> </If>
OK heres my go at it, the idea you pick up the quests offered to you and HB will do them if there in your quest log. So far keep getting the error So if anyone can have a look:
When you use CowQuest some quest became a Type="UserDefined". Code: <If Condition="HasQuest(28659)"> <Objective QuestName="The Leftovers" QuestId="28659" Type="UserDefined" Count="12" Id="0" /> <TurnIn QuestName="The Leftovers" TurnInName="Commander Zanoth" QuestId="28659" TurnInId="48069" /> </If> I think we need a Override or a special handle there. Use <!-- --> on those quest to test the profil. Code: <!-- <If Condition="HasQuest(28659)"> <Objective QuestName="The Leftovers" QuestId="28659" Type="UserDefined" Count="12" Id="0" /> <TurnIn QuestName="The Leftovers" TurnInName="Commander Zanoth" QuestId="28659" TurnInId="48069" /> </If> -->
You have only 8 (-2) of 21 quest in your profile. It could be that you have no quest from your profil in you log - check this, please.
The Horde needs the following quest Not The Friendliest Town - Quest - World of Warcraft Teach A Man To Fish.... Or Steal - Quest - World of Warcraft Thinning the Brood - Quest - World of Warcraft A Sticky Task - Quest - World of Warcraft Boosting Morale - Quest - World of Warcraft Rattling Their Cages - Quest - World of Warcraft Shark Tank - Quest - World of Warcraft (Group) Captain P. Harris - Quest - World of Warcraft Watch Out For Splinters! - Quest - World of Warcraft WANTED: Foreman Wellson - Quest - World of Warcraft Bomb's Away! - Quest - World of Warcraft Cannonball! - Quest - World of Warcraft Ghostbuster - Quest - World of Warcraft Taking the Overlook Back - Quest - World of Warcraft Finish The Job - Quest - World of Warcraft Magnets, How Do They Work? - Quest - World of Warcraft Salvaging the Remains - Quest - World of Warcraft First Lieutenant Connor - Quest - World of Warcraft The Forgotten - Quest - World of Warcraft
Here is a profile what we can used as a basis. At the moment 7 quest can be completed. You can find a template for the 12 missing quest in the profile.
I get this error [16:10:33:344] System.Threading.ThreadAbortException: Thread was being aborted. at Styx.Logic.BehaviorTree.TreeRoot.b() at Styx.Logic.BehaviorTree.TreeRoot.a() [16:10:33:344] System.Threading.ThreadAbortException: Thread was being aborted. at Styx.Logic.BehaviorTree.TreeRoot.a()
So how do we use this new one for the others? Or did you mean go back in the post and use the old uploads?
This profile includes the other two. And it is a test for the if-tags. There must still created some quest. Did you became the error on my profile?
Beautiful idea, thanks a lot for the work you put into it already. Regarding the quests, I am not sure if "Bomb Away" can be handled by HB ? You need to activate / mount the canon and then bomb 10 random appearing ships....very easy quest, but probably not bot friendly....
I have filled in alot of the information that you need to make this profile complete as I have been working on trying to make this profile also. Here is what I have together with your profile.
Cool, i think this Quest is buggy. A Sticky Task - Quest - World of Warcraft I get this error, too. Code: [SIZE=1][COLOR=#ff0000][SIZE=1][COLOR=#ff0000][5:22:12 PM:50] System.Threading.ThreadAbortException: Thread was being aborted. at Styx.Logic.BehaviorTree.TreeRoot.b() at Styx.Logic.BehaviorTree.TreeRoot.a() [5:22:12 PM:51] System.Threading.ThreadAbortException: Thread was being aborted. at Styx.Logic.BehaviorTree.TreeRoot.a()[/COLOR][/SIZE][/COLOR][/SIZE]
For some reason with ur profile i get : [19:31:00:591] Value "INCOMPLETE" in "MobId" attribute is not supported! Expected positive integral type. [19:31:00:592] You did not specify the ID of the mob in the KillMob objective! [19:31:00:592] Value "INCOMPLETE" in "MobId" attribute is not supported! Expected positive integral type. [19:31:00:593] You did not specify the ID of the mob in the KillMob objective! [19:31:00:593] Value "INCOMPLETE" in "MobId" attribute is not supported! Expected positive integral type.