• Visit Rebornbuddy
  • Honorbuddy 2.5.7094.573

    Discussion in 'Archives' started by Hawker, May 27, 2013.

    Thread Status:
    Not open for further replies.
    1. bacteriaheat

      bacteriaheat New Member

      Joined:
      May 26, 2013
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Thanks
      problem solved!
       
      Last edited: May 28, 2013
    2. Jokar

      Jokar Member

      Joined:
      Feb 7, 2012
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      6
      Updated hb yesterday worked well..
      Started it today and every time the same $%it ! :/
       

      Attached Files:

    3. fleischi93

      fleischi93 New Member

      Joined:
      May 28, 2013
      Messages:
      13
      Likes Received:
      0
      Trophy Points:
      0
      I had a strange bug twice today, I started GB2 it worked as usually first. But when I went afk and got back to the pc the bot was stuck in nothing. He just tried to click a spot multiple times and when he was there he did the unstuck thing and walked back and got to the same spot again. But there was nothing at the spot, no flowers or nodes.

      Sorry my English isn't the best, I've got two logs attached here. Hope it's useful for you
       

      Attached Files:

    4. Stormchasing

      Stormchasing Community Developer

      Joined:
      Jan 15, 2011
      Messages:
      4,029
      Likes Received:
      48
      Trophy Points:
      48
      After some more testing

      we've a code snippet in our combat routine to give support for TierSet-Bonus, but Me.Inventory.Equipped.Hands.ItemInfo.ItemSetId (no matter which slot we choose) does always return 0
      Tested on a prot paladin with two T14 2pc bonus
      Code:
              /// <summary>Checks the number of Tier pieces a player is wearing </summary>
              private static int NumTierPieces(int txxItemSetId)
              {
                  {
                       var
                      count = Me.Inventory.Equipped.Hands != null && Me.Inventory.Equipped.Hands.ItemInfo.ItemSetId != 0 && Me.Inventory.Equipped.Hands.ItemInfo.ItemSetId == txxItemSetId ? 1 : 0;
                      count += Me.Inventory.Equipped.Legs != null && Me.Inventory.Equipped.Legs.ItemInfo.ItemSetId != 0 && Me.Inventory.Equipped.Legs.ItemInfo.ItemSetId == txxItemSetId ? 1 : 0;
                      count += Me.Inventory.Equipped.Chest != null && Me.Inventory.Equipped.Chest.ItemInfo.ItemSetId != 0 && Me.Inventory.Equipped.Chest.ItemInfo.ItemSetId == txxItemSetId ? 1 : 0;
                      count += Me.Inventory.Equipped.Shoulder != null && Me.Inventory.Equipped.Shoulder.ItemInfo.ItemSetId != 0 && Me.Inventory.Equipped.Shoulder.ItemInfo.ItemSetId == txxItemSetId ? 1 : 0;
                      count += Me.Inventory.Equipped.Head != null && Me.Inventory.Equipped.Head.ItemInfo.ItemSetId != 0 && Me.Inventory.Equipped.Head.ItemInfo.ItemSetId == txxItemSetId ? 1 : 0;
                      return count;
                  }
              }
      
      i simplified the output to test only one of my items (in my case the Hands) where i know i'm wearing it currently

      Code:
                      var _tH = Me.Inventory.Equipped.Hands;
                      if (_tH != null)
                      {
                          Log("Found Hands: {0}\n", _tH.Name);
                          foreach (var _s in _tH.ItemSpells) //returns nothing, there is physically no spell
                          {
                              if (_s != null) Log("{0} - {1} - {2}\n", _s.Id, _s.ActualSpell.Name, _s.TriggerId);
                          }
                          foreach (var kvp in _tH.ItemInfo.GetItemStats()) //returns okay
                          {
                              Log("  {0}: {1}\n", kvp.Key, kvp.Value.ToString());
                          }
                          if (_tH.ItemInfo.ItemSetId != null) Log(_tH.ItemInfo.ItemSetId); //returns 0, should return something else expected values: -518,1136,-541 <-- for prot paladin
                      }
      
      since i couldn't find a LUA method to replace the HB internals, i'm asking for a fix at this point :) would be easier than developing a workaround
       
    5. trooperplayer

      trooperplayer New Member

      Joined:
      Aug 15, 2011
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
      Problem with AUtoEquip with the new Release. Weapon Score "0" everytime (Change Weapon everytime).
       
    6. BlueHurricane

      BlueHurricane New Member

      Joined:
      Jan 3, 2013
      Messages:
      1
      Likes Received:
      0
      Trophy Points:
      0
      When I was doing Nat Pagle Rare Fish Grind ([Rep] Nat Pagle v1.1), I realised that the bot was doing good. When the fishing bobber went down (I got a bait), The bot won't loot the bobber.
      Started archeology buddy after fishing myself. And archeology went just fine :)
       

      Attached Files:

    7. katzerle

      katzerle New Member

      Joined:
      Jan 18, 2011
      Messages:
      917
      Likes Received:
      68
      Trophy Points:
      0
      Ok, Log-File with newest Version ;) I accidently attached an old one.

      [17:33:01.908 D] Rarekiller: Target is Flying - False
      Sourcecode to Produce these Line in Rarekiller:

      Code:
                  foreach (WoWUnit o in objList)
                  {
                          .......
                          Logging.WriteDiagnostic(Colors.MediumPurple, "Rarekiller: Target is Flying - {0}", o.IsFlying);
                          .......
                  }
      
      Note please this function was broken since I began to program Rarekiller some Years ago, so no bad failure, just to keep in mind.
      If you have some time to look over then you may fix it, if not it's not that bad. I used a workaround in Rarekiller.
       

      Attached Files:

    8. k4ne

      k4ne New Member

      Joined:
      Jan 28, 2011
      Messages:
      270
      Likes Received:
      1
      Trophy Points:
      0

      Avast sux, that's why.
       
    9. hlester

      hlester Member Legendary

      Joined:
      Feb 25, 2012
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      6
      AutoEquip2 is bugged to hell - needs fixing. Dual wield rogue...

      Code:
      [AutoEquip]: Equipping Weapon "Dire Nail" instead of "Blood-Etched Blade" - it scored 1024.489 while the old scored 0
      [AutoEquip]: Equipping Weapon "Dire Nail" instead of "Dire Nail" - it scored 1024.489 while the old scored 0
      [AutoEquip]: Equipping Weapon "Blood-Etched Blade" instead of "Dire Nail" - it scored 904.3703 while the old scored 0
      [AutoEquip]: Equipping Weapon "Dire Nail" instead of "Blood-Etched Blade" - it scored 1024.489 while the old scored 0
       
    10. MajestatisPluralis

      MajestatisPluralis New Member

      Joined:
      Sep 8, 2012
      Messages:
      231
      Likes Received:
      0
      Trophy Points:
      0
      hey Devs ,

      youve forgotten Cobald ore in GB2, pls fix it!
       
    11. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Affliction Warlocks - SpellManager.CanCast() Bug

      Quick description of what's meant to happen;
      - Casting Soul Swap when our target has none of our debuffs (Corruption/Agony/Unstable Affliction) should fail.
      - Casting Soul Swap when our target has any of our debuffs (above) and we DONT have Soulburn should remove the DoTs from our target (so we can move them to a new target). This behavior can be modified using a Glyph, but that's not an issue here.
      - Casting Soulburn and then Soul Swap will apply all 3 of our debuffs to the target.

      Soul Swap can have 2 different cast Id's;
      - 86121: Soul Swap - Spell - World of Warcraft (Normal)
      - 119678: Soul Swap - Spell - World of Warcraft (Soulburn)

      HBConsole Code:
      Code:
      Log("Have Soulburn? [{0}]", Me.HasAura("Soulburn"));
      Log("-----Soul Swap by ID");
      Log(SpellManager.CanCast(86121, StyxWoW.Me.CurrentTarget));
      Log("-----Soul Swap by Name");
      Log(SpellManager.CanCast("Soul Swap", StyxWoW.Me.CurrentTarget));
      Log("-----Soulburn + Soul Swap Id");
      Log(SpellManager.CanCast(119678, StyxWoW.Me.CurrentTarget));
      
      Issue 1:
      - Target has NO debuffs. I DO NOT have Soulburn (and thus I should NOT be able to cast Soul Swap)

      Code:
      Have Soulburn? [False]
      -----Soul Swap by ID
      True
      -----Soul Swap by Name
      True
      -----Soulburn + Soul Swap Id
      False
      
      This should return FALSE for all 3 checks.

      Issue 2:
      - Target has NO debuffs. I DO have Soulburn. I CAN now cast.

      Code:
      Have Soulburn? [True]
      -----Soul Swap by ID
      False
      -----Soul Swap by Name
      False
      -----Soulburn + Soul Swap Id
      False
      
      The Affliction rotation within PureRotation is completely dependant on this piece of code returning the correct results, and thus means it does not work.

      Feel free to PM if any further details are required.
       
    12. macVsog

      macVsog New Member

      Joined:
      Dec 14, 2012
      Messages:
      142
      Likes Received:
      3
      Trophy Points:
      0
      I posted logs and tried all the suggested steps but I'm still getting the [299] could not read crashes of WoW and HB. I've been using HB for a long time and never had this problem until this new patch. I noticed you provide links to install .NET 4.0 and other developers (like nomnom) of CR's provide links and say to install .NET 4.5 - since there is some issues with some apps with one runtime cooperating with the other which is the correct version to run?
       
      Last edited: May 28, 2013
    13. Azrimalos

      Azrimalos New Member

      Joined:
      Oct 26, 2011
      Messages:
      9
      Likes Received:
      0
      Trophy Points:
      0
      You guys are great! Have 2 kids a full time job and the Military dont have time to get on and lvl everything just for the raiding!

      Thank you all!
       
    14. macVsog

      macVsog New Member

      Joined:
      Dec 14, 2012
      Messages:
      142
      Likes Received:
      3
      Trophy Points:
      0
      I posted this in Purerotations forum also since I was using their CR at the time of the crash. I have also posted logs regarding this issue previously but haven't found a solution yet.

      Long time HB user and everything has been working flawless until this patch. I've tried all the HB admins recommended steps but nothing has worked (Fresh install, .NET 4.0 and 4.5, DX9 and DX11, disabled all addon, cleared cache etc.) I've been receiving crashes with both HB and WoW every 5-8 minutes play time. I was getting a lot of 299 could not read errors using TuanHA's and Singular. I just tried Purerotation and I'm not getting anymore 299 errors but it's still crashing around the same play time. Attached is a log to see if it's still HB related or Purerotation. If it is idle it will not crash - only during rotations.

      Thank you for a great product and help.
       

      Attached Files:

    15. Prince_HCM

      Prince_HCM Member

      Joined:
      Mar 5, 2012
      Messages:
      33
      Likes Received:
      0
      Trophy Points:
      6
      I show my case to see if any other have the same problem. My routine will idle during the time it pops cooldowns (gloves and class), i'm playing DK atm. I tried both Release and Beta one and this problem is there, but it wasn't there before the maintain yesterday. As you can see from the log, it idled until the duration of cds ended.
      View attachment 4956 2013-05-29 09.24.txt

      Problem solved: Coz i have 2 gloves exactly the same. Vendor 1 solved the problem.
       
      Last edited: May 29, 2013
    16. YogiBear777

      YogiBear777 New Member

      Joined:
      May 21, 2013
      Messages:
      28
      Likes Received:
      0
      Trophy Points:
      0
      This is the official release huh? I will have to try it out when I get home later.
       
    17. tomten

      tomten Banned

      Joined:
      Jun 25, 2012
      Messages:
      302
      Likes Received:
      5
      Trophy Points:
      0
      Any1 have insight to what happened with HB ?
      Did blizz do something to tamper with it ?
      Feels like the whole community is rewriting the bot as we speak.

      Im just curious :p
       
    18. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Yeah, they released 5.3
       
    19. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      The Party chat event is not being fired.


      The below chat events work except for party chat.

      Code:
      Lua.Events.AttachEvent("CHAT_MSG_PARTY", Handler);
      Lua.Events.AttachEvent("CHAT_MSG_SAY", Handler);
      Lua.Events.AttachEvent("CHAT_MSG_WHISPER", Handler);
      Lua.Events.AttachEvent("CHAT_MSG_RAID", Handler);

      Likewise when done this way, all work but Party

      Code:
      Chat.Say += NewCommand;
      Chat.Party += NewCommand;
      Chat.Whisper += NewCommand;
      Chat.Raid += NewCommand;


      EDIT: The same applies to the following events:

      GOSSIP_SHOW
      PARTY_INVITE_REQUEST
      LFG_ROLE_CHECK_SHOW
      LFG_PROPOSAL_SHOW
       
      Last edited: May 30, 2013
    20. fpsware

      fpsware Community Developer

      Joined:
      Jan 15, 2010
      Messages:
      5,287
      Likes Received:
      133
      Trophy Points:
      63
      If HB is running (in started mode) when you port into or out of an instance navigation does not work until you close and reopen HB again. But, if HB is in stopped mode when you port into or out of an instances, when you press start navigation works fine.
       
      Last edited: May 30, 2013
    Thread Status:
    Not open for further replies.

    Share This Page