Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement Shaman Windfury #863

Open
Hemario opened this issue Apr 5, 2021 · 2 comments
Open

Enhancement Shaman Windfury #863

Hemario opened this issue Apr 5, 2021 · 2 comments

Comments

@Hemario
Copy link
Contributor

Hemario commented Apr 5, 2021

  1. windfury totem always shows when "Doom Winds" legendary is equipped
  2. windfury weapon always shows out of combat even if the weapon buff is applied
  3. windfury totem should be moved to shortcd
@Hemario
Copy link
Contributor Author

Hemario commented Apr 5, 2021

Quick Fix for 1.

in file Ovale/scripts/ovale_shaman.lua line 2029
replace
if equippedruneforge(doom_winds_runeforge) and buffexpires(doom_winds) and { 600 >= 60 or enemies() > 1 } spell(windfury_totem)
with
if equippedruneforge(doom_winds_runeforge) and player.debuffexpires(335904) and { 600 >= 60 or enemies() > 1 } spell(windfury_totem)

or remove that line altogether in case you have a WA to track windfury totem

@Hemario Hemario changed the title Enhancement Shaman Enhancement Shaman Windfury Apr 5, 2021
@Hemario
Copy link
Contributor Author

Hemario commented Apr 9, 2021

[11:24 PM] Zagstruk - Jan: Sup Hemario,
was using the Edited Doom Wind script for todays Mythic Raid, worked out pretty well, but i figured out 2 things which i would love to suggest.

1.) The First Fae Transfusion when playing Night Fae, works out well on the CD Tab and is displayed correctly (maybe add a glow timer for the Heal? nice to have, but not that important).
After using it, it didnt display again when it came off Cooldown (dunno why, happened all trys)

2.) Not sure if Discussed above, but when there is no Ability to use (it wants you to refresh the timer for WF Totem, can me add something like "if WF Totem time >30sec"?, it can be really annoying to replace a WF totem 3-4 times in less than 15 sec :Ono:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant