• Visit Rebornbuddy
  • Not looting more than 50% of mobs...[HB TEST VERSION]

    Discussion in 'Honorbuddy Support' started by puffdank, Sep 10, 2012.

    1. puffdank

      puffdank New Member

      Joined:
      Aug 9, 2012
      Messages:
      29
      Likes Received:
      1
      Trophy Points:
      0
      Gotta say thank you for putting out a test version so quick. Was just wondering if anyone else was having the same problem, or if anyone would know how to solve this problem. I am using grindbot to skin mobs and its skipping ALOT of loot/skins and just moving on...

      Any help would be greatly appreciated!!
       
    2. krasher

      krasher Member

      Joined:
      Mar 19, 2012
      Messages:
      81
      Likes Received:
      0
      Trophy Points:
      6
      i am having the same problem, but i believe they are still working at it. Still not every thing is fixed yet, like the skinning + looting. Warlock class is still not working properly, he is still casting some spells that he isnt suppose to .. Lets hope it will be fixed asap !
       
    3. lynar

      lynar New Member

      Joined:
      Jan 15, 2010
      Messages:
      394
      Likes Received:
      2
      Trophy Points:
      0
      Same problem. Annoying :(
       
    4. qztr

      qztr Active Member

      Joined:
      Mar 31, 2012
      Messages:
      1,932
      Likes Received:
      17
      Trophy Points:
      38
      Same here.
       
    5. razer

      razer New Member

      Joined:
      Apr 29, 2012
      Messages:
      1,347
      Likes Received:
      7
      Trophy Points:
      0
      All I can say is that the Test release was just to shut the cry babys up, expect a lot too not work
       
    6. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      is auto loot enabled in WoW settings?
       
    7. chickenl

      chickenl New Member

      Joined:
      Jan 2, 2011
      Messages:
      313
      Likes Received:
      2
      Trophy Points:
      0
      May i suggest a novel idea..

      How about posting a LOG
       
    8. chickenl

      chickenl New Member

      Joined:
      Jan 2, 2011
      Messages:
      313
      Likes Received:
      2
      Trophy Points:
      0
      From what i can see through the log it seems to be missing the loot flag to change you can only hope that it gets fixed in the next release
       
    9. lynar

      lynar New Member

      Joined:
      Jan 15, 2010
      Messages:
      394
      Likes Received:
      2
      Trophy Points:
      0
      Yes, Tony :( I've tried everything.. Sometimes it comes back and loots the mob, looks really wierd.

      I posted a wrong log, here comes another one.
       

      Attached Files:

    10. chickenl

      chickenl New Member

      Joined:
      Jan 2, 2011
      Messages:
      313
      Likes Received:
      2
      Trophy Points:
      0
      Same error in this log as well
       
    11. recyclez

      recyclez New Member

      Joined:
      Apr 9, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      0
      Think the major prob is thenew AoE looting, guess the HB system still thinks in single looting.

      And idd they made the test version too stop the cry babies :)...but now they cry more and harder :)
       
    12. zsterz

      zsterz New Member

      Joined:
      Oct 23, 2011
      Messages:
      71
      Likes Received:
      0
      Trophy Points:
      0
      Same thing.
       
    13. reQuorter

      reQuorter Member

      Joined:
      Dec 17, 2011
      Messages:
      76
      Likes Received:
      0
      Trophy Points:
      6
      Same problem, bot is not looting in grindmode and not skinning.
       
    14. chickenl

      chickenl New Member

      Joined:
      Jan 2, 2011
      Messages:
      313
      Likes Received:
      2
      Trophy Points:
      0
      Instead of saying same error maybe if you post a log or stfu and allow the devs to work on it you got this version knowing that it has bugs.. Be helpful or be silent.
       
    15. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
    16. johngeorge

      johngeorge Member

      Joined:
      Dec 27, 2011
      Messages:
      85
      Likes Received:
      1
      Trophy Points:
      6
      loot problems


      Same thing on 85 surivial hunter using botanists skinning profile in tilight highlands auto loot enabled newest version of the test.

      kills mob dont loot it or skin it moves to next mob. will post my log if i gotta but its redundant .

      I suspect the same thing. Any plugin like mr item remover the latest patch broke it. it keeps crashing for me.

      thank you for all your hard work btw.
       
    17. igod

      igod New Member

      Joined:
      May 31, 2010
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      0
    18. Tony

      Tony "The Bee" Staff Member Moderator

      Joined:
      Jan 15, 2010
      Messages:
      128,834
      Likes Received:
      571
      Trophy Points:
      113
      we will check it
       
    19. PTankadin

      PTankadin New Member

      Joined:
      Feb 8, 2012
      Messages:
      157
      Likes Received:
      1
      Trophy Points:
      0
      Here, someone fixed the old eLoot Fixer.

      Just copy and paste this into a text document and save as "eLootFixer.cs" (Make sure to put the .cs at the end)
      Created a Folder inside your Plugins Folder name it "Loot Fixer"
      Once that is done, start up Honorbuddy and enable the Plugin.

      Credit to the Original Author ""Echelon17" and also "jfvibe" for making the Fix.

      Code:
      using System;using System.Collections.Generic;
      using System.Diagnostics;
      using System.Drawing;
      using System.IO;
      using System.Linq;
      using System.Net;
      using System.Runtime.InteropServices;
      using System.Text;
      using System.Threading;
      using System.Xml.Linq;
      
      
      using Styx;
      using Styx.Combat;
      using Styx.Common;
      using Styx.CommonBot;
      using Styx.CommonBot.AreaManagement;
      using Styx.CommonBot.Inventory;
      using Styx.CommonBot.Profiles;
      using Styx.CommonBot.POI;
      using Styx.Helpers;
      using Styx.Pathing;
      using Styx.Plugins;
      using Styx.WoWInternals;
      using Styx.WoWInternals.Misc;
      using Styx.WoWInternals.World;
      using Styx.WoWInternals.WoWObjects;
      
      
      namespace LootFixer
      {
          class LootFixer : HBPlugin
          {
              private LocalPlayer Me { get { return (ObjectManager.Me); } }
              public override string Name { get { return "eLoot Fixer"; } }
              public override string Author { get { return "Echelon17"; } }
              public override Version Version { get { return new Version(2, 7, 0); } }
              public static WoWUnit enemy;
      
      
              public override void Pulse()            
              {
                  try
                  {
                      if (CharacterSettings.Instance.LootMobs == true) { // If loot mobs is enabled, otherwise don't bother
                          ObjectManager.Update(); // Update game objects
                          if (Me.GotTarget && Me.CurrentTarget.IsHostile && !Me.CurrentTarget.IsPet && !Me.CurrentTarget.IsPlayer) { // If I have an enemy target that isn't a pet
                              enemy = Me.CurrentTarget; // Set enemy to temp variable
                          }
                          if (enemy != null && enemy.IsDead) { // If my target is valid and dead
                              if (BotPoi.Current.Type == PoiType.None) { // ...and I'm not doing anything else
                                  if (enemy.CanLoot)
                                  {
                                      BotPoi.Current = new BotPoi(enemy, PoiType.Loot);  // Set new POI to the corpse we just created for looting ;)
                                      Logging.Write("[eLootFixer] Setting new Loot POI to {0}", enemy.Name);    
                                  }
                                  else if (!enemy.CanLoot && enemy.Skinnable) {
                                      BotPoi.Current = new BotPoi(enemy, PoiType.Skin);  // Set new POI to the corpse we just created for skinning ;)
                                      Logging.Write("[eLootFixer] Setting new Skin POI to {0}", enemy.Name);
                                  }
                                  else { if (enemy != null) { enemy = null; } }
                              }
                              else {
                                  // We're busy - do nothing
                              }
                          }
                          return;
                      }
                  }
                  catch (InvalidOperationException ee)
                  {
      
      
                  }
                  catch (Exception ee)
                  {
      
      
                  }               
              }
          }
      }
      
      
      
       
    20. Starliight

      Starliight New Member

      Joined:
      Aug 20, 2012
      Messages:
      11
      Likes Received:
      0
      Trophy Points:
      0
      same error
       

    Share This Page