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

Exilebuddy Release/Beta Revision Guide

Status
Not open for further replies.
You bot races?...... Tisk tisk :-(

Sent from my DROID RAZR HD using TheBuddyForum mobile app
 
they would release the patch in the middle of a race. fml. lmfao

Is there anyway to user quick fix the version ID and hope the bot runs semi stable. Must continue leveling lol

nope. there is no "lite" version of EB. ;)
 
you get points per race toward season items etc etc, basically special items
 
I mentioned this in another thread where someone asked, but typically, you'd just uncomment the "Blood Rage" in the Exile CR:
Code:
//RegisterBuff("Blood Rage", ret => !ObjectManager.Me.HasAura("blood_rage"));

but a change was made recently where the buffs are only cast once, so it might no longer work correctly to keep it refreshed. We'll have to do some retesting of those types of buffs to know.

Well i have tried to remove the // but then I get an error. So atm there is no way to get it to use Blood Rage?
 
Well i have tried to remove the // but then I get an error. So atm there is no way to get it to use Blood Rage?

It's missing the LokiPoe. in front of it (like the previous lines). We'll get that updated for the next version.

Code:
RegisterBuff("Blood Rage", ret => !LokiPoe.ObjectManager.Me.HasAura("blood_rage"));
 
It's missing the LokiPoe. in front of it (like the previous lines). We'll get that updated for the next version.

Code:
RegisterBuff("Blood Rage", ret => !LokiPoe.ObjectManager.Me.HasAura("blood_rage"));

Sweet thanks it works :)
 
How come sometimes the bot doesnt load completely and then crashes after 2-3 minutes? Routine and grindbot stay blank. sometimes restarting my computer fixes it

Please read this thread.

Most of the crashes people have of the nature you describe are related to that.

Otherwise, please make a new support thread with your logs attached, after downloading the latest beta so we can try to figure out what is going wrong for you.
 
Is there any possibility of you guys bypassing the two client limit in the future?
 
Is there any possibility of you guys bypassing the two client limit in the future?
I dont think they will, coz it will require EB to modified POE files. But someone will prob make a program or a workaround to bypass the two client limit
 
Are the new minion skills going to be implemented anytime soon? No pressure just curious :)

Sent from my DROID RAZR HD using TheBuddyForum mobile app
 
Are the new minion skills going to be implemented anytime soon? No pressure just curious :)

We'll add basic skill usage for then, but as usual, anything advanced or build specific users will have to do.
 
How do users do so? Edit the exile.cs?

Sent from my DROID RAZR HD using TheBuddyForum mobile app
 
How do users do so? Edit the exile.cs?

Sent from my DROID RAZR HD using TheBuddyForum mobile app

Yeap, just look at all the current skills there now. Adding a new skill is as simple as adding the Register function for it if it's an attack skill.

Most of the new skills require specific logic though, so simply adding them to be registered doesn't help without the logic. For example, if you were you just register the new spirit skill, the bot would sit there and cast it until everything died, which most of the time, would be a bad idea, since you'd have to tank everything first. A skill like that needs to have summoning logic written, like the current zombies, skeletons, and specters.
 
Soul taker support works. Good stuff +1..


Problem is now blood rage broke. Whenever i take out the "//" from in front of it, it gives me an error.


edit: Nevermind it works now. I just did a fresh install and re-edited the exile the way i needed. Works perfect you're the man!
 
sometimes the bot casts molten shell ad eternum, dunno how to fix it.
 
Please use the Support forum for issues like this. We'll check into it today though.
Proximity shield distance should be set to 10 (instead of 6). 10 fixes it from just standing there doing nothing whenever a proximity shield mob is in place.

Saw one of your devs suggest it in another thread a few patches back and its worked flawlessly for me since then.. I've noticed its not in your releases though.
 
how can I turn off picking up some of the currency? Like Armor scrap etc.
 
Status
Not open for further replies.
Back
Top