• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • HB ARCHIVES: Honorbuddy Profile Pack--DO NOT DELETE!

    Discussion in 'Archives' started by chinajade, Sep 8, 2013.

    1. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      It takes me roughly an hour to respond to all the posts that are made here over night.
      And that's assuming all the posts are just minor posts that can be quickly replied to.

      A single post with a 80,000line logfile that has a very small issue can take 20minutes to figure up and debug depending on the issue.
      And this is just for the questing thread. There's other threads I have to maintain as well.


      All this time takes away from me actually working on the profiles and fixing the issues which sadly - isn't worth it in most cases.
      At least 90% of the posts here are people making mistakes on their own or the issue isn't related to the profile at all.
      That's why I slack on answering here. Because for me: [Actually fixing bugs] > [Responding to threads which should just be deleted without response]
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Fixed in the latest update.
      The issue was caused by the fact that you are level 110.
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      A log would be nice to figure out why this is happening.
       
    4. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Does it work after you stop/start the bot?
       
    5. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I'll have to mark this down to be investigated after the Legion bugwave is complete.
      Only thing I could suggest at the moment is to just try a fresh install or something.

      Thanks for the heads up though.
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      In this log - you're using the most updated SVN correct?

      Because in your log, the first error I see is this:
      Code:
      [15:53:26.423 D] Loading profile from C:\Users\lordc\Documents\Honorbuddy\Default Profiles\Questing Profile Pack\buddy-profiles.honorbuddy\Questing Profile Pack\Legion\[N-Quest] Stormheim [Echo].xml
      [15:53:27.301 D] Styx.CommonBot.Profiles.ProfileUnknownAttributeException: XML Error: Unknown attribute "UseWhen" (Input: "UseWhen="IsQuestCompleted(38060)"") in "Vendor"!
      Valid attributes are: Name, Entry, Type, X, Y, Z, TrainClass, NavType - On line 36
         at Styx.CommonBot.Profiles.Vendor..ctor(XElement xml)
      [15:53:27.302 D] Styx.CommonBot.Profiles.ProfileUnknownAttributeException: XML Error: Unknown attribute "UseWhen" (Input: "UseWhen="Me.IsAlliance"") in "Vendor"!
      Valid attributes are: Name, Entry, Type, X, Y, Z, TrainClass, NavType - On line 38
         at Styx.CommonBot.Profiles.Vendor..ctor(XElement xml)
      [15:53:27.323 D] Styx.CommonBot.Profiles.ProfileUnknownAttributeException: XML Error: Unknown attribute "UseWhen" (Input: "UseWhen="Me.IsHorde && IsQuestCompleted(39801)"") in "Vendor"!
      Valid attributes are: Name, Entry, Type, X, Y, Z, TrainClass, NavType - On line 39
         at Styx.CommonBot.Profiles.Vendor..ctor(XElement xml)
      [15:53:27.323 D] Styx.CommonBot.Profiles.ProfileUnknownAttributeException: XML Error: Unknown attribute "UseWhen" (Input: "UseWhen="Me.IsHorde && IsQuestCompleted(38362)"") in "Vendor"!
      Valid attributes are: Name, Entry, Type, X, Y, Z, TrainClass, NavType - On line 40
         at Styx.CommonBot.Profiles.Vendor..ctor(XElement xml)
      [15:53:27.323 D] Styx.CommonBot.Profiles.ProfileUnknownAttributeException: XML Error: Unknown attribute "UseWhen" (Input: "UseWhen="Me.IsHorde"") in "Vendor"!
      Valid attributes are: Name, Entry, Type, X, Y, Z, TrainClass, NavType - On line 41
         at Styx.CommonBot.Profiles.Vendor..ctor(XElement xml)
      [15:53:58.237 N] Changing current profile to [N-Quest] Stormheim [Echo]
      This issue was fixed 6days ago here on the SVN at version 5244: Show | Buddy Profiles Project | Assembla
      You can see the "UseWhen" being removed.

      [​IMG]

      You're not using the most updated profiles.
       
    7. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      There's no setting to toggle Bonus Objectives currently.
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      That's not a profile issue.
      Reinstall your bot to fix any corruptions the bot may have gotten.
       
    9. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      So something caused the bot to leave the Frenzyheart Hill area and go all the way to the flight master?
      It doesn't make much sense as to why that would happen - but I suppose a simple ZoneId check on the summon logic could prevent this.

      I'll have to look into adding some once I can get a tester to that location to dump the ZoneId numbers.
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      This quest was already removed from the pack as it was noted Blizzard failed to maintain it properly since the Legion prePatch.
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Thank you.
      Compliments are extremely rare these days on the forums. So that's nice to get one for once.
      I'm fine with Singular. Thanks for the consideration though.

      Commenting out quests are the only way to skip them - there's no button or option on the bot to skip them.
       
    12. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      If you're responding to something, make sure you quote it so I can actually see what that something is.
      It's hard to remember exactly everyone who posted and what their initial problem was.
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I'll need a full log. This quoted snippet doesn't really tell me much.
      Also, try with Singular. That combat routine you're using is making odd statements about movement.
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Move your character to Eastern Kingdoms, then try starting it.
       
    15. runnyw

      runnyw New Member

      Joined:
      Jan 15, 2015
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Hi, how do I start this? I am level 100 druid at stormwind nothing happens when I tried to start it do I need to do the prequests? Thanks
       
    16. rosstheboss007

      rosstheboss007 New Member

      Joined:
      Oct 1, 2012
      Messages:
      4
      Likes Received:
      0
      Trophy Points:
      0
      Any progress for Suramar??? Or am I just not finding it??
       
    17. KiLLu12258

      KiLLu12258 New Member

      Joined:
      Oct 12, 2014
      Messages:
      78
      Likes Received:
      0
      Trophy Points:
      0
      i tried exactly this yesterday, but the bot was doing nothing.

      will try it again later.
       
    18. runnyw

      runnyw New Member

      Joined:
      Jan 15, 2015
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      please help me out I am at the stormwind ship part, already got my artifact weapon. How do I activate this bot and make it do everything automatically?
       
    19. runnyw

      runnyw New Member

      Joined:
      Jan 15, 2015
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      Pve is very painful to me, I can't stand it.
       
    20. MrWizard516

      MrWizard516 Member

      Joined:
      Jan 18, 2011
      Messages:
      586
      Likes Received:
      5
      Trophy Points:
      18
      Thanks for the fast response. I already ran and completed with Shammy, Hunter, and Demon Hunter. l will keep you updated on the progress of my other toons. I still have a Mage, SPriest, and Rogue to go. Thanks again for all your hard work.
       

    Share This Page