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

A couple of questions.

PainfulDeath

Member
Joined
Jul 12, 2012
Messages
489
Reaction score
1
Hey there guys. Got to using EB recently and have a couple of questions about it. Hope maybe some of you can answer some of them.

1) Does the bot have untistuck feature? If so - how to enable it? Last night it seems like it has been stuck for a very very very long time in one spot with the task "DEBUG Logger (null) - [ExploreTask] Now exploring to the location {x,y}..." without any chance to stop doing that (since it's obvoiusly failed)
Figrued this one out, seems like I am too stupid to scroll down the plugins list and see the stuckdetection plugin -_-
2) I am using the example routine and it successfully casts all my spells, so that's good, however Vaal storm call logic could use massive tweaking. The skill itself gets used on a single white mob, which is clearly a waste, and after casting the skill bot is waiting for upto 3-5 seconds doing nothing ("[FinishCurrentAction] Waiting for the action to finish Vaal Storm Call." in logs) which is dangerous and also a waste. I tried to search for vaal storm call in example routine, can anyone help me locate where do I need to start digging to try and remedies those flaws?
3) Bot doesn't seem to ignore barrels even though the checkbox is checked in IgnoreChestsGlobal. It does ignore all other boxes I've checked there, so it makes me wonder why barrels are so different and how to fix it?
 
Last edited:
2) I am using the example routine and it successfully casts all my spells, so that's good, however Vaal storm call logic could use massive tweaking. The skill itself gets used on a single white mob, which is clearly a waste, and after casting the skill bot is waiting for upto 3-5 seconds doing nothing ("[FinishCurrentAction] Waiting for the action to finish Vaal Storm Call." in logs) which is dangerous and also a waste. I tried to search for vaal storm call in example routine, can anyone help me locate where do I need to start digging to try and remedies those flaws?

I'd say take a look though the routines section of the forum and see if there's something that is more along the lines of what you want. The default CR has limited support and literally no advanced logic for trying to use vaal skills since each one requires their own setup. Users typically need to write their own better CRs if the simple ones we provide don't quote do everything they want skills wise. In a game like PoE though where there is a wide variety of skills and how they can be used, a generic solution won't ever work out well, so even though the next CR for Act 4 might be improved in some regards, it won't be able to cover everything.

3) Bot doesn't seem to ignore barrels even though the checkbox is checked in IgnoreChestsGlobal. It does ignore all other boxes I've checked there, so it makes me wonder why barrels are so different and how to fix it?

It does ignore them, but it will break them if they are "in the way" to avoid stuck issues that happen in this game with breakable chests. The unintended side effect is that it breaks more than it sometimes has to, but its better than getting stuck.
 
Back
Top