WeakAuras / WeakAuras2

World of Warcraft addon that provides a powerful framework to display customizable graphics on your screen.

Home Page:https://weakauras.wtf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Classic SOD] Gladiator Stance - Trigger - Player/Unit Info - Stance/Form/Aura bug

fredbeatdad opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing open and closed issues.

Description

The new gladiator stance rune shifts the stance numbers from

0 no stance
1 battle stance
2 defensive stance
3 berserker stance

to :

0 no stance
1 gladiator stance
2 battle stance
3 defensive stance
4 berserker stance

but each time that you remove the rune, the 4th slot is removed in weakauras and if you have a trigger set to 4, it also disappears which stops the trigger from working.

WeakAuras Version

WeakAuras 5.12.7

World of Warcraft Flavor

Classic

World of Warcraft Region

EU

Tested with only WeakAuras

I got this issue with only WeakAuras enabled

Lua Error

No response

Reproduction Steps

  1. Add Trigger: stance/form
  2. Activate Gladiator Stance rune
  3. Select the corresponding stance
  4. Deactivate Gladiator Stance rune

Last Good Version

No response

Screenshots

No response

Export String

No response

Bisector Report

No response

The trigger internally works by checking the stance index, thus requiring those indexes to be static.
The whole concept of inserting a new stance via a rune does run counter to how the trigger works.

Since testing this requires a warrior on classic with level 45, and the bug only affects Season of Discovery, I don't see any realistic chance of us fixing this.