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

[H - Quest] Tol Barad Dailies

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?
 
Why does it act like the quest is completed right when I pick it up, keeps trying to turn in.
 
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.
 
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 :D 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>
 
Last edited:
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
Warning: Could not parse 'If' body node!
So if anyone can have a look:
 

Attachments

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>
-->
 
Last edited:
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>
-->

Well atleast it ran that time but just ended with hinorbuddy saying it had nothing left to do..
 

Attachments

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.
 
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.
 

Attachments

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()
 
[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()

Same - If is not working


[5:22:11 PM:587] Cleared POI
[5:22:12 PM:35] Stop called!
[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()

<?xml version="1.0" encoding="utf-8"?>
<HBProfile>
<Name>TolBard Dailys Profile</Name>
<MinLevel>80</MinLevel>
<MaxLevel>86</MaxLevel>
<MinDurability>0.4</MinDurability>
<MinFreeBagSlots>2</MinFreeBagSlots>
<MailGrey>False</MailGrey>
<MailWhite>False</MailWhite>
<MailGreen>True</MailGreen>
<MailBlue>True</MailBlue>
<MailPurple>True</MailPurple>
<SellGrey>True</SellGrey>
<SellWhite>True</SellWhite>
<SellGreen>False</SellGreen>
<SellBlue>False</SellBlue>
<SellPurple>False</SellPurple>
<TargetElites>False</TargetElites>
<AvoidMobs>
<Mob Name="Fel Reaver" Entry="18733" />
<Mob Name="Restless Infantry" Entry="46823" />
<Mob Name="Ghastly Scavenger" Entry="46960" />
</AvoidMobs>
<Blackspots></Blackspots>
<Mailboxes>
</Mailboxes>
<Vendors>
<Vendor Name="Karosh" Entry="48356" Type="Repair" X="-607.5608" Y="1380.215" Z="22.00986" />
</Vendors>
<QuestOrder>

<If Condition="HasQuest(28695)">
<PickUp QuestName="WANTED: Foreman Wellson" QuestId="28695" GiverName="Private Sarlosk" GiverId="48361" />
<Objective QuestName="WANTED: Foreman Wellson" QuestId="28695" Type="KillMob" MobId="46648" KillCount="1" />
<TurnIn QuestName="WANTED: Foreman Wellson" QuestId="28695" TurnInName="Private Sarlosk" TurnInId="48361" />
</If>

<PickUp QuestName="Magnets, How Do They Work?" QuestId="28692" GiverName="Captain Prug" GiverId="48363" />
<Objective QuestName="Magnets, How Do They Work?" QuestId="28692" Type="CollectItem" ItemId="62830" CollectCount="7" />
<TurnIn QuestName="Magnets, How Do They Work?" QuestId="28692" TurnInName="Captain Prug" TurnInId="48363" />


<PickUp QuestName="A Sticky Task" QuestId="28684" GiverName="3rd Officer Kronkar" GiverId="48360" />
<Objective QuestName="A Sticky Task" QuestId="28684" Type="CollectItem" ItemId="62803" CollectCount="4" />
<TurnIn QuestName="A Sticky Task" QuestId="28684" TurnInName="3rd Officer Kronkar" TurnInId="48360" />


<PickUp QuestName="Shark Tank" QuestId="28681" GiverName="3rd Officer Kronkar" GiverId="48360" />
<Objective QuestName="Shark Tank" QuestId="28681" Type="KillMob" MobId="46608" KillCount="1" />
<TurnIn QuestName="Shark Tank" QuestId="28681" TurnInName="3rd Officer Kronkar" TurnInId="48360" />


<PickUp QuestName="Teach A Man To Fish.... Or Steal" QuestId="28687" GiverName="Commander Larmash" GiverId="48358" />
<Objective QuestName="Teach A Man To Fish.... Or Steal" QuestId="28687" Type="CollectItem" ItemId="63047" CollectCount="22" />
<TurnIn QuestName="Teach A Man To Fish.... Or Steal" QuestId="28687" TurnInName="Commander Larmash" TurnInId="48358" />


<PickUp QuestName="Leave No Weapon Behind" QuestId="28685" GiverName="Commander Larmash" GiverId="48358" />
<Objective QuestName="Leave No Weapon Behind" QuestId="28685" Type="CollectItem" ItemId="62921" CollectCount="12" />
<TurnIn QuestName="Leave No Weapon Behind" QuestId="28685" TurnInName="Commander Larmash" TurnInId="48358" />


</QuestOrder>
</HBProfile>
 
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?
 
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.

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.
 

Attachments

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]
 
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.

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.
 
Back
Top