Got some problem with vaal, bot was trying to go to city of sarn before killing. Another things is when the bot kill the guard in western forest he take the portal and go to a map level 11 from a map level 21 so the bot stop cause of 10 level range Also the blocking passage in act 3 the bot wasn't clicking it, he was waiting in front trying too click it
i´m having problems in act 3 normal. he grinding docks for hours now. it´s on primary and progress act 3 someone else have this problem
Hi, first amazing plugin, working like a charm. I only have one small problem, I am not sure but I think you have something similar to [Plugin] DontExceedLevel plugin inside your plugin too, if this is true can you help me with something? I use this in hardcore leagues and most of the time I like to get overleveled to be a litle bit safer and when I am 10+ lvl higher than some map the bot is turned off. Is there anyway I can disable this feature or increase the lvl range? Again amazing job, thank you.
Hey tijul, This happens when you have your difficulty on BasicGrindBotSettings to another difficulty, IE you are on normal and it's set on Cruel or Merc, there is a check for this but it doesn't always check Hey BigBudda87, Can you post me a full log? I think I've solved this issue in the one I was suppose to but did not upload yet. The full log will tell me. Hey botelho, Yes, you can set the overlevel to 0, it will ignore it. The overlevel has some issues, related to loading screens and it doing a check. For Instance, Vaal Ruins level 1 always has this issue, the bot will think it's over leveled due to some stupid reason with loading. I'm working on a fix after my vacation, I'll be back in business around 27 December.
So if I change this _overLevelLimit = "10" to _overLevelLimit = "20"; should fix my specific problem for now, right? Thanks for the fast reply.
Hey botelho, yes, if you check the logs it will probably say something like 4-5 levels wrong. What I had before was, a level check on area change only, and when area changes loading comes into play. I didn't have a check for IsInGame on my logic, it it would execute while loading, which gives it a value of 0 for the current zone, when the math for the level difference was called, it was incorrect. But good news, if you just set it to 0, the whole check is ignored. So that's the bypass, and if you set it to some ridiculously high amount it also will bypass it. But the fix I put in before worked, except for some levels and I don't know why yet.
Thanks darkbluefirefly, I changed to zero and it seems fixed, running smoothly even when I am REALLY overleved.
Hey botelho, Your very welcome. Happy botting, and Merry Christmas. P.S. Wait til you see the new version.
here is the log of the run where he farmed docks View attachment Exilebuddy 6868 2014-12-18 18.37.txt
Hey BigBudda87, I think I know what it is, you probably manually grabbed the Sulphite from Docks, since I didn't have a check for that, it will constantly grind it. I'll add a check in there to go get the spool, and then do Lady Dalilamma.(heh) Thanks for the bug report. Also, you should check your skill slots, seems like a skill is trying to be cast but is invalid.
I'm having trouble with the bot just grinding areas over and over instead of progressing. In act 2 it just kept grinding wetlands for two hours. I manually progressed it and it then completed act 2 and killed the overseer, went through city, but then got stuck repeatedly grinding the slums for 3 hours (never killed the guards). So I manually killed the guards and walked the bot to the crematorium, and now it's been grinding crematorium for hours on end without completing it. I guess it's not full clearing the areas and the stuck detection keeps logging it out? I think it might be getting stuck when it comes across corrupted areas but I never catch it when it's restarting the run. I need to figure out how to use logs. Thanks for your help!
Dark maybe i found another bug but i don´t know. he grind slums now but i don´t know why. here is the log View attachment Exilebuddy 5848 2014-12-20 17.10.txt EDIT: okay i restarted the bot and now he´s going straigth to battlefront but don´t do the Victario´s Secrets quest EDIT2: i´m stupid. Victario´s Secrets is an optional quest so sry every thing is now okay Dark.
I keep getting this error, it was working good. But sinc today it wont work. I've tried reinstal, didnt help. Code: Exception during InvokeEventSystem.Reflection.TargetInvocationException: Özel durum bir çağırma hedefi tarafından oluşturuldu. ---> System.NullReferenceException: Nesne başvurusu bir nesnenin örneğine ayarlanmadı. konum: QuestPlugin.QuestPlugin.UpdateQuestsAndGUINoDebug() c:\Users\******\Desktop\Exilebuddy 0.1.2940.84\Plugins\QuestPlugin\QuestPlugin.cs içinde: satır 1576 konum: QuestPlugin.QuestPlugin.OnGuiTick(Object sender, GuiTickEventArgs guiTickEventArgs) c:\Users\******\Desktop\Exilebuddy 0.1.2940.84\Plugins\QuestPlugin\QuestPlugin.cs içinde: satır 1644 --- İç özel durum yığını izlemesinin sonu --- konum: System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) konum: System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) konum: System.Reflection.RuntimeMethodInfo.UnsafeInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) konum: System.Delegate.DynamicInvokeImpl(Object[] args) konum: System.Delegate.DynamicInvoke(Object[] args) konum: Loki.Game.LokiPoe.InvokeEvent(Delegate d, Object[] args) Exception during InvokeEventSystem.Reflection.TargetInvocationException: Özel durum bir çağırma hedefi tarafından oluşturuldu. ---> System.NullReferenceException: Nesne başvurusu bir nesnenin örneğine ayarlanmadı. konum: QuestPlugin.QuestPlugin.UpdateQuestsAndGUINoDebug() c:\Users\******\Desktop\Exilebuddy 0.1.2940.84\Plugins\QuestPlugin\QuestPlugin.cs içinde: satır 1576 konum: QuestPlugin.QuestPlugin.OnGuiTick(Object sender, GuiTickEventArgs guiTickEventArgs) c:\Users\******\Desktop\Exilebuddy 0.1.2940.84\Plugins\QuestPlugin\QuestPlugin.cs içinde: satır 1644 --- İç özel durum yığını izlemesinin sonu --- konum: System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) konum: System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) konum: System.Reflection.RuntimeMethodInfo.UnsafeInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) konum: System.Delegate.DynamicInvokeImpl(Object[] args) konum: System.Delegate.DynamicInvoke(Object[] args) konum: Loki.Game.LokiPoe.InvokeEvent(Delegate d, Object[] args)
Hey Fonillius, At the moment I'm not going to add that, it's a bit more complicated then it seems. Either way, it's working as intended due to the nature of how I'm using Tasks, if I were to change it, I'd basically need to make a new task and etc. Working on fixing Broken Bridge, seems like if you die and respawn the issue of it grinding it appears.