MMOMinion

Full Version: [Module] Sense Recorder #11.11.2019
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This Module creat almost Automated Sense Profils.

it will creat Timeline and Trigger for a Fight once it active.

all you have to do to is clean it up, copie in profile_template.lua and fill with the callout Warnings for each mechanic you prefer to hear.

Once it's done, you just have to place it in
Quote:C:\MINIONAPP\Bots\FFXIVMinion64\LuaMods\Sense\profiles\
and reload Lua.

IMPORTANT NOTE! for Timeline/Trigger export AutoSave must be active.

[Image: 840a994246683c3e459aca918eba847d.png]

how Fight Information export file looks like:
Code:
[181] = "288 sec - Player 5 afflicted by Stun (149)";
[182] = "289 sec - Suzaku (7702) channeling Well of Flame (12854) on Suzaku | x 100 z 100 y 0 | Action 132 | Att true | Tar true | los true | los2 false";
[183] = "293 sec - Suzaku (7702) cast Well of Flame (12854) on Player 1 | x 100 z 100 y 0 | Action 3205 | Att true | Tar true | los true | los2 false";
[184] = "303 sec - Suzaku (7702) channeling Hotspot (12856) on Suzaku | x 100 z 100 y 0 | Action 0 | Att false | Tar false | los true | los2 false";
[185] = "306 sec - Suzaku (7702) cast  (12846) on Player 1 | x 100 z 100 y 0 | Action 3208 | Att true | Tar true | los true | los2 false";
[186] = "308 sec - Suzaku (7702) channeling Ruthless Refrain (12848) on Suzaku | x 100 z 100 y 0 | Action 137 | Att true | Tar true | los true | los2 false";
[187] = "319 sec - Suzaku (7702) channeling Hotspot (12856) on Suzaku | x 100 z 100 y 0 | Action 0 | Att false | Tar false | los true | los2 false";
[188] = "332 sec - Suzaku (7702) channeling Southron Star (12852) on Suzaku | x 100 z 100 y 0 | Action 131 | Att true | Tar true | los true | los2 false";
[189] = "337 sec - Suzaku (7702) cast Southron Star (12852) on Player 1,Player 4,Player 5,Player 7,Player 3,Player 2,Player 6,Player 8 | x 100 z 100 y 0 | Action 3204 | Att true | Tar true | los true | los2 false";

how timeline export looks like:
Code:
[1] = "{ post = 6, alias = 'Cremate', sync = 12832,},";
[2] = "{ post = 16, alias = 'Eternal Flame', sync = 12834,},";
[3] = "{ post = 27, alias = 'Fleeting Summer', sync = 12835,},";
[4] = "{ post = 40, alias = 'Ashes to Ashes', sync = 12831,},";
[5] = "{ post = 40, alias = 'Screams of the Damned', sync = 12833,},";
[6] = "{ post = 48, alias = 'Phoenix Down', sync = 12836,},";
[7] = "{ post = 57, alias = 'Wing and a Prayer', sync = 12837,},";

how trigger export file looks like:
Code:
[1] = "{";
[2] = "-- Cremate";
[3] = "detect_action = 12832";
[4] = "detect_delay = 10,";
[5] = "helper_image = '',--Tank Buster --AOE Incoming";
[6] = "sound = '',";
[7] = "},";
[8] = "{";
[9] = "-- Eternal Flame";
[10] = "detect_action = 12834";
[11] = "detect_delay = 10,";
[12] = "helper_image = '',--Tank Buster --AOE Incoming";
[13] = "sound = '',";
[14] = "},";

[attachment=6782]     -> Kali's ACT Log Reactions to receive addtional Marker information and Record them. ATTATION! it can result in FPS drops.
[attachment=6783]     -> fix debuff record
[attachment=6757]        
[attachment=6750]
[attachment=6708]
wow. This is awesome. Big thanks.
i add Kali's ACT Log Reactions which reads Live ACT logs for Network information, which can be used now in Sense

Cutesmile

Big thank's to Kali for this!
fixed debuff recording bug