Download
(392 Kb)
Download
Updated: 03/12/24 02:27 PM
Pictures
File Info
Compatibility:
Scions of Ithelia (9.3.0)
Endless Archive (9.2.5)
base-game patch (9.1.5)
Necrom (9.0.0)
Updated:03/12/24 02:27 PM
Created:06/12/23 10:27 PM
Monthly downloads:1,105
Total downloads:55,938
Favorites:36
MD5:
Sanity's Edge Helper  Popular! (More than 5000 hits)
Version: 1.2.3
by: Wondernuts [More]
SEH v1.2.0 was updated to be compatible with Code's Combat Alerts 1.16.4, with overlapping notifications removed from SEH. Update to CCA 1.16.4 to ensure you get all the notifications!

SEH v1.1.0 is now updated with multi-language support, credits to Lost.Seeker.

Dependencies
  • LibAddonMenu-2.0 (link)
  • Code's CombatAlerts 1.16.1 or higher (link)
  • (Recommended) OdySupportIcons (link)

A helper addon for the Sanity's Edge trial with features such as:
  • Notifications and screen effects for various mechanics
  • Timers for mechanics such as Fire Bombs, Frost Bombs, Shrapnel, Chain Lightning etc.
  • Support for icons for mechanics such as Frost Bombs, Rattled, and Poisoned Mind through OdySupportIcons
  • Icons for Crystals and Portals on Chimera
  • Miscellaneous features such as an Ignite Blamer for Yaseyla

This was the first addon I've written, so I learnt a lot from looking at QCell's trial helper addon. Big thanks to QCell, Code, Odylon, and EXoY for their quality addons.
1.2.3

- Decrease size of large notification banners for U41 font updates

1.2.2

- Display large firebombs timer when <1.5% from execute threshold

1.2.1

- Show percentage to execute shrapnel threshold for firebombs timer
- Add support for Japanese clients

NOTE: Firebombs timer goes from ~23.5s to 11s when Yaseyla crosses the 26% HP threshold. Thus, if >11s has elapsed since the last firebombs (meaning the timer is under ~12.5s) when Yaseyla hits 26%, she will do instant firebombs.

1.2.0

- Add Ansuul split phase HP tracking (thanks Skittile for initial implementation)
- Remove Wrathstorm notifications now that Code's Combat Alerts 1.16.4 added it

1.1.2

- Fix frost bomb icons to be consistent when they go off; removing icons for frost bomb targeting
- Alter Calamity timer values slightly; reset Calamity timer when Breakdown mechanic occurs

1.1.1

- Add support for Spanish clients
- Add Calamity timer to panel for Ansuul (to aid in the dance of Wracks). Note that this does not track Spray, the other less-damaging cone mechanic.

1.1.0

- Add multi-language support for German, French, Japanese, Russian and Chinese. Credits to Lost.Seeker for the implementation.
- Add Shrapnel cooldown timer to Yaseyla panel pre-execute. Shrapnel can only be cast every ~52s even when the requisite health percentages are reached.
Optional Files (0)


Archived Files (7)
File Name
Version
Size
Uploader
Date
1.2.2
392kB
Wondernuts
02/04/24 02:09 PM
1.2.1
392kB
Wondernuts
01/24/24 05:08 PM
1.2.0
392kB
Wondernuts
08/07/23 09:33 PM
1.1.2
390kB
Wondernuts
07/29/23 01:26 PM
1.1.1
390kB
Wondernuts
07/02/23 12:34 PM
1.1.0
389kB
Wondernuts
06/28/23 08:02 PM
1.0.0
386kB
Wondernuts
06/12/23 10:27 PM


Post A Reply Comment Options
Unread 08/12/23, 11:29 PM  
Wondernuts
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 2
Originally Posted by Lost.Seeker
Hi @Wondernuts,
Can you add boss% before Ansuul Manic Phobia?
I know about this function in the CCA, but if the leader without provocation, this is not visible
Hmmm, I'm not sure if I want to implement something another addon already does.

I would recommend that your group lead simply edits "AddOns\CombatAlerts\CombatAlerts.lua", line 1875 and remove the "LCA.DoesPlayerHaveTauntSlotted()" call:

Code:
      elseif (result == ACTION_RESULT_BEGIN and abilityId == CombatAlertsData.u38.phobic) then
		if (CombatAlerts.panel.tag ~= "u38b3" and LCA.DoesPlayerHaveTauntSlotted()) then
change that to:

Code:
      elseif (result == ACTION_RESULT_BEGIN and abilityId == CombatAlertsData.u38.phobic) then
		if (CombatAlerts.panel.tag ~= "u38b3") then
Report comment to moderator  
Reply With Quote
Unread 08/13/23, 05:18 AM  
DakJaniels
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 163
Uploads: 7
Exclamation leaking globals

in the the files below you might want to change the variables to locals

Code:
SanitysEdgeHelperMenu.lua
+      202 LAM

boss/Yaseyla.lua
+       97 currentTargetHP
+       97 effmaxTargetHP
+       97 maxTargetHP

boss/Ansuul.lua
+      232 _
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: