Skip to content

Commit

Permalink
Added Stealthed status text to R/B/C
Browse files Browse the repository at this point in the history
  • Loading branch information
d87 committed Aug 31, 2021
1 parent 0db1f78 commit 30b5be0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.classic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ AG{ id = {
430, 431, 432, 1133, 1135, 1137, 22734, 24355, 29007, 26473, 26261, -- Classic water
}, assignto = set("text2"), color = {0.7, 0.7, 1}, text = "DRINKING", global = true, priority = 30 }

-- Stealth, Prowl, Shadowmeld
AG{ id = {1784, 5215, 20580}, assignto = set("text2"), color = {0.2, 1, 0.3}, text = "STEALTH", priority = 20 }

AG{ id = 5384, assignto = set("text2"), color = {0, 0.7, 1}, text = "FD", global = true, priority = 75 } -- Feign Death

local manaClasses = {
Expand Down Expand Up @@ -403,4 +406,4 @@ helpers.customBossAuras = {

}

helpers.importantTargetedCasts = {}
helpers.importantTargetedCasts = {}
5 changes: 5 additions & 0 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ AG{ id = 204293, template = "SurvivalCD" } -- Spirit Link (PvP)
-- AG{ id = 210918, template = "SurvivalCD" } -- Ethereal Form


-- Stealth, Prowl, Camo, Shadowmeld
AG{ id = {1784, 5215, 199483, 58984}, assignto = set("text2"), color = {0.2, 1, 0.3}, text = "STEALTH", priority = 20 }
-- Feign Death
AG{ id = 5384, assignto = set("text2"), color = {0, 0.7, 1}, text = "FD", global = true, priority = 75 }

AG{ id = {
430, 431, 432, 1133, 1135, 1137, 22734, 24355, 29007, 26473, 26261, -- Classic water
34291, 43183, 43182, -- BC & WotLK water
Expand Down
3 changes: 3 additions & 0 deletions config.tbc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ AG{ id = {
27089, 46755, -- BC mage water
}, assignto = set("text2"), color = {0.7, 0.7, 1}, text = "DRINKING", global = true, priority = 30 }

-- Stealth, Prowl, Shadowmeld
AG{ id = {1784, 5215, 20580}, assignto = set("text2"), color = {0.2, 1, 0.3}, text = "STEALTH", priority = 20 }

AG{ id = 5384, assignto = set("text2"), color = {0, 0.7, 1}, text = "FD", global = true, priority = 75 } -- Feign Death

local manaClasses = {
Expand Down

0 comments on commit 30b5be0

Please sign in to comment.