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

[H - Quest] Tol Barad Dailies

I've updated my edit of this profile to include usage of katerlaze's magnets plugin. Can be found via the link in my sig
 
change line 545-547 to
<If Condition="HasQuest(28681) &amp;&amp; IsQuestCompleted(28681)">
<TurnIn QuestName="Shark Tank" QuestId="28691" TurnInId="48360" TurnInName="3rd Officer Kronkar" X="-619.2344" Y="1397.754" Z="22.04972" />
</If>
there is a syntax issue


also outdated syntax and deprecated behaviours in here, you might want to update:

[UseItemOn(warning)]: Found attribute via its alias name 'ObjectType'.
Please update the profile to use its primary name 'MobType', instead.
[UseItemOn(warning)]: The 'QuestId' attribute's value may not be zero. For now, we allow it for purposes of backward compatibility; however, it will be ignored. In a future release, a QuestId of zero will be explicitly disallowed.
[FollowNpcUntil(warning)]: *****
* THIS BEHAVIOR IS DEPRECATED, and may be retired in a near, future release.
*
* Escort is the replacement behavior for FollowNpcUntil.
* Please update the profile to use Escort in preference to this behavior.
*****
[FollowNpcUntil(error)]: Attribute 'X' is required, but was not provided.
[FollowNpcUntil(error)]: Attribute 'Y' is required, but was not provided.
[FollowNpcUntil(error)]: Attribute 'Z' is required, but was not provided.
[FollowNpcUntil(warning)]: Found attribute via its alias name 'NpcId'.
Please update the profile to use its primary name 'MobId', instead.
[FollowNpcUntil(error)]: BEHAVIOR MAINTENANCE PROBLEM: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
FROM HERE:
bei Styx.Bot.Quest_Behaviors.FollowNpcUntil..ctor(Dictionary`2 args) in c:\Users\Sam\Downloads\hb2_BETA\Quest Behaviors\FollowNpcUntil.cs:Zeile 53.

[UseItemOn(warning)]: Found attribute via its alias name 'ObjectType'.
Please update the profile to use its primary name 'MobType', instead.
[UseItemOn(warning)]: The 'QuestId' attribute's value may not be zero. For now, we allow it for purposes of backward compatibility; however, it will be ignored. In a future release, a QuestId of zero will be explicitly disallowed.
[Quest Protector] Bot startup detected, ensuring newest item protection...
[Compatability] Questing bot detected... disabling CC while flying/in-vehicle
You are a level 85 Retribution Paladin
-Crusader Aura
[UserDialog(user response) @line 314]: Honorbuddy stopped due to User request
[Quest Protector] Bot shutdown detected, clearing item protection.
Starting the bot!
Changing current profile to Tol Barad Dalies
[UseItemOn(warning)]: Found attribute via its alias name 'ObjectType'.
Please update the profile to use its primary name 'MobType', instead.
[UseItemOn(warning)]: The 'QuestId' attribute's value may not be zero. For now, we allow it for purposes of backward compatibility; however, it will be ignored. In a future release, a QuestId of zero will be explicitly disallowed.
[FollowNpcUntil(warning)]: *****
* THIS BEHAVIOR IS DEPRECATED, and may be retired in a near, future release.
*
* Escort is the replacement behavior for FollowNpcUntil.
* Please update the profile to use Escort in preference to this behavior.
*****
[FollowNpcUntil(error)]: Attribute 'X' is required, but was not provided.
[FollowNpcUntil(error)]: Attribute 'Y' is required, but was not provided.
[FollowNpcUntil(error)]: Attribute 'Z' is required, but was not provided.
[FollowNpcUntil(warning)]: Found attribute via its alias name 'NpcId'.
Please update the profile to use its primary name 'MobId', instead.
[FollowNpcUntil(error)]: BEHAVIOR MAINTENANCE PROBLEM: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
FROM HERE:
bei Styx.Bot.Quest_Behaviors.FollowNpcUntil..ctor(Dictionary`2 args) in c:\Users\Sam\Downloads\hb2_BETA\Quest Behaviors\FollowNpcUntil.cs:Zeile 53.

[UseItemOn(warning)]: Found attribute via its alias name 'ObjectType'.
Please update the profile to use its primary name 'MobType', instead.
[UseItemOn(warning)]: The 'QuestId' attribute's value may not be zero. For now, we allow it for purposes of backward compatibility; however, it will be ignored. In a future release, a QuestId of zero will be explicitly disallowed.
 
Last edited:
Good catch, copy/paste fail on that one

I never actually picked that quest up with the profile as the bot cant solo it for me so i didnt spot the problem
 
According to Kick you can also script the pickup process, so if you leave out the group quests in the "do them" part, it is totally hands-free :)
 
According to Kick you can also script the pickup process, so if you leave out the group quests in the "do them" part, it is totally hands-free :)

Perhaps but i havent been working with these profiles much, from my knowledge of HB if you tell it to pick up a quest and it is not there then it just keeps attempting to pick it up which is a problem when the quest is random and only there some days and not others. I looked into wow macros to see if i could script the interaction with the NPCs to choose the right options to pickup quests but it doesnt appear to be possible to collect quests via macro hence i cant just throw lua code at the wow client and get it to do it. The next option is to write a plugin in C# and although i have a fair bit of exposure to .net after working with a team of 40 devs I was never actually a coder myself, I did a bit of minor coding in vb.net like 4-5 years ago, it was fairly basic stuff and not upto scratch with whats needed here. Since i really dont have enough hours in the day to learn C# that is not an option

If someone wants to put together a quest behavior that will attempt to pick up a quest, then continue anyway if it doesnt pick it up then be my guest as it would fill the gap in this profile and help anyone writing profiles for daily quests.
 
Well its not working for me. Toon is going out of the map and killing itself because of fatigue all the time...
 
Back
Top