WA发布 发表于 2023-6-11 18:27:53

Ulduar Tank Glyphs

Edit of https://wago.io/FIOa6GxSo for Protection Warrior & Paladin.

Configured for the following Glyphs:

Warrior:


[*]Glyph of Shield Wall + Glyph of Last Stand - Algalon
[*]Glyph of Shield Wall + Glyph of Last Stand - General Vezax (not loaded by default)

Paladin:


[*]Glyph of Salvation - Algalon
[*]Glyph of Spiritual Attunement - General Vezax

<hr>
How to modify this WA for other bosses or other raids:

1. Duplicate either a Glyph of Shield Wall or Glyph of Last Stand WA

2. In the Load tab:
- change the Talent condition to your spec (BT for Fury, MS for Arms, etc.)
- change the Zone Name to the raid of your choice

3. In the Trigger tab, edit the GetSubZoneText of Trigger 2 to the subarea of the boss of your choice

• example: the Four Horsemen subarea is called "The Horsemen's Assembly" so the trigger is:

function(event)
    return "The Horsemen's Assembly" == GetSubZoneText();
end

• to change it to Algalon for example, edit the subarea to "The Celestial Planetarium":

function(event)
    return "The Celestial Planetarium" == GetSubZoneText();
end
页: [1]
查看完整版本: Ulduar Tank Glyphs