You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for heal[<class>] and tank[<class>] (e.g. heal[druid] and tank[deathknight]) to mark tanks/healers of a specific class during dungeons (closes#1)
Copy file name to clipboardExpand all lines: main.lua
+18-4Lines changed: 18 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ function NAM:GetCustomConfigurationOptions(groupOrder, configurations)
235
235
type="description",
236
236
name=[[Check http://warcraft.wiki.gg/wiki/UnitId for info about UnitID. Player names will often also work, but may need to include realm name.
237
237
In addition to these, you can also use 'MT1' & 'MT2' for the maintanks or 'MA1' & 'MA2' for the mainassists while in a raid group.
238
-
In dungeons, 'tank' & 'heal' can be used for the party tank/healer.
238
+
In dungeons, 'tank' & 'heal' can be used for the party tank/healer, and e.g. 'tank[deathknight]' & 'heal[druid]' for the tank/healer of a specific class.
239
239
You can combine these custom units with target, pet, etc. e.g. 'MA1target' would mark the target of the first main assist.]],
0 commit comments