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 Maelstrom weapon stacks #684

Closed
tpayne57 opened this issue Oct 15, 2020 · 1 comment
Closed

Enhancement shaman Maelstrom weapon stacks #684

tpayne57 opened this issue Oct 15, 2020 · 1 comment
Assignees
Labels

Comments

@tpayne57
Copy link

it seems the script isn't recognizing the maelstrom weapon stacks for
" #lightning_bolt,if=buff.maelstrom_weapon.stack>=5
if buffstacks(maelstrom_weapon) >= 5 spell(lightning_bolt)"

lightning bolt never shows up in rotation

@Smaghed
Copy link

Smaghed commented Nov 9, 2020

Blizzard changed the behaviour of Maelstrom Weapon and gave it a new spellid.
In order for Ovale to track Maelstrom Weapon stacks you should edit the ovale_shaman_spells.lua file or define the spell in your script.

Define(maelstrom_weapon_buff 344179)
SpellInfo(maelstrom_weapon_buff duration=30 max_stacks=10 gcd=0 offgcd=1)
SpellAddBuff(maelstrom_weapon_buff maelstrom_weapon_buff=1)

@Sidoine Sidoine self-assigned this Nov 24, 2020
@Sidoine Sidoine added the bug label Nov 24, 2020
@Sidoine Sidoine closed this as completed in 41a78e4 Dec 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants