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

      biggsbee9488 New Member

      Joined:
      Nov 30, 2015
      Messages:
      16
      Likes Received:
      0
      Trophy Points:
      1
      I noticed this morning on my rogue that the "Saving Foreman Oslow" quest in Redridge may need some tweaking. The bot was able to identify and track down the "Ettin" and attack and use the item necessary but not actually achieve the goal. The point of the quest is to beat up on the Ettin, use the item, the take the Ettin to the Foreman to save him from under the boulder. What was actually happening was the toon would use the item at the beginning of the fight and then lay the smack down on the Ettin killing him. Since the item was used on the NPC, the bot considered this to be successful and then went to the boulder. once there, because the quest couldn't be turned in, the toon went back and found another Ettin, rinse repeat.
       
    2. 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 had been noted in the past, and was deemed 'too problematic' to keep live.
      We had previously commented the quest out so the bot would skip it, but I believe Kick added it back in as I believed he had a solution to fixing it.

      I'm not sure if he ever got around to tweaking it or not, but seeing as it's still a bit iffy, it may be best to comment it out again.
      Thanks for reminding me of this! I'll get it fixed within the hour.
       
    3. Ynnoz

      Ynnoz Member

      Joined:
      May 18, 2015
      Messages:
      116
      Likes Received:
      0
      Trophy Points:
      16
      Yes! The new profile for lvl 100 boosted characters works great! Thx for all your work.
       
    4. otto809

      otto809 New Member

      Joined:
      Sep 29, 2015
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      1
    5. Afferen5

      Afferen5 New Member

      Joined:
      Dec 4, 2015
      Messages:
      2
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the profile. I use this everytime i'm leveling. I really love this bot because its fast and simple. I only found a few bugs, but it doesn't matter. Thanks for making this. <3
       
    6. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Glad to see they're working out for you.
      Good luck!
       
    7. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      It looks like your bot is having issues saving your character settings for whatever reason.
      Could you try going to your Honorbuddy folder and deleting your CharacterSettings.xml file?

      It should be located here:

      Honorbuddy-Folder/Settings/RealmName/CharacterName/CharacterSettings.xml
       
    8. Ilja Rogoff

      Ilja Rogoff Well-Known Member

      Joined:
      Jan 25, 2010
      Messages:
      1,848
      Likes Received:
      38
      Trophy Points:
      48
      Tried it, didn't help. Still soesn't loot the crossbow. Is there something special about this mob because we can't loot it like other mobs?
       
    9. Ilja Rogoff

      Ilja Rogoff Well-Known Member

      Joined:
      Jan 25, 2010
      Messages:
      1,848
      Likes Received:
      38
      Trophy Points:
      48
      Looks like it works now, thanks :)
       
    10. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Hmm, there shouldn't be. Does it not attempt to loot him at all?
      What happens instead?

      Currently in place is an InteractWith behavior that's set to 'InteractByLooting' - so it should be forced.
      The only thing I'd know to do after that is to have the InteractWith permantely loop until the quest is actually finished.
       
    11. Ilja Rogoff

      Ilja Rogoff Well-Known Member

      Joined:
      Jan 25, 2010
      Messages:
      1,848
      Likes Received:
      38
      Trophy Points:
      48
      After killing Et'kil and his homies, my toon just stands there, doing nothing. Just walks a bit at a certain point where Et'kil spawns. After while, Et'kil respawns and my toon kills him again. Loop. See log, issue starting somwhere around line 6740 and goes on for 2 hours or so...
       

      Attached Files:

    12. dracktw

      dracktw New Member

      Joined:
      Nov 12, 2012
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      0
      there is no profile for 80 to 85 ?
       
    13. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Huh, your log says this:

      Code:
      [20:07:40.577 D] Changed POI to: Type: Loot, Name: Et'kil
      [20:07:41.174 D] Clearing POI - Reason Unit no longer has loot.
      
      [20:07:47.519 D] Goal: FlyTo-v1987: In Progress (no associated quest)
      Flying to 'Turnin Quest' (<2040.181, 4559.711, 133.8768>)
          [Ref: "[N - Quest] 89-90 Townlong Steppes [Kick] ($Rev: 3490 $)" @line 1398]
      So the bot thinks it's looting and that there's no loot left.
      Although this only appears after a huge chunk of endless loops in an attempt to get the Crossbow.


      In the massive loop chunk, what I'm seeing is: GetOutOfGroundEffectsAndAuras.cs is broken.
      Currently it's being used to avoid Et'kil's abilities, but instead - it's just ignoring all that claiming that Et'kil doesn't exist.

      Which is also why it won't loot, because the behavior isn't allowing the bot to.
      This behavior should be depreicated anyways, we now have Avoid.cs that is much more superior.

      I'll see about ripping out the GetOutOf... behavior and swapping it with Avoid.cs
      Thanks for providing me with the information/logs!
       
    14. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      There are.
      How are you obtaining the profiles?
       
    15. dracktw

      dracktw New Member

      Joined:
      Nov 12, 2012
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      0
      buddy store
       
    16. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Try clearing your BuddyStore cache.
      Close the bot, then go to this folder:
      (to go to it, just paste that into the bar at the top of your file explorer and hit enter.)

      %LocalAppData%/Bossland/Buddy Store/


      Inside of that folder, you should see sometihng along the lines of this:

      [​IMG]

      Delete all of it, then start your bot up again.
      See if the profiles are there then.
       
      Last edited: Dec 5, 2015
    17. dracktw

      dracktw New Member

      Joined:
      Nov 12, 2012
      Messages:
      43
      Likes Received:
      0
      Trophy Points:
      0
      thanks a lot echo
       
    18. Ilja Rogoff

      Ilja Rogoff Well-Known Member

      Joined:
      Jan 25, 2010
      Messages:
      1,848
      Likes Received:
      38
      Trophy Points:
      48
      My pleasure!
      Now the last manual intervention needed in the MoP profiles will be the MoP flying learning. Maybe that will be fixed somewhen...? :rolleyes:
       
      Last edited: Dec 5, 2015
    19. trashmaster

      trashmaster Member

      Joined:
      Feb 17, 2012
      Messages:
      322
      Likes Received:
      0
      Trophy Points:
      16
      Mmhhh would have been nice to know that when starting any profile, it deletes all quests in your questlog :-/ maybe its in the description but I couldnt find it.
      Lvl 100 and wanted to do the Cata Quests in Hyal... no good. Cant remember that it did that in the past when I did the same with other chars.
       
    20. EchoTiger

      EchoTiger Official Profile and Singular Developer Staff Member Moderator

      Joined:
      Nov 28, 2012
      Messages:
      6,810
      Likes Received:
      631
      Trophy Points:
      113
      Flying support for the MoP profiles?
      I'm not sure that it was a priority - it can be added, but it will cause a lot of bugs and will require a good chunk of testing.

      The reason why - some of the behaviors and <Objective/> tags won't dismount the player from a flying mount properly.
      Although it has no problem with ground mounts.
      So for every occurence of this issue, extra code would need to be added to force-dismount the player.
       

    Share This Page