No it doesn't stop working. Once the town portal is used, it happens as it's going to the loading screen then when it gets to town it resets ActorCache and continues on it's merry way doing things and being useful haha It doesn't prohibit me from using the bot, it's more of a curious event at the moment. One of those things that I would like to figure out what's causing it but it's not stopping the bot from doing it's job.
What would be best to include in a proper log? I'll tick whatever type of logs that need to be ticked and post that log as soon as I get it.
Hey Phelon, Really awesome work. Just curious, will this help other classes/builds than Condemn Sader?
Goblin realm can be handled by Adventurer which would require learning c# and adding it to Trinity. I remember a gobo farming profile long ago, no idea if that still works.
My bot sometime met a problem but not always, which is weird. Sometimes when it finishes the GR boss, it doesn't go to Urishi for gem upgrading but returns to town directly, proceeds some staff and then stands in town and looks for Urishi, which can't be successful for sure. Then DB session trips over due to no activity in xxx seconds.
Then XML is what you need to learn and check out this post: https://www.thebuddyforum.com/threads/demonbuddy-trinity-faq.142993/
This works, for the most part. Thanks. Are there supposed to be lots of compiler errors in the beginning ?
About 10 seconds after logging into a DB server I get walls of red text with an incredible amount of compiler errors, then after about a minute they stop. I'll get a screenshot of it later on today.
I closed DB, deleted all logs, started DB.. and in the first minute from the time I log in to the time the errors disappear it created a 17MB log that I'd have to segment 1 or more times to upload. https://www.dropbox.com/s/qbjt1oi51bjqmgo/8688 2018-07-12 16.51.txt?dl=0
I deleted everything, reinstalled, deleted the Trinity plugin before ever launching that installation of DB, installed yours and there aren't any compiler errors. Edit - Also appears to be performing much better. Edit 2 - All around performance is actually significantly better
Is it not possible to change town run settings? It's going to town at half inventory then gets confused.. is there no way to change to # of bag slots for town runs? Thanks
It will town run every time because of the profile if I remember correctly. But don't quote me on that.
public class DefaultLootProvider : ILootProvider { public static int FreeBagSlots { get; set; } = 4; public static int FreeBagSlotsInTown { get; set; } = 30; Should be this part hm? Trinity\Components\Combat\DefaultLootProvider.cs You need to change the logic in different files that if bot is running rifts or greater rifts it shouldn't stop for townrun routine until gambling or repair is needed Best is if you add a new function + GUI Implementation where you can set how many InventorySlots have to be free to trigger townrun
I'm botting with DB beta 1.1.752.0 and your Trinity, there are still serious lagging problem in both Trinity setting and FPS/TPS (around~10). I bot with Akkham condemn sader and run for GR 90, sometime it would act like an idiot but most of the time it's fine. If my memory serves me well, back in few years earlier (about D3 season 3 and 4) DB can do a lot better in TPS, and a lot of better battle routines waiting to be found in forum, what's going wrong?