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:2,302
Total downloads:49,040
Favorites:31
MD5:
9.3.0
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/13/23, 05:18 AM  
DakJaniels
AddOn Author - Click to view AddOns

Forum posts: 31
File comments: 129
Uploads: 4
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
Unread 08/12/23, 11:29 PM  
Wondernuts
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 1
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/12/23, 04:35 AM  
Lost.Seeker
 
Lost.Seeker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 32
Uploads: 2
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
Last edited by Lost.Seeker : 08/12/23 at 04:37 AM.
Report comment to moderator  
Reply With Quote
Unread 07/26/23, 11:27 AM  
Wondernuts
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 1
Re: AddOn Bugging All Other PvE AddOns Out

Originally Posted by BeastKotathix
Hey!

I seem to have some major bugs when I have the AddOn installed. Some friends of mine also reported having weird issues like this and have had to resort to uninstalling the AddOn, which seems to fix everything else and seems to be the sole culprit apparently. We all have a variety of different AddOns already installed (all of us using general PvE ones at least) and all had similar issues, and it seems only the PvE ones are affected (I also have PvP and RP ones but those were untouched). As soon as I uninstalled Sanity's Edge Helper, everything went back to normal and I have no idea why. I keep all my AddOns up to date and haven't done an update since last I played, so I don't know what would have changed, either.

