What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Search results

  1. jim87

    ObjectManager.GetObjectsOfType<WoWPlayer>

    That's a derivative data: healbot or whatever can't actually see the buffs on people away from your sight, but it remembers if they have been seen recently and haven't died in the mean while. In any case I'd play with the party/raid frame.
  2. jim87

    Anyone Had .Xml file ALL go corrupted ?

    Bad HD block?
  3. jim87

    Making a CC turn towards the mob?

    I'm not sure whenever they're the same or not, but I always used ObjectManager.Me...
  4. jim87

    Please fix this

    If the bot hangs means there is some custom bot or plugin avoiding it to stop...
  5. jim87

    WoWItem: quest item?

    Hello! I'd like to know if it's possible, via HB APIs, to know if an item is a quest one. I've only found WoWItem.QuestGiverStatus, but that's only for quest-giving items. Thanks.
  6. jim87

    Wow build #0

    I've got this error each time I restart Honorbuddy (no, not after a crash) within the same session of WoW. The log just shows the error (This version only supports build blahbalhblah you're on build #0). I have to relog into WoW to fix this. Pretty annoying. Using 5740 (4.3.2)
  7. jim87

    [PLUGIN] Could not load file or assembly

    Hello! I'm currently developing the 2nd version of LootStatistics... I decided to try out WPF, but I started having problems in HB. If I compile it within VS2010 it's all ok, it builds in HB too, but when I try to open up the WPF page, it will throw a FileNotFound error relative to the...
  8. jim87

    [Work in progress] Wintrade plugin

    You actually can't, as AFAIK if you refuse the battle, you'll get a deserter debuff... thus, it's not doable.
  9. jim87

    Check to see if current bot is active?

    I'm not sure 100%, but public void pulse() should be different than public override void Pulse() ... btw just debug log something like Logging.WriteDebug("Still alive {0}", System.currentTimeMillis()) . If it prints it out only once, it means that you've got a cycle blocking the code, or you're...
  10. jim87

    Todays Patch, will it effect HB?

    They patched over patched files, making client's partial data useless. Their idea is to clean it up, but doing this via patches would require lots of CPU and hard-disk usage (open file, search for data, delete, save the new file, open again, search for other data... as most of the computers...
  11. jim87

    Check to see if current bot is active?

    If you're writing a plugin, as I suspect, you can know if the bot is running just because it's executing the plugin's Pulse overridden method. If the bot is not running, Pulse won't be executed. Thus, in definitive, you don't need to know it. If you want though to execute code when you (re)start...
  12. jim87

    move closer when out of range

    haze210's one will work properly. Behavior trees help you a lot to sort these things out. The logic error in your code is that the CC is being executed at each pulse, thus you're overkilling with calculations each CC iteration untill you're where you want to be. jasf10, your...
  13. jim87

    How to debug "Could not construct instance of botname"?

    I've noticed that this problem is not present whenever I have a custom combat profile other than Singular, otherwise no errors popup... thus it seems that in somehow way the HB requires the combat profile before it's ready. It's strange though, as I call it via a BehaviorTree... may it be due to...
  14. jim87

    Satchel of Spoils alert?

    Thank you :)
  15. jim87

    How to debug "Could not construct instance of botname"?

    By the way I've noticed that the Singular's error shows up only when the bot is being compiled...
  16. jim87

    bot timer

    [...] for being banned?
  17. jim87

    How to debug "Could not construct instance of botname"?

    That's all of it, nothing else about the bot. In any case here it is.
  18. jim87

    How to debug "Could not construct instance of botname"?

    Hello! Today I started working again on a bot I never finished, but big surprise? The new HB started throwing an error: [20:29:14:229] Could not construct instance of JimmyBuddy! Exception was thrown. Exception: [20:29:14:230] Riferimento a un oggetto non impostato su un'istanza di oggetto...
  19. jim87

    Satchel of Spoils alert?

    Hello! I was wondering if it's possible, via HB API, to detect whenever a playable rule has the Satchel of Spoils bonus. Thanks!
  20. jim87

    Bot got stuck

    You can do the quest manually, that's the easiest way. You could even edit the quests XML file to exclude it from the list, but that could preclude the next quest-in-chain.
Back
Top