What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Auto death release

Exmortem

Community Developer
Joined
Mar 28, 2010
Messages
799
I've been playing my Marauder in Annihilation spec and have modified WingIt enough to where it's acting really well as a combat bot, my only issue right now is that I don't want it to auto-release on death - i've looked around WingIt but haven't found where I can disable this. Does the bot handle this internally?

If so, would it be possible to get the auto-release disabled when running the CombatBot profile? Thanks.
 
i've looked around WingIt but haven't found where I can disable this. Does the bot handle this internally?

Death management, and returning to your corpse is not handled by WingIt, but by the BWcore. I poked around the BW API, and can't find any way to make a choice. The best you could do would to be write your own death manager, and hook it high up in the TreeHooks--perhaps as the top node.

In your manager, you'll probably need to make some Dom calls to 'click' on the appropriate buttons. The Dom interface is completely undocumented, and you'll need to wrap anything you use with an using(BuddyTor.Memory.AcquireFrame()) { mylogic(); }. In short, you need to chat with Apoc or Aevitas to get the details worked out.

cheers & good luck with it,
chinajade
 
Last edited:
Thank you for the reply, unfortunately that's all way over my head. Hopefully they add that functionality to the combat bot profile since it just makes sense. :)
 
It is indeed handled inside the bot itself. Hooking TreeStart would allow you to set up your own corpse release behaviour, but you'd have to implement the rest of the bot as well through a plugin or whatever. Allowing users to disable release on death isn't very high on our list of things to do, because it's counter logical most of the time. I might add it as an option for the combat bot only at a later point. Perhaps.
 
Thank you, it's just one of those simple (but not so simple maybe) things i'd like to see added, like the option to not loot and auto target. :)
 
Ya few things could add to gui. But sure thats after get all major bugs done.
Like toggles for: Auto rez, Loot, mail to, use hearth stone (fast travel)
Data like: xp per hr, deaths, space mission wins/fails.
All in due time, and if more people buy bot will help Im sure.
 
Back
Top