找回密码
 立即注册

手机短信,快捷登录

搜索

Naxxramas Glyphs Reminder

[复制链接]
 楼主| 发表于 2023-6-11 17:18:36 | 显示全部楼层 |阅读模式
How to modify this WA for other bosses or other raids:

1. Duplicate either a Glyph of Cleaving or Glyph of Rending 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
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|魔兽世界玩家社区APP官网 ( 鄂ICP备20007009号-6 )

GMT+8, 2025-6-12 17:58 , Processed in 0.180889 second(s), 7 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表