It was fine for a few weeks, and suddenly one day when I logged in, it forced every other combat AddOn (like Bandit's UI, Code's Combat Alerts, Raid Notifier, Asylum Tracker, Rockgrove Helper, Dreadsail Reef Helper, etc. ... and for some reason also LazyWritCrafter, I have a lot of AddOns haha) to suddenly display all of their windows/tabs/warnings all at once, as if I enabled the Unlock-UI button on all of them.
What was also weird was that it also shrunk the size of my chatUI to miniscule (usually mine's set to pretty large) and prevented me from using any UI (Escape Menu, Inventory, Chat window, ...), and I don't have any addons for chat incl. resizing so I have no idea why that would be affected by other addons glitching out.

If there's anything else I can provide to try and help, please let me know! Thank you for making the effort of creating an AddOn! <3

It looks like you have some other addons like QCell's Rockgrove/Dreadsail Reef Helper enabled at the same time, which may be contributing to your issues, since they use a similar codebase. I would recommend disabling them and only having SEH enabled when in Sanity's Edge, and vice versa for now.
Report comment to moderator  
Reply With Quote
Unread 07/20/23, 09:48 AM  
BeastKotathix

Forum posts: 0
File comments: 1
Uploads: 0
AddOn Bugging All Other PvE AddOns Out

Hey!

I seem to have some major bugs when I have the AddOn installed. Some friends of mine also reported having weird issues like this and have had to resort to uninstalling the AddOn, which seems to fix everything else and seems to be the sole culprit apparently. We all have a variety of different AddOns already installed (all of us using general PvE ones at least) and all had similar issues, and it seems only the PvE ones are affected (I also have PvP and RP ones but those were untouched). As soon as I uninstalled Sanity's Edge Helper, everything went back to normal and I have no idea why. I keep all my AddOns up to date and haven't done an update since last I played, so I don't know what would have changed, either.

It was fine for a few weeks, and suddenly one day when I logged in, it forced every other combat AddOn (like Bandit's UI, Code's Combat Alerts, Raid Notifier, Asylum Tracker, Rockgrove Helper, Dreadsail Reef Helper, etc. ... and for some reason also LazyWritCrafter, I have a lot of AddOns haha) to suddenly display all of their windows/tabs/warnings all at once, as if I enabled the Unlock-UI button on all of them.
What was also weird was that it also shrunk the size of my chatUI to miniscule (usually mine's set to pretty large) and prevented me from using any UI (Escape Menu, Inventory, Chat window, ...), and I don't have any addons for chat incl. resizing so I have no idea why that would be affected by other addons glitching out.

If there's anything else I can provide to try and help, please let me know! Thank you for making the effort of creating an AddOn! <3

Report comment to moderator  
Reply With Quote
Unread 07/02/23, 12:35 PM  
Wondernuts
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 1
Originally Posted by mychaelo
Might as well provide support for Spanish language, since it is officially supported:
Lua Code:
  1. SafeAddString(SEH_LANG, "es", 1)
  2.  
  3. SafeAddString(SEH_InitMSG, "|cBFBC99[|r|c02fcffSEH|r|cBFBC99]:|r|cb8dbdd Gracias por usar Sanity Edge Helper. Por favor, envíe sus problemas a Discord|r Wondernuts#1973", 1)
  4. SafeAddString(SEH_Yaseyla, "Exarcana Yaseyla", 1)
  5. SafeAddString(SEH_Twelvane, "Archihechicera Twelvane", 1)
  6. SafeAddString(SEH_Chimera, "Quimera", 1)
  7. SafeAddString(SEH_Ansuul, "Ansuul la Atormentadora", 1)
Done, thank you!
Report comment to moderator  
Reply With Quote
Unread 06/29/23, 02:42 AM  
mychaelo

Forum posts: 0
File comments: 18
Uploads: 0
Might as well provide support for Spanish language, since it is officially supported:
Lua Code:
  1. SafeAddString(SEH_LANG, "es", 1)
  2.  
  3. SafeAddString(SEH_InitMSG, "|cBFBC99[|r|c02fcffSEH|r|cBFBC99]:|r|cb8dbdd Gracias por usar Sanity Edge Helper. Por favor, envíe sus problemas a Discord|r Wondernuts#1973", 1)
  4. SafeAddString(SEH_Yaseyla, "Exarcana Yaseyla", 1)
  5. SafeAddString(SEH_Twelvane, "Archihechicera Twelvane", 1)
  6. SafeAddString(SEH_Chimera, "Quimera", 1)
  7. SafeAddString(SEH_Ansuul, "Ansuul la Atormentadora", 1)
Report comment to moderator  
Reply With Quote
Unread 06/28/23, 08:06 PM  
Wondernuts
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 1
The multi-language update should be live now, let me know if there are any issues. I had someone test it on a German client for me.
Report comment to moderator  
Reply With Quote
Unread 06/28/23, 01:42 PM  
t.vicson
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 4
Re: Re: Re: Language patch planned?

Originally Posted by Chufu gro-Khash
That is the lang patch for another addon, it's not for the Sanity's Edge Helper. So that suggestion doesn't work lol
I know, but this is a temporary solution.
Wondernuts and Lost.Seeker working on an update for SEHelper
Report comment to moderator  
Reply With Quote
Unread 06/28/23, 11:36 AM  
Chufu gro-Khash
 
Chufu gro-Khash's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Re: Re: Language patch planned?

Originally Posted by Wondernuts
Originally Posted by Chufu gro-Khash
Is there any plan to implement a language patch for other languages like DE? We noticed that the addon does only work fully when our group uses the EN client, but most in the raidgroup prefer the DE client.

Is this somehow possible to use all functions for DE as well or any chance for a fix in the future in this regard?

Thank you in advance, also want to mention that our group loooooves this addon, it's really good to use in vSE.
Lost.Seeker helped me implement multi-language support, which includes German. I need to perform some testing, which I'll be doing later tonight. I think I'll be releasing a new patch shortly for this.
Ahhh thank you that would be awesome!! <3

Originally Posted by t.vicson
@Chufu gro-Khash, @TheChiefIsBack while there is no language support in the addon, you can try the patch:
https://www.esoui.com/downloads/info...LangPatch.html
That is the lang patch for another addon, it's not for the Sanity's Edge Helper. So that suggestion doesn't work lol
Report comment to moderator  
Reply With Quote
Unread 06/28/23, 10:52 AM  
Wondernuts
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 5
Uploads: 1
Re: Language patch planned?

Originally Posted by Chufu gro-Khash
Is there any plan to implement a language patch for other languages like DE? We noticed that the addon does only work fully when our group uses the EN client, but most in the raidgroup prefer the DE client.

Is this somehow possible to use all functions for DE as well or any chance for a fix in the future in this regard?

Thank you in advance, also want to mention that our group loooooves this addon, it's really good to use in vSE.
Lost.Seeker helped me implement multi-language support, which includes German. I need to perform some testing, which I'll be doing later tonight. I think I'll be releasing a new patch shortly for this.
Report comment to moderator  
Reply With Quote
Unread 06/27/23, 04:37 PM  
t.vicson
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 4
Lang patch

@Chufu gro-Khash, @TheChiefIsBack while there is no language support in the addon, you can try the patch:
https://www.esoui.com/downloads/info...LangPatch.html
Report comment to moderator  
Reply With Quote
Unread 06/27/23, 11:37 AM  
TheChiefIsBack

Forum posts: 0
File comments: 2
Uploads: 0
Re: Re: No countdowns

Originally Posted by t.vicson
Originally Posted by TheChiefIsBack
Hey,

I have the problem that I don't see any countdowns at first boss e.g. when she throws fire bombs. In the settings the Countdown timers are all on. But I already had the same problem with slips sanitys edge helper that I don't see any countdowns. But your addon is working, so I see who gets fire first but just the countdown thing not working. Is it maybe because of gamepad mode?
What language is your client?
It's German
Report comment to moderator  
Reply With Quote
Unread 06/26/23, 03:10 PM  
Chufu gro-Khash
 
Chufu gro-Khash's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Language patch planned?

Is there any plan to implement a language patch for other languages like DE? We noticed that the addon does only work fully when our group uses the EN client, but most in the raidgroup prefer the DE client.

Is this somehow possible to use all functions for DE as well or any chance for a fix in the future in this regard?

Thank you in advance, also want to mention that our group loooooves this addon, it's really good to use in vSE.
Report comment to moderator  
Reply With Quote
Unread 06/24/23, 02:41 AM  
t.vicson
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 10
Uploads: 4
Re: No countdowns

Originally Posted by TheChiefIsBack
Hey,

I have the problem that I don't see any countdowns at first boss e.g. when she throws fire bombs. In the settings the Countdown timers are all on. But I already had the same problem with slips sanitys edge helper that I don't see any countdowns. But your addon is working, so I see who gets fire first but just the countdown thing not working. Is it maybe because of gamepad mode?
What language is your client?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: