Skip to content

Releases: ravahn/FFXIV_ACT_Plugin

Version 2.6.5.3

24 May 16:41
42addd1
Compare
Choose a tag to compare

Updates to support hotfix to FFXIV patch 6.11.

Also includes some bug fixes:

  • Modified StartsCasting line to include three decimal places, i.e. 2.448 vs 2.45.
  • Updated target id and target-of-target offset and processing to fix reported issues in instances
  • Fixed gnb & sam potencies per 6.11 patch notes
  • Updated packet opcode for StatusEffectList2. Should only affect DRS zone.

Version 2.6.5.1

26 Apr 17:49
a922a5b
Compare
Choose a tag to compare

Updates to support FFXIV Patch 6.11:

  • Updated packet opcodes
  • Updated action list / status list / zone names

Known / potential issues:

  • Alliance parse filter may be broken. Party / Self continue to work.
  • Certain Dragonsong's Reprise (Ultimate) actions and status effects are obfuscated. These will be crowdsourced in discord over the next few days.
  • Delubrum Reginae (Savage) zone logs appear to be missing StatusEffectList2 information (line type 38). This is still being investigated

Version 2.6.5.0

12 Apr 22:20
d1dbd1f
Compare
Choose a tag to compare

Version 2.6.5.0: updates to support FFXIV patch 6.10.

Also includes fix for Iron Jaws: re-apply simulated Bard DoTs even when used <2 seconds after a previous DoT effect landed.

Version 2.6.4.4

08 Mar 22:02
11b4d0a
Compare
Choose a tag to compare

Version 2.6.4.4: Updates to support hotfix to FFXIV patch 6.08

Includes two earlier fixes:

  • Added override resource files for action and status names that were excluded from the game resource files
  • Modified data collection combatant locking behavior to honor the lock when reading and writing network status effects. This hopefully will prevent 'ghost' buffs that sometimes linger when zoning out of an instance with active buffs

Version 2.6.4.1

25 Jan 20:51
fee07bf
Compare
Choose a tag to compare

Updates to support FFXIV patch 6.08.

Version 2.6.3.9

10 Jan 03:20
f576b07
Compare
Choose a tag to compare

Minor parser definition updates to support new savage zones.

Version 2.6.3.8

04 Jan 17:59
390ee17
Compare
Choose a tag to compare

Version 2.6.3.8, updates to support FFXIV patch 6.05 as well as additional feature changes:

  • Updated Machina to disable buffer pooling. This may help reduce issues with memory usage increasing excessively when there are packet loss issues detected.
  • Updated Sacred Soil to not try to HoT tick when cast by players under level 78.
  • Updated troubleshooter background task to not continue troubleshooting when the player is not logged in. This will hopefully reduce false results.
  • Changed all use of Decimal data type to Double, for performance and to help fix Linux DoT simulation.
  • Changes to status effect tracking to try to eliminate ghost effects that should drop but don't, even after zoning.
  • Added missing IDataSubscription ParsedLogLine events for EffectResult, EffectResultBasic, and StatusEffectList-related packet handlers.
  • Fixed Neutral Sect shield for aspected helios/benefic to register on the correct status effect. Previously it was happening on all casts.

Version 2.6.3.3

21 Dec 22:04
31ad088
Compare
Choose a tag to compare

Version 2.6.3.3 is released to support FFXIV Patch 6.01.

Additional changes:

  • Added exception handling the ignore zombie FFXIV processes. Previously they would prevent detection of good processes. (#236 )
  • Added worldname as a suffix to player names when duplicate names detected. For example "Ravahn" becomes "Ravahn-WorldName" (#273).
  • Modified DoT simulation so DoTs don't start ticking immediately when ActionEffects land on the target, but instead wait for their corresponding status effect to be detected.
  • Modified DoT simulation so that they are slightly delayed after they land, to allow for out-of-order ActionEffect/StatusEffect/DoT tick arrival sequence.
  • Changes to DoT tick amount calculation, to improve simulation of tick high byte and crit amount
  • Added TotalTargetCount to ActionEffect lines, to help other plugins determine how many ActionEffects a particular Action produced.
  • Added tracking for cancelled / interrupted casts so it will properly report the original target name of the spell. (#271)
  • Improved Kardia/Kardion tracking when there are multiple Sages in the party

version 2.6.2.8

10 Dec 21:34
8c80c5d
Compare
Choose a tag to compare

Changes:

  • Fixed regional settings bug for decimal delimiter (comma vs period) that broke status effect parsing, making DoTs and HoTs inaccurate for those users.
  • Added Pneuma support

Version 2.6.2.7

10 Dec 00:42
076f6dd
Compare
Choose a tag to compare

Updates, bug fixes, etc:

  • Added a check to exclude FFXIV benchmark from being included in the list of detected game processes.
  • Modified timestamp used for certain system log lines, to resolve bug creating a new encounter for every swing.
  • Fixed MapId signature issue for dx9+dx11, this was affecting FFLogs replay
  • Added new encounter tree node for Damage Shields
  • Fixed many parse tracking issues, focusing especially on damage shields.
  • Added button to settings page to remove & replace ACT firewall rule.
  • Fixed bug where deleting log file after closing ACT would require restarting ACT after next open
  • Fixed Party Filter parser bug, it should work more like expected now.