Sidoine / Ovale

An add-on for World of Warcraft that displays icons based on scripts
MIT License
46 stars 46 forks source link

Enhancement Shaman Windfury #863

Open Hemario opened 3 years ago

Hemario commented 3 years ago
  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 commented 3 years ago

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 commented 3 years ago

[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: