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 |
1、在门户里发表的文章仅代表作者本人的观点,与本网站立场无关。
2、门户的所有内容都不保证其准确性,有效性,时间性。阅读本站内容因误导等因素而造成的损失本站不承担连带责任。
3、当政府机关依照法定程序要求披露信息时,论坛均得免责。
4、若因线路及非本站所能控制范围的故障导致暂停服务期间造成的一切不便与损失,论坛不负任何责任。
5、注册会员通过任何手段和方法针对论坛进行破坏,我们有权对其行为作出处理。并保留进步追究其责任的权利。