[CF 1362] Add icon activation border and/or ability current resource requirement to conditions
tmw-issue-import opened this issue ยท 2 comments
Hello TMW devs,
Firstly, thanks for the great addon.
7.1.5 is live and the changes to Prot Warriors have resulted in me being unable to achieve something i now want to with TMW.
Protection Warriors now have their ability "Revenge" costing 30 rage usually, but costing no rage when you get a proc (from dodging or parrying an opponent). This new proc when active has a semi-circle graphic that displays in the center-right of the screen (similar to how many procs in the game do) and the icon on the action bar gets that sparkly yellow activation border, but it does NOT show any buff icon up the top-right of the screen. Without it registering as an actual buff, i cannot manipulate TMW icons as well/easily based on it being active. What I want to do is simply have the TMW icon only appear when the proc is active (but not when the ability is usable without the proc active).
Hence I request either of the following:
1. I see when configuring a reactive ability there's a checkbox for "Check activation border". Can checking the activation border be added to the condition types for Spells/Items? Then i could make a simple condition for success:
if spell_border ~= absent
or alternately/additionally:
2. Can checking the current resource cost of a spell or ability be added to the condition types for Spells/Items? That way i could check if Revenge currently costs 0 rage (or <30, whatever) and achieve the same goal, because the proc makes it cost no rage instead of 30.
...or if there's some way i can achieve this outcome with the current options or with some custom scripting, i'd appreciate any advice.
Thanks for your time.
Posted by CurseForge user KorrodeAU | Imported from CurseForge issue #1362 | Raw
As a protection warrior myself, I really want to add the "sparkling border" check function in TMW.
The closest method so far is
1. Add "Notifications" to the Revenge in "Spell Cooldown"
2. Add "Icon:Activation Border" in "While Condition Set Passing"
3. Add "Spell reactivity" and "Revenge" to "Trigger Conditions"; check "Usable"
However, the above setting makes the TMW Revenge icon sparkle when it's usable.
My suggestion is
1. It would be great that there's a condition to check if the sparkly yellow border around an action is on.
2. If there's an additional condition to check the cost of a spell (because Revenge is free without 30 rage cost when it procs) it could be possible to simulate the action bar.
3. In "Reactive Ability" icon setting add "Show Activation border" checkbox.
Any of the above would be cool. Thank you.
Edited Jan 13, 2017
Posted by CurseForge user BongKim
Added a setting to reactive abilities to only allow them to display as usable if the activation border is present.
Also added a spell cost condition.
Edited Feb 11, 2017
Posted by CurseForge user Cybeloras