Releases: ravahn/BnS_ACT_Plugin
Release v0.2.0.0
Released a new update to the Blade and Soul ACT plugin.
The main change was to include the chat log line type in the log files. This required altering the log file format slightly, but it is backwards-compatible with the older format. Eventually I will remove support for the older format, but it will be supported for a few weeks/months. The chat log line type may help assign certain damage to the parsing player that currently is assigned to 'Unknown'.
Additional changes:
- Modified parsing of numbers >= 10,000 to fix a problem with non-western number formats
- Added unit testing for the parsing module to regression-test that a sampling of log lines passed into ACT result in the correct parsed result. This should help when new features are added.
Release v0.1.0.3
- Updated memory offset for March 9th release.
- Added default ACT zone name as placeholder.
Release v0.1.0.2
Updated memory offset for the BnS Unchained patch. Fixed party member critical hits.
Early Release v0.1
Early release of Blade & Soul ACT Plugin.
WARNING: This plugin connects to game memory to read chatlog text off of the combat tab. This is likely against the game's terms of service, so use at your own risk and do not discuss in-game.
This release includes damage, heal, and HP drain parsing. It doesn't parse buffs, debuffs, or focus effects. There may be other missing data as well. The game's combat logs are not 100% perfect - some damage amounts do not include the player name that caused them, or attribute the damage to a skill, not a player. Combat text for party members standing out of range may get omitted. However, the plugin does a reasonable job and will improve over time.
To use this plugin, you must first download and install Advanced Combat Tracker (http://www.advancedcombattracker.com/download.php).
Then, either configure the BnS plugin using the compiled DLL, or use the BnS plugin source code file from here(https://raw.githubusercontent.com/ravahn/BnS_ACT_Plugin/master/BnS_ACT_Plugin/BNS_ACT_Plugin.cs).