[2023-04-16] Persist crop descriptions! See this post. [2023-04-16] Tally DPS! See this post. [2023-04-06] Experience page overhaul! See this post. [2023-03-24] New! Sieges by town. See this post. [2023-03-17] New! New page: Farming, Please see this post. [2023-01-15] New! Added skill minimums to offline. See this post. [2022-12-13] New Inventory Item Editor! See this post. [2022-07-06] Rewrite! CotA underwent a complete rewrite. See this post. [2022-06-06] New! Added Cabalists to the Chronometer tab. See the screenshot in readme. [2020-06-06] New! Added an Offline tab that allows you to edit your avatar's skills. [2020-05-30] Major update! CotA now uses Godot Engine for its GUI, so you no longer need to install anything extra (e.g. GTK+). Repository: https://github.com/Barugon/CotA Readme (with screenshots). Download executable here. Note that I don't have a Mac; if anyone is willing to give it a go, I would appreciate it very much.
I added the log folder path on Linux as default so you won't have to select it on first run. I attempted to set the locations for Windows and Mac as well but they're probably wrong. If anyone knows what the log folder paths are for Windows and Mac, can you please help me out and post that information here?
https://www.shroudoftheavatar.com/forum/index.php?threads/chat-logs-in-different-folder.62879/ It's been C:\Users\%user%\AppData\Roaming\Portalarium\Shroud of the Avatar\ChatLogs
I added a search function to easily find values. I also removed the GPL3 license and made the code public domain.
Actually it should probably be: Code: %APPDATA%\Portalarium\Shroud of the Avatar\ChatLogs As that will work for people who don't have their OS or User folder on the C:\ drive or have XP (if the game even supports XP?). Similarly on Linux the path should be using the XDG_CONFIG_HOME environment variable, however I've not checked that SotA/Unity is actually using the variable or has just hard coded it.
I completely rewrote the app in D using gtkD as the widget framework. This is so that I could put a stand-alone Linux binary in the repository. Just download the binary and run it, no installation or build process needed. The easiest way to get it is to click the green "Clone or download" button then click "Download ZIP". https://github.com/Barugon/CotA
I created a new repository, https://github.com/Barugon/CotA_build, with Windows and Linux executables.
Rewritten in Rust... just for fun. [edit] I also enabled sorting of the stat names and values by clicking on that column's header.
Added this fabulous experience needed calculator! It's missing the Fishing skills (other than the base Fishing skill and Bait Recovery). If you know what the experience cost multipliers for those skills are then please let me know. [edit] Fishing skills were added.