You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the existing open and closed issues.
Description
I encountered an issue with the Boss Mod Stage (Event) that triggers a fake stage 3 event when bigwigs send the stage 2.5 event. This rounding up made my stage 3 weakauras trigger early and twice. The second when it should but the first one from stage 2.5 was wrong
WeakAuras Version
Weakauras 5.17.5
World of Warcraft Flavor
Retail (Default)
World of Warcraft Region
EU
Tested with only WeakAuras
I got this issue with only WeakAuras enabled
Lua Error
No response
Reproduction Steps
Play The Silken Court in Nerub-ar Palace on Mythic difficulity.
Set up a trigger with Type "Other Addons", "Boss Mod Stage(Event)" as you can in the in the picture provided.
When you enter intermission 2. Big wigs will send a Stage 2.5 event comfirmed by Bigwigs discord(check the picture provided). This will trigger the Stage 3 event aura incorrectly. Maybe due to rounding up as suggested by the bigwigs community.
Last Good Version
No response
Screenshots
No response
Export String
No response
Bisector Report
No response
The text was updated successfully, but these errors were encountered:
on BigWigs_SetStage WeakAuras set self.currentStage to stage and call WeakAuras.ScanEvents("BossMod_SetStage")
on BossMod_SetStage internal event Boss Mod Stage trigger set stage value from Private.ExecEnv.BossMods.Generic:GetStage() which returns self.currentStage
I just checked that:
a) The stage code for LFR and mythic is identical
b) In LFR: Checked with prints when TheSilkenCourt.lua sets the variuous stages
c) Checked what WA receives
d) Checked an aura for stage 3
And also
e) Checked all code in WA that handles stages
Is there an existing issue for this?
Description
I encountered an issue with the Boss Mod Stage (Event) that triggers a fake stage 3 event when bigwigs send the stage 2.5 event. This rounding up made my stage 3 weakauras trigger early and twice. The second when it should but the first one from stage 2.5 was wrong
WeakAuras Version
Weakauras 5.17.5
World of Warcraft Flavor
Retail (Default)
World of Warcraft Region
EU
Tested with only WeakAuras
I got this issue with only WeakAuras enabled
Lua Error
No response
Reproduction Steps
Play The Silken Court in Nerub-ar Palace on Mythic difficulity.
Set up a trigger with Type "Other Addons", "Boss Mod Stage(Event)" as you can in the in the picture provided.
When you enter intermission 2. Big wigs will send a Stage 2.5 event comfirmed by Bigwigs discord(check the picture provided). This will trigger the Stage 3 event aura incorrectly. Maybe due to rounding up as suggested by the bigwigs community.
Last Good Version
No response
Screenshots
No response
Export String
No response
Bisector Report
No response
The text was updated successfully, but these errors were encountered: