Download
(49 Kb)
Download
Updated: 07/02/18 12:31 PM
Compatibility:
Summerset (4.0)
Updated:07/02/18 12:31 PM
Created:07/01/18 12:07 PM
Monthly downloads:104
Total downloads:16,582
Favorites:15
MD5:
Categories:Combat Mods, DPS
ExecuteNow  Popular! (More than 5000 hits)
Version: 0.2
by: mooNylo [More]
General:

This Addon gives you a hint on screen ("Execute!") when your target can be executed. Currently the addon is checking itself what class you are and gives you a notification on:

Nightblade: 25%
Sorcerer: 20%
Templar: 25%
Others: No notification


Options:
  • How long should the notification be shown?
  • Do you want the notification to re-appear if you change your target and it is executable?
  • Only show the notification when target has more than X max hitpoints.

How it works:
For the addon to work, you need to have the target as a target. What means as a target? Basically if you launch a light-attack you hit your target

In case you find any issues our have suggestions, please let me know by private message or in the comments.


Changelog:

0.2:
  • Added a HP Threshold so that you can prevent this from being shown on every small enemy.
  • Couple of bug fixes.
Optional Files (1)
File Name
Version
Size
Author
Date
Type
0.3.7
5kB
05/24/22 10:45 PM
Patch


Archived Files (1)
File Name
Version
Size
Uploader
Date
0.1
49kB
07/01/18 12:07 PM


Post A Reply Comment Options
Unread 07/11/20, 11:44 AM  
PlaceHolder
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 11
Uploads: 2
If your toon's class isn't listed, it's easy enough to add it in the LUA around line 35:

Code:
  if unitClassId == 4 then -- Warden
    return(0.25) -- 25% for Feral/Eternal/Wild Guardian
  end
  if unitClassId == 5 then -- Necromancer
    return(0) -- 0% - change this to your execute percentage.
  end
Necromancer does not have an execute Class skill (hence the 0 above).
Can also use this to replace the % with 0.50 (50%) for Two Handed skill "Reverse Slash", or etc.


EDIT:

I've actually gone ahead and edited this Addon so it runs off a percentage you define (in Settings > Addons > ExecuteNow) rather than bothering about classes - I done this due to weapon executes having nothing to do with the character class. Added in a few other Quality of life changes, too. It can now be found "here".
Last edited by PlaceHolder : 07/11/20 at 08:25 PM.
Report comment to moderator  
Reply With Quote
Unread 09/02/19, 01:03 PM  
eu.ca

Forum posts: 0
File comments: 17
Uploads: 0
seems addon discontinued sad
Report comment to moderator  
Reply With Quote
Unread 07/22/19, 03:16 PM  
wambo
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 456
Uploads: 3
Not working on necro...

Should rather make it an option when to call out for execute, since every class can use whirling blades or 2H execute...
Report comment to moderator  
Reply With Quote
Unread 07/05/18, 11:47 AM  
emotep

Forum posts: 4
File comments: 91
Uploads: 0
Warden?

Could add Warden notification at 25% too, since bear ult is an execute as well. But since most most wardens hit it on cooldown, maybe something like a warning at 30% (Execute soon!) might be handy.

Just a suggestion, really. Don't do it just for me.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: