Download
(5 Kb)
Download
Updated: 05/24/22 10:45 PM
Patch for:
ExecuteNow.
Pictures
File Info
Compatibility:
High Isle (8.0.0)
Ascending Tide (7.3.5)
Deadlands (7.2.5)
Waking Flame (7.1.5)
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:05/24/22 10:45 PM
Created:07/11/20 07:43 PM
Monthly downloads:89
Total downloads:10,174
Favorites:13
MD5:
ExecuteNow - Update  Popular! (More than 5000 hits)
Version: 0.3.7
by: PlaceHolder [More]
This Add-On gives you a hint on screen ("Execute!") when your target can be executed.
Once you decide on your Execute skill, open up Settings > Addons > ExecuteNow and add the relevant data such as the percentage, when to receive prompts based on target's max health, and more.

Addon Requires: LibAddonMenu-2.0 (https://www.esoui.com/downloads/info7-LibAddonMenu.html)

Why the Patch?
The reason behind this patch is because 2 classes were missing (Warden & Necromancer).
Although they would be easy to add in, the existing code neglected weapon based Executes (such as Two Handed's "Reverse Slash").
It's because of this that I've opted to move away from the class based system to a manually defined one.
ChangeLog:


25-05-2022
  • Version 0.3.Updated API version to remove the "Out Of Date" warning

26-03-2022
  • Version 0.3.Updated API version to remove the "Out Of Date" warning

21-11-2021
  • Updated API version to remove the "Out Of Date" warning

16-09-2021
  • Updated calls to LibAddonMenu2 (Thank you sMuggle ^_^ )

09-09-2021
  • Updated API version to remove the "Out Of Date" warning

30-07-2021
  • Updated API version to remove the "Out Of Date" warning

01-09-2020
  • Updated API version to remove the "Out Of Date" warning

16-07-2020
  • Updated API version to remove the "Out Of Date" warning.
  • Updated Version to make more sense

12-07-2020
Took Jan/mooNylo's original ExecuteNow v0.2 Add-on as the base. ALL credit belongs to them except for the following:
  • Removed the use of class dependent Execute values as some weapon skills have an Execute (Such as Two Handed)
  • Added a manual slider & text box for Execute percentage input
  • Added Confirm button to ReloadUI + setting warning (ReloadUI is needed for value changes to take effect)
  • Made it character independent (not account based).
  • Set default value to 25%
  • Set default health to 100,000
  • Set max health to 5,000,000
  • Added description
  • Created ChangeLog.txt
Archived Files (6)
File Name
Version
Size
Uploader
Date
0.3.6
5kB
PlaceHolder
03/25/22 07:00 PM
0.3.5
5kB
PlaceHolder
11/21/21 12:05 AM
0.3.4
5kB
PlaceHolder
09/16/21 06:12 AM
0.3.3
51kB
PlaceHolder
09/09/21 12:58 AM
0.3.2
51kB
PlaceHolder
07/29/21 09:51 AM
0.3.1
50kB
PlaceHolder
09/01/20 02:57 AM


Post A Reply Comment Options
Unread 09/16/21, 03:54 PM  
sMuggle

Forum posts: 6
File comments: 124
Uploads: 0
Awesome, appreciate your hardwork on this - Thanks!
Report comment to moderator  
Reply With Quote
Unread 09/16/21, 05:43 AM  
PlaceHolder
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 11
Uploads: 2
Re: Re: Re: Makes all my other Settings > Addons disappear

Originally Posted by sMuggle
Placeholder, you are still using the outdated embedded Libstub / libaddonmenu;

Code:
local LAM2 = LibStub:GetLibrary("LibAddonMenu-2.0")
Which has since been updated with;

Code:
local LAM2 = LibAddonMenu2
And should include mention in your description that https://www.esoui.com/downloads/info7-LibAddonMenu.html is a requirement.
Ah sMuggle, thank you so much for this!
In the process of updating & resubmitting now.
Hopefully this is what's been causing the issue/s (Still hadn't been able to recreate the issues on my end & I neglected to think of something such as this so it's been a nightmare)

Much respect ^_^

Edit: Can confirm this has fixed the issue/s
Last edited by PlaceHolder : 09/19/21 at 03:27 AM.
Report comment to moderator  
Reply With Quote
Unread 09/10/21, 01:46 PM  
sMuggle

Forum posts: 6
File comments: 124
Uploads: 0
Re: Re: Makes all my other Settings > Addons disappear

Originally Posted by PlaceHolder
Originally Posted by Sam
When I install this addon it makes all my other addons disappear from Settings > Addons and ExecuteNow is the only one there, when I uninstall it they all become visible again. Any fixes?
I'm honestly lost on why this would be happening, and have not been able to replicate your issue (I've also uninstalled and reinstalled the addon from here to be certain it's the same version etc, too).

I'm wondering if it's perhaps conflicting with another addon you may have...
Have you tried disabling all other addons and enabling them one at a time?
If not, would you be able to PM/DM me a list of the addons you're currently running so I may look into this further please?

Much thanks
Placeholder, you are still using the outdated embedded Libstub / libaddonmenu;

Code:
local LAM2 = LibStub:GetLibrary("LibAddonMenu-2.0")
Which has since been updated with;

Code:
local LAM2 = LibAddonMenu2
And should include mention in your description that https://www.esoui.com/downloads/info7-LibAddonMenu.html is a requirement.
Last edited by sMuggle : 09/10/21 at 01:47 PM.
Report comment to moderator  
Reply With Quote
Unread 08/31/21, 08:14 PM  
Xorious

Forum posts: 2
File comments: 2
Uploads: 0
Originally Posted by PlaceHolder
Originally Posted by Xorious
Thanks PlaceHolder! One thing I would like to ask though is if it might be possible to add a border that fades in and out every .5 sec or so using opacity, and has a few colors to choose from, like a 2nd style instead of text?
Heya Xorious!

I have recently been experimenting with colour (only text, so far).
However I have a feeling I may need to rewrite the addon, unless I can find a way to edit/override the XML on the fly (If anyone has ideas on this, please inbox me <3).

But once I get that working to some degree (or rewrite it - which, honestly, would be cleaner), I'll definitely look into it for you. Edit: I'll likely couple this with an on/off option as I'm unsure how this may/may not affect people with epilepsy.

Just to clarify: You mean have a box around the "Execute!" that fades in and out, correct?

Cheers,
PH
I was thinking more along the lines of a border around the outside edge of the screen that could have a color option or 2 that fades in and out... if that would even be possible. Either way, I like this mod... thank you for keeping it up
Report comment to moderator  
Reply With Quote
Unread 08/19/21, 06:44 AM  
PlaceHolder
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 11
Uploads: 2
Re: Makes all my other Settings > Addons disappear

Originally Posted by Sam
When I install this addon it makes all my other addons disappear from Settings > Addons and ExecuteNow is the only one there, when I uninstall it they all become visible again. Any fixes?
I'm honestly lost on why this would be happening, and have not been able to replicate your issue (I've also uninstalled and reinstalled the addon from here to be certain it's the same version etc, too).

I'm wondering if it's perhaps conflicting with another addon you may have...
Have you tried disabling all other addons and enabling them one at a time?
If not, would you be able to PM/DM me a list of the addons you're currently running so I may look into this further please?

Much thanks
Report comment to moderator  
Reply With Quote
Unread 08/18/21, 11:47 AM  
Sam

Forum posts: 0
File comments: 1
Uploads: 0
Exclamation Makes all my other Settings > Addons disappear

When I install this addon it makes all my other addons disappear from Settings > Addons and ExecuteNow is the only one there, when I uninstall it they all become visible again. Any fixes?
Report comment to moderator  
Reply With Quote
Unread 08/09/21, 10:55 AM  
PlaceHolder
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 11
Uploads: 2
Originally Posted by Xorious
Thanks PlaceHolder! One thing I would like to ask though is if it might be possible to add a border that fades in and out every .5 sec or so using opacity, and has a few colors to choose from, like a 2nd style instead of text?
Heya Xorious!

I have recently been experimenting with colour (only text, so far).
However I have a feeling I may need to rewrite the addon, unless I can find a way to edit/override the XML on the fly (If anyone has ideas on this, please inbox me <3).

But once I get that working to some degree (or rewrite it - which, honestly, would be cleaner), I'll definitely look into it for you. Edit: I'll likely couple this with an on/off option as I'm unsure how this may/may not affect people with epilepsy.

Just to clarify: You mean have a box around the "Execute!" that fades in and out, correct?

Cheers,
PH
Last edited by PlaceHolder : 08/10/21 at 02:18 AM.
Report comment to moderator  
Reply With Quote
Unread 08/07/21, 01:36 AM  
Xorious

Forum posts: 2
File comments: 2
Uploads: 0
Thanks PlaceHolder! One thing I would like to ask though is if it might be possible to add a border that fades in and out every .5 sec or so using opacity, and has a few colors to choose from, like a 2nd style instead of text?
Report comment to moderator  
Reply With Quote
Unread 07/29/21, 09:49 AM  
PlaceHolder
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 11
Uploads: 2
Originally Posted by Azmodan
This addon not shows itself in Settings - Addons anymore. Please fix.
Sorry for the delay! I haven't forgotten about this Addon, just a lot going on IRL

I've just now bumped the API, so hopefully this fixes the issue - it seems to on my end, so fingers crossed, and much thanks for letting me know of the issue!!

Kind regards
Report comment to moderator  
Reply With Quote
Unread 01/22/21, 07:38 AM  
Azmodan

Forum posts: 0
File comments: 33
Uploads: 0
This addon not shows itself in Settings - Addons anymore. Please fix.
Report comment to moderator  
Reply With Quote
Unread 07/20/20, 05:35 AM  
PlaceHolder
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 11
Uploads: 2
Originally Posted by DarkPhalanx
Thanks for the update!
Most welcome. Figured it'd be a good first step into Add-On writing & something that could actually benefit players
Report comment to moderator  
Reply With Quote
Unread 07/20/20, 04:34 AM  
DarkPhalanx
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 31
Uploads: 2
Thanks for the update!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: