AdiButtonAuras

AdiButtonAuras

404k Downloads

Missing Monk Spells

Krano opened this issue ยท 1 comments

commented

Missing Monk Spells
116841, -- Tiger's Lust (Buff on player)
116847, -- Rushing Jade Wind (Buff on player)
122783, -- Diffuse Magic (Buff on player)
122278, -- Dampen Harm (Buff with Stacks on player)
123402, -- Guard with Glyph (Buff on player)

119085, -- Momentum Buff (Buff on player, Talent), should be seen on 109132, -- Roll
124081, -- Zen Sphere (Buff on player and alias, only cast by player)

commented

Zen Sphere should be a helpful aura, not a harmful aura. The momentum buff on roll only work for me if i write the mapping in "map aura to provider" and not in "map aura to modified spell(s)". sorry for my first inaccurate discription.

AURA = {
..........
HELPFUL = {
124081, -- Zen Sphere
},,
}

.....

}, {
-- Map aura to provider
.......
[119085] = 109132, -- Momentum --> Roll
}