VINAGHOST
VINAGHOST
This issue is where i upload image for [TBS's wiki](https://github.com/Erol444/TravianBotSharp/wiki)
# How this feature will work ## User jobs - Change setting in village's setting (what troop will train, how long the troop queue, when to repeat, does apply to...
It would be nice to have a function that detects low resources in a city and sents merchants from another city to fill up warehouse and granary - so we...
TBS can run on Linux and macOS The framework I choose will be [Avalonia](https://avaloniaui.net/) instead of [MAUI](https://dotnet.microsoft.com/en-us/apps/maui) First, MAUI supports mobile devices more than desktop machines while Avalonia is the...
While starting the order itself is really important. If you are roman the order will be mixed by the bot as the bot upgrade resource fields while mabye there is...
Backend: asp.net core Frontend: react
Make market features more editable and understandable But this will remove something like re-send if the village don't have enough resources (or more but I didn't notice, pls report if...
### Description They remove --load-extension that cause `.AddExtensions()` and other similar method broken their commit [https://chromium.googlesource.com/chromium/src/+/290ed8046692651ce76088914750cb659b65fb17%5E%21/chrome/browser/extensions/extension_service.cc](https://chromium.googlesource.com/chromium/src/+/290ed8046692651ce76088914750cb659b65fb17%5E%21/chrome/browser/extensions/extension_service.cc) Version affected: Chrome 137 ### Reproducible Code ```cs var options = new ChromeOptions(); options.AddExtensions(_extensionsPath);...