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
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?
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"));
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 itSweet 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
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 limitIs there any possibility of you guys bypassing the two client limit in the future?
Are the new minion skills going to be implemented anytime soon? No pressure just curious![]()
How do users do so? Edit the exile.cs?
Sent from my DROID RAZR HD using TheBuddyForum mobile app
sometimes the bot casts molten shell ad eternum, dunno how to fix it.
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.Please use the Support forum for issues like this. We'll check into it today though.