Quantcast
Channel: WeakAuras Tickets
Viewing all articles
Browse latest Browse all 134

Load on Arena not checking Tol'viron Arena

$
0
0

What steps will reproduce the problem?
1. Create a display to load for everything except arena, mine was Crystal of Insanity buff (500stat flask)
2. Join arena and play in the Tol'viron Arena, you could wargames this with 2v2 with 3 friends.
3. The display will show during the arena match because Tol'viron Arena isn't considered "Arena" for load instance type

What is the expected output? What do you see instead?
Tol'viron Arena isn't detected for load types as arena

What version of the product are you using?
WeakAuras 2.0.2

Do you have an error log of what happened?
No, no lua errors occur.

EDIT: The problem is because blizzard is returning incorrect information from the function GetInstanceInfo()
On WeakAuras.lua line 2048:     _, instanceType, difficultyIndex = GetInstanceInfo();
When in a good arena (all but tol'v) difficultyIndex is populated with a 0, which the code ignores which ends up working for arena.
But in Tol'Viron difficultyIndex is populated with 1 which falls into i think a "Normal mode 5 man" dungeon group

I believe I fixed it with changing 2050 to this but I haven't checked yet
if difficultyIndex == 1 and instanceType ~= "arena" then


Viewing all articles
Browse latest Browse all 134

Trending Articles