• 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
      No changes have been made to the Val'sharah profile in 6days.
      If issues are just now coming up for you - it could be due to changes in the bot or due to plugins.

      The only thing I could suggest is try a fresh install of the bot and only use the default packaged stuff.
       
    2. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Thanks!
      I've added this to the profile in the latest commit.
       
    3. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      I see.
      This quest area is an ongoing mess of issues as of late.

      When the prePatch was released for Legion, Blizzard completely broke quests where the quest giver gives you an item in order to complete the quest with.
      The item goes into a new 'invisible quest bag' where quest items go so they don't clutter your inventory up.

      eg: If you loot "Boar Hide" for the quest "Get Boar Hides" - the boar hide won't show in your inventory as you loot it. Instead they go to the invisible bag.

      However, Blizzard failed to realize that some quest items are actually needed in the 'real bag' so the player can actually use them.
      I've added code around these quests to go get another of the summon item if it's not detected in the player's real bag before - but despite that it still seems this is an issue.


      I've added more code for checking if the player has the item.
      Given how buggy this zone is due to the quest item glitch - I can't guarantee it will work.
       
    4. 4word

      4word New Member

      Joined:
      Sep 2, 2012
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      0
      Found a bug while attempting to do 'Round 1, Fight!' in Aszuna. The bot talks to the giant, gets thrown into the arena, and then goes back and talks to the giant again, and gets thrown into the arena again... over and over and over and it bugs the quest out after ~ 30 times of doing this. I stopped the bot, started it again, and it started doing the same bahavior. After it had itself thrown in 3 times, I interfered manually and prevented the bot from moving back to the giant, allowing the quest to continue. Once the guy you had to fight spawned, the bot started working as expected.

      Attached is the log from after me stopping the bot and restarting it, where it talked to the giant 3 times in a row. View attachment quest bug.txt
       
    5. seeka

      seeka Member

      Joined:
      Jul 24, 2012
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      6
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      The quest "Greymane's Gambit" takes place in Stormwind which is why you're getting the path generation failures.
      Naturally, the bot takes you to Stormwind. But if you stop the bot and re-load the auto loaders, they will take you back to Dalaran.

      I'll need to change the 'go to Stormwind' portal code to always check if the player is in Dalaran first - instead of having it only check the initial time that it's required to use it.
      An update for this will be live soon.
       
    7. Lockwood

      Lockwood Member

      Joined:
      Jul 30, 2010
      Messages:
      921
      Likes Received:
      4
      Trophy Points:
      18
      Can someone confirm if the BC profile 58-68 trains flying?
       
    8. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Put your character in Stormwind and try starting it.
      Also, abandon "Greymane's Gambit" quest.
       
    9. neeeo

      neeeo New Member

      Joined:
      Jan 15, 2010
      Messages:
      279
      Likes Received:
      1
      Trophy Points:
      0
      Thanks alot man ;)
       
    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 issue would be new to me as its never occurred on any of my testers nor has it been reported.
      However, I've added a force-termination code to the InteractWith that will shut it off once it detects that the giant has picked you up.

      This should flow the code into the 'Kill' code for the final boss of the quest.

      On a side note, thanks for editing the log down so it's easier to see the issue - but this actually makes it harder to figure out what the issue is.
      When you cut out parts of a log, you're cutting out information that could be useful - even if it's not related to the quest.

      So always post an unedited log.
       
    11. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      You've already completed all the quests that are currently supported by the Suramar profile so the code sees the profile as complete.
      Which since it sees it as complete, it's loading back into your Class Hall profile which the Class Hall profile is loading back to Highmountain since Highmountain isn't complete.

      Currently the Suramar profile is still being worked on. So it's not fully supported yet.
       
    12. 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 code in there for it to.
       
    13. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Thank you for your endless effort.
       
    14. Lockwood

      Lockwood Member

      Joined:
      Jul 30, 2010
      Messages:
      921
      Likes Received:
      4
      Trophy Points:
      18
      Thanks bro.

      Loving the AFK action from 1-58. Will report any bugs as I pass them.
       
    15. neeeo

      neeeo New Member

      Joined:
      Jan 15, 2010
      Messages:
      279
      Likes Received:
      1
      Trophy Points:
      0
      Hey @EchoTiger.
      I abandoned the quest, went to Stormwind and Hit go for AutoStart.
      Now he hearthes to Dalaran and loads ClassHall.
      Directly after that "Path generation failed".

      No quests more active.


      Here is a new log for you.
      Thanks alot View attachment 81284 2016-09-28 20.04c.txt
       
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Don't use the auto-loader... As I said this quest takes place in Stormwind and the Auto-Loader will take you back to Dalaran.
      Go to Stormwind and load the Stormheim profile directly.
       
    17. Ruinit

      Ruinit Member

      Joined:
      Nov 1, 2010
      Messages:
      992
      Likes Received:
      4
      Trophy Points:
      18
      Echo can you take a look at the [Tanaan Diplomat] All Dailies and Objectives it is doing assaults on areas you don't actually have the daily for. Please and thanks :)
       
    18. seeka

      seeka Member

      Joined:
      Jul 24, 2012
      Messages:
      62
      Likes Received:
      0
      Trophy Points:
      6
      thanks for your reply, highmountain quests done - now the bot stucks at the stormheim quests!
      i restartet the bot, it goes to the DH class hall, and returns to the flight master area, and stand still there :-(

      is there any option to start the suramar quest line without completing the other areas?
       
    19. scrock

      scrock New Member

      Joined:
      Feb 26, 2013
      Messages:
      14
      Likes Received:
      0
      Trophy Points:
      0
    20. mh66

      mh66 Community Developer

      Joined:
      Jun 21, 2016
      Messages:
      1,050
      Likes Received:
      64
      Trophy Points:
      48
      Hi Echotiger,

      I had this issue with some chars and hope you can fix it:

      When my chars reached level 80, HB changed to profile [Fly][N - Quest] Hyjal 80-82 [Kick].xml and toon is flying for hours in Northrend to reach "Pick Up"-NPC in Hyjal. Could you add some logic to AutoLoader so it will change to Hyjal profile first, when char is already in OG or SW?

      I am using a plugin, that will change to AutoLoader each time my char levels up.
       

      Attached Files:

      Last edited: Sep 29, 2016

    Share This Page