• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [H - Quest] Tol Barad Dailies

    Discussion in 'Archives' started by dms4ever, Dec 15, 2010.

    1. znuffie

      znuffie Banned

      Joined:
      Feb 23, 2010
      Messages:
      864
      Likes Received:
      30
      Trophy Points:
      28
    2. scooter2727

      scooter2727 New Member

      Joined:
      Dec 12, 2010
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      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?
       
    3. slansing1991

      slansing1991 Member

      Joined:
      Jun 17, 2010
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      6
      Why does it act like the quest is completed right when I pick it up, keeps trying to turn in.
       
    4. markfo

      markfo New Member

      Joined:
      Aug 10, 2010
      Messages:
      104
      Likes Received:
      0
      Trophy Points:
      0
      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 !
       
    5. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    6. UndiluteD

      UndiluteD New Member

      Joined:
      Oct 31, 2010
      Messages:
      389
      Likes Received:
      0
      Trophy Points:
      0
      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: Dec 28, 2010
    7. UndiluteD

      UndiluteD New Member

      Joined:
      Oct 31, 2010
      Messages:
      389
      Likes Received:
      0
      Trophy Points:
      0
      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:
       

      Attached Files:

    8. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      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: Dec 28, 2010
    9. UndiluteD

      UndiluteD New Member

      Joined:
      Oct 31, 2010
      Messages:
      389
      Likes Received:
      0
      Trophy Points:
      0
      Well atleast it ran that time but just ended with hinorbuddy saying it had nothing left to do..
       

      Attached Files:

    10. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      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.
       
    11. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
    12. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      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.
       

      Attached Files:

    13. Murmel

      Murmel New Member

      Joined:
      Jan 15, 2010
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      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()
       
    14. louisduloc

      louisduloc Member

      Joined:
      Jan 15, 2010
      Messages:
      82
      Likes Received:
      1
      Trophy Points:
      8
      Same - If is not working

       
    15. lostsk8r

      lostsk8r New Member

      Joined:
      Jan 15, 2010
      Messages:
      879
      Likes Received:
      1
      Trophy Points:
      0
      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?
       
    16. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      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?
       
    17. markfo

      markfo New Member

      Joined:
      Aug 10, 2010
      Messages:
      104
      Likes Received:
      0
      Trophy Points:
      0
      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....
       
    18. stevenj0078

      stevenj0078 New Member

      Joined:
      Nov 13, 2010
      Messages:
      21
      Likes Received:
      0
      Trophy Points:
      0
      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.
       

      Attached Files:

    19. stevenr

      stevenr Member

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      0
      Trophy Points:
      16
      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]
       
    20. sainter222

      sainter222 Member

      Joined:
      Jan 15, 2010
      Messages:
      482
      Likes Received:
      9
      Trophy Points:
      18
      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.
       

    Share This Page