forked from xmyno/oUF_Drk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcfg.lua
502 lines (488 loc) · 23.3 KB
/
cfg.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
-----------------------------
-- INIT
-----------------------------
local addon, ns = ...
local cfg = CreateFrame("Frame")
-----------------------------
-- CONFIG
-----------------------------
--unitframes
cfg.unitframeWidth = 250
cfg.unitframeScale = 1 -- Keep between 1 and 1.25 to have a good result, 1 is default
cfg.showPortraits = true
cfg.alwaysShowArtifactXPBar = false
--player
cfg.playerX = -180 -- x-coordinate of the player frame
cfg.playerY = 325 -- y-coordinate of the player frame
cfg.showExperienceBar = true
cfg.showArtifactPowerBar = true
--target
cfg.targetX = 180 -- x-coordinate of the target frame
cfg.targetY = 325 -- y-coordinate of the target frame
--boss
cfg.bossX = 10 -- x-offset of boss frames, from side
cfg.bossY = -200 -- y-offset of boss frames, from center, this is for the first bossframe, additional frames will grow upwards (75px each)
cfg.bossWidth = 200
cfg.bossSide = "RIGHT" -- "LEFT" or "RIGHT", highly depending on raidStyle settings
-- recommended: raidStyle "BARS" -> "RIGHT", "RECT" -> "LEFT"
--auras
cfg.playerAuras = false -- show player buffs and debuffs, disables Blizzard buff bar
cfg.AltPowerBarPlayer = false --show altpowerbar on player frame, false = blizzard standard
cfg.targetBuffs = true -- show target buff frame
cfg.targetDebuffs = true -- show target debuff frame
cfg.totBuffs = false -- show target-of-target buffs (only one can be active)
cfg.totDebuffs = true -- show target-of-target debuffs (only one can be active)
cfg.focusBuffs = false -- show focus buffs (only one can be active)
cfg.focusDebuffs = true -- show focus debuffs (only one can be active)
--class-specific bars
cfg.showRunebar = true -- show DK rune bar
cfg.showHolybar = true -- show Paladin HolyPower bar
cfg.showShardbar = true -- show Warlock SoulShard bar
cfg.showArcaneChargesbar = true -- show Mage Arcane Charges bar
cfg.showChibar = true -- show Monk Chi bar
cfg.showComboPoints = true -- show Rogue Combo Points
--castbar
cfg.Castbars = true -- use built-in castbars
--player
cfg.playerCastBarOnUnitframe = true
cfg.playerCastBarX = 14
cfg.playerCastBarY = 210
cfg.playerCastBarWidth = 300
cfg.playerCastBarHeight = 30
--target
cfg.targetCastBarOnUnitframe = true
cfg.targetCastBarX = 7
cfg.targetCastBarY = 250
cfg.targetCastBarWidth = 200
cfg.targetCastBarHeight = 25
--raid&party frames
cfg.showRaid = true -- show raid frames
cfg.raidStyle = "BARS" -- "RECT" or "BARS"
cfg.raidShowSolo = true -- show raid frames even when solo
cfg.raidHideMissingHealth = true
cfg.showIncHeals = true -- Show incoming heals in player and raid frames
cfg.showTooltips = true -- Show Tooltips on raid frames
cfg.enableRightClickMenu = true -- Enables the right click menu for raid frames
cfg.showRoleIcons = true -- Show Role Icons on raid frames
cfg.showRoleIconsHoverOnly = false -- Show Role Icons only when hovering over the frame
cfg.showIndicators = true -- Show Class Indicators on raid frames (HoT's, buffs etc.)
cfg.showThreatIndicator = true -- Show Threat Indicator on raid frames
-- these are for BARS layout only
cfg.raidOffsetY = 30
cfg.raidGrowth = "HOVER"
-- these are for RECT layout only
cfg.raidOrientationHorizontal = false
cfg.raidX = cfg.raidOrientationHorizontal and -410 or -491
cfg.raidY = cfg.raidOrientationHorizontal and 227 or 190
cfg.raidScale = 1
cfg.fontsize = {
auras = 8, -- time and stacks
unitframe = 14, -- player, target, boss
smallunitframe = 12, -- raid, focus, target, targettarget, pet
castbar = 12,
smalltext = 8, -- exp bar, artifact power bar
}
cfg.IndicatorList = {
["NUMBERS"] = {
--["DEATHKNIGHT"] = ,
["DRUID"] = "[Druid:Innervate][Druid:Ironbark][Druid:Lifebloom][Druid:Rejuv][Druid:Germination][Druid:Regrowth]",
--["HUNTER"] = missdirect,
--["MAGE"] = ,
["MONK"] = "[Monk:EnvelopingMist][Monk:RenewingMist]",
--["PALADIN"] = ,
["PRIEST"] = "[Priest:Renew][Priest:Atonement][Priest:ClarityOfWill][Priest:PowerWordShield]",
--["ROGUE"] = tricks,
["SHAMAN"] = "[Shaman:Riptide]",
--["WARLOCK"] = ,
--["WARRIOR"] = ,
},
["SQUARE"] = {
--["DEATHKNIGHT"] = ,
["DRUID"] = "[Druid:WildGrowth]",
--["HUNTER"] = ,
--["MAGE"] = ,
--["MONK"] = ,
["PALADIN"] = "[Paladin:Forbearance][Paladin:Beacon]",
--["PRIEST"] = ,
--["ROGUE"] = ,
--["SHAMAN"] = ,
--["WARLOCK"] = ,
--["WARRIOR"] = ,
},
}
cfg.DebuffWatchList = {
debuffs = {
--## USAGE: ["DEBUFF_NAME"] = PRIORITY, ##--
--## PRIORITY -> 10: high, 9: medium, 8: low, dispellable debuffs have standard priority of 5. ##--
["156432"] = 3, -- Draenic Channeled Mana Potion
--[[## CATACLYSM ##]]--
--[[ T13 ]]--
--Dragon Soul
--Warlord Zon'ozz
["103434"] = 9, -- Disrupting Shadows
--Yor'sahj the Unsleeping
["103628"] = 9, -- Deep Corruption
--Hagara the Stormbinder
["109325"] = 9, -- Frostflake
["104451"] = 9, -- Ice Tomb
--Ultraxion
["105926"] = 9, -- Fading Light
--Spine of Deathwing
["105479"] = 8, -- Searing Plasma
["105490"] = 9, -- Fiery Grip
["106199"] = 10, -- Blood Corruption: Death
["106200"] = 10, -- Blood Corruption: Earth
--Madness of Deathwing
["108649"] = 9, -- Corrupting Parasite
["106400"] = 10, -- Impale
["106444"] = 9, -- Impale (Stacks)
["106794"] = 9, -- Shrapnel (should be the right one)
--["106791"] = 9, -- Shrapnel
--[[## MISTS OF PANDARIA ##]]--
--World Bosses
--Sha of Anger
["119622"] = 8, -- Growing Anger
["119626"] = 9, -- Aggressive Behavior
--[[ T14 ]]--
--Heart of Fear
--Imperial Vizier Zor'lok
["122706"] = 9, -- Noise Cancelling
["122740"] = 10, -- Convert
--Blade Lord Ta'yak
["123474"] = 8, -- Overwhelming Assault
["123180"] = 9, -- Wind Step
--Garalon
["122835"] = 8, ["129815"] = 8, -- Pheromones
["123081"] = 10, -- Pungency
--Wind Lord Mel'jarak
["121885"] = 10, ["129078"] = 10, ["121881"] = 10, -- Amber Prison
["122055"] = 8, -- Residue
["122064"] = 9, -- Corrosive Resin
--Amber-Shaper Un'sok
["122784"] = 9, ["122370"] = 9, -- Reshape Life
["121949"] = 10, -- Parasitic Growth
--["Amber Globule"] = 9,
--Grand Empress Shek'zeer
["123707"] = 8, -- Eyes of the Empress
["124097"] = 8, -- Sticky Resin
["123788"] = 9, -- Cry of Terror
["124862"] = 10, ["124863"] = 10, -- Visions of Demise
--Mogu'shan Vaults
--The Stone Guard
["116281"] = 8, -- Cobalt Mine
["130395"] = 10, -- Jasper Chains
["116301"] = 9, -- Living Jade
["116304"] = 9, -- Living Jasper
["116199"] = 9, -- Living Cobalt
["116322"] = 9, -- Living Amethyst
--Feng the Accursed
["116942"] = 8, -- Flaming Spear
["116784"] = 9, -- Wildfire Spark
["116577"] = 10, ["116576"] = 10, ["116574"] = 10, ["116417"] = 10, -- Arcane Resonance
--Gara'jal the Spiritbinder
["117723"] = 8, -- Frail Soul
["122151"] = 9, -- Voodoo Doll
["122181"] = 10, -- Conduit to the Spirit Realm
--The Spirit Kings
["117708"] = 8, -- Maddening Shout
["118047"] = 8, ["118048"] = 8, -- Pillage
["118141"] = 9, -- Pinning Arrow
["118163"] = 8, -- Robbed Blind
["117514"] = 9, ["117529"] = 9, ["117506"] = 9,-- Undying Shadows
--Elegon
--["117878"] = 8, -- Overcharged
["117949"] = 9, -- Closed Circuit
["132222"] = 10, -- Destabilizing Energies
["132226"] = 10, -- Destabilized
--Will of the Emperor
["116829"] = 10, -- Focused Energy
--Terrace of Endless Spring
--Protectors of the Endless
["117436"] = 10, ["131931"] = 10, ["111850"] = 10, -- Lightning Prison
--Tsulong
["122777"] = 8, -- Nightmares
["123011"] = 10, ["123018"] = 10, -- Terrorize
--Lei Shi
["123705"] = 10, -- Scary Fog
["123121"] = 8, -- Spray
--Sha of Fear
["120629"] = 8, -- Huddle in Terror
--[[ T15 ]]--
--Throne of Thunder
--Jin'rokh the Breaker
--["138732"] = 9, ["138733"] = 9, ["139997"] = 9, -- Ionization (dispellable)
["137422"] = 4, -- Focused Lightning
--Horridon
["136708"] = 6, -- Stone Gaze (so it's > Sunbeam Debuff)
--Council of Elders
["137641"] = 9, -- Soul Fragment (Ball)
["137650"] = 7, -- Shadowed Soul
["136990"] = 8, -- Frostbite
["136992"] = 8, -- Biting Cold
--Tortos
["137552"] = 8, ["137633"] = 8, --Crystal Shell
["140701"] = 9, -- Crystal Shell: Max Capacity
--Megaera
["139857"] = 9, -- Torrent of Ice
["139822"] = 9, -- Cinders
--Ji-Kun
["134256"] = 9, -- Slimed
--Durumu the Forgotten
["139204"] = 9, -- Infrared Tracking
["139202"] = 9, -- Blue Ray Tracking
["133768"] = 10, -- Arterial Cut
["133597"] = 10, -- Dark Parasite
["133798"] = 10, -- Life Drain
--Primordius
["136228"] = 10, -- Volatile Pathogen
["136050"] = 9, -- Malformed Blood
["137000"] = 9, -- Black Blood
--Dark Animus
["138486"] = 9, -- Crimson Wake Target Debuff
["138609"] = 9, -- Matter Swap
["136962"] = 8, -- Anima Ring
--Iron Qon
["134647"] = 8, -- Scorched
["137668"] = 9, -- Burning Cinders
["137669"] = 9, -- Arcing Lightning
["135145"] = 9, -- Freeze
["137664"] = 8, -- Frozen Blood
--Twin Consorts
["137341"] = 4, -- Beast of Nightmares
["137360"] = 4, -- Corrupted Healing
["137408"] = 7, -- Fan of Flames
["137440"] = 8, -- Icy Shadows
--Lei Shen
["135695"] = 8, -- Static Shock
["136295"] = 8, -- Overcharge
["139011"] = 9, -- Helm of Command
["136478"] = 7, -- Fusion Slash
--Ra-den
--[[ T16 ]]--
--Siege of Orgrimmar
--Fallen Protectors
["143962"] = 9, -- Inferno Strike
["143840"] = 9, -- Mark of Anguish
--Sha of Pride
["146594"] = 3, ["144359"] = 3, -- Gift of the Titans
["146822"] = 4, -- Projection
["146817"] = 4, -- Aura of Pride
--Galakras
["147068"] = 8, -- Flames of Galakrond
--Iron Juggernaut
["146325"] = 8, -- Cutter Laser
--Kor'kron Dark Shaman
["144330"] = 8, -- Iron Prison
--Nazgrim
["143882"] = 8, -- Hunter's Mark
["145561"] = 8, -- Assassin's Mark
["143638"] = 4, -- Bonecracker
--Malkorok
["142863"] = 3, -- Weak Ancient Barrier
["142864"] = 3, -- Ancient Barrier
["142865"] = 3, -- Strong Ancient Barrier
["142913"] = 8, -- Displaced Energy
--Spoils of Pandaria
["145996"] = 4, -- Set to Blow
--Thok the Bloodthirsty
["133042"] = 8, -- Fixate
--Siegecrafter Blackfuse
["143828"] = 8, -- Laser Turret Target
--[[## WARLORDS OF DRAENOR ##]]--
--[[ T17 ]]--
--Highmaul
--Kar'gath
["158986"] = 9, -- Berserker Rush Fixate
["159947"] = 3, -- Chain Hurl
["159413"] = 4, -- Mauling Brew (Green Puddle)
["159386"] = 4, -- Iron Bomb
--Butcher
["156152"] = 4, -- Gushing Wounds
["156151"] = 3, -- Tenderizer (Tank Debuff)
--Tectus
["162346"] = 8, -- Crystalline Barrage
["162370"] = 3, -- Crystalline Barrage (Ground Effect)
--Brackenspore
["163241"] = 3, -- Rot (Tank Debuff)
--Twin Ogron
["158241"] = 8, -- Blaze
["155569"] = 7, -- Injured (Shield Charge)
--Ko'ragh
["172917"] = 7, -- Expel Magic: Fel (Ground Effect)
["162185"] = 8, -- Expel Magic: Fire
["162184"] = 7, -- Expel Magic: Shadow
["163472"] = 9, -- Dominating Power (Mind Control)
--Imperator Mar'gok
["157763"] = 9, -- Fixate (Gorian Warmages, Intermission)
["158553"] = 8, -- Crush Armor (Gorian Reaver, Intermission, Tank Debuff)
["156225"] = 10, ["164004"] = 10, ["164005"] = 10, ["164006"] = 10, -- Branded and all it's different forms
["157353"] = 7, -- Force Nova
["159200"] = 3, -- Destructive Resonance
--Blackrock Foundry
--Darmac
["154960"] = 8, -- Pinned Down
["154981"] = 9, -- Conflag
["155061"] = 7, ["162283"] = 7, -- Rend and Tear (Wolf and Boss)
["155499"] = 7, ["154989"] = 7, -- Fire Breath debuff (Rylak and Boss)
-- Gruul
["165298"] = 9, -- Flare
["155080"] = 7, -- Inferno Slice Fire Dot
-- Oregorger
["156374"] = 8, -- Explosive Shard Stun
["156203"] = 8, -- Retched Blackrock Pool
-- Flamebender
["155277"] = 9, -- Blazing Radiance Dot
["154932"] = 9, -- Meteor Target
["154952"] = 9, -- Wolf Fixate
["155049"] = 7, -- Singe (Wolf Line Dot)
-- Kromog
["157059"] = 7, -- Rune Grasp
-- Thogar
["164380"] = 9, -- Burning Dot
["165195"] = 8, -- Grenade Zone
["159481"] = 7, -- Siege Bomb Target
-- Iron Maidens
["160436"] = 4, -- Vortex Stun
["156214"] = 6, -- Convulsive Shadows (Dispel Dot)
["164271"] = 8, -- Penetrating Shot Target
["159724"] = 8, -- Blood Ritual Target
["158315"] = 9, -- Dark Hunt
["158601"] = 7, -- Dominator Blast
["156631"] = 8, -- Rapid Fire Targt
["170405"] = 3, -- Maraks Bloodcalling
["170395"] = 3, -- Sorkas Prey
-- Blast Furnace
["155196"] = 7, -- Fixate Slag Elementals
["156932"] = 6, -- Rupture
["174716"] = 7, -- Bomb
["176121"] = 8, -- Volatile Fire
-- [[ T18 ]] --
-- Hellfire Citadel
-- Hellfire Assault
["184369"] = 7, -- Howling Axe (target)
["180079"] = 4, -- Fellfire Munition
-- Fel Reaver
["179897"] = 6, -- Blitz
["185978"] = 7, ["182373"] = 4, -- Firebomb Vulnerability
["182280"] = 8, -- Artillery
["182074"] = 3, ["182001"] = 3, -- Immolation, Unstable Orb
-- Gorefiend
["179867"] = 3, -- Gorefiend's Corruption
["181295"] = 4, -- Digest
["179977"] = 8, -- Touch of Doom
["179864"] = 6, -- Shadow of Death
["179909"] = 9, -- Shared Fate (rooted player)
["179908"] = 8, -- Shared Fate (other players)
-- Kilrogg Deadeye
["181488"] = 3, -- Vision of Death
["188929"] = 7, -- Heart Seeker (target)
["180389"] = 4, -- Heart Seeker (dot)
-- Socrethar
["182038"] = 3, -- Shattered Defense
["188666"] = 7, -- Eternal Hunger (mythic add fixate)
["189627"] = 7, -- Volatile Fel Orb (fixate)
["180415"] = 4, -- Fel Prison
-- Xhul'horac
["188208"] = 7, -- Ablaze
["186073"] = 7, -- Felsinged
["186407"] = 8, -- Fel Surge
["186500"] = 9, -- Chains of Fel
["186063"] = 7, -- Wasting Void
["186333"] = 8, -- Void Surge
-- Fel Lord Zakuun
["181508"] = 9, -- Seed of Destruction
["181653"] = 7, -- Fel Crystals (too close)
["179428"] = 8, -- Rumbling Fissure (soak)
["182008"] = 3, -- Latent Energy (can't soak anymore)
["179407"] = 6, -- Disembodied (in shadow realm)
-- Kormrok
["187819"] = 7, -- Hands
["181345"] = 7, -- Hand (tank)
-- Tyrant Velhari
["185237"] = 6, ["185238"] = 6, -- Touch of Harm
["185241"] = 7, -- Edict of Condemnation
["180526"] = 7, -- Font of Corruption
-- Shadow-Lord Iskar
["181957"] = 9, -- Phantasmal Wind
["182200"] = 4, ["182178"] = 4, -- Fel Chakram
["182325"] = 2, -- Phantasmal Wounds
["185239"] = 1, -- Radiance of Anzu
["185510"] = 3, -- Dark Bindings
["182600"] = 2, -- Fel Fire
["179219"] = 3, ["181753"] = 3, -- Fel Bomb
-- Mannoroth
["181275"] = 8, -- Curse of Legion
["181099"] = 7, -- Mark of Doom
["181597"] = 4, ["182006"] = 4, -- Mannoroths Gaze
["181841"] = 6, ["182088"] = 6, -- Shadowforce
-- Hellfire Council
["184360"] = 7, -- Fel Rage
["184449"] = 5, ["185065"] = 5, ["184450"] = 5, ["185066"] = 5, ["184676"] = 5, -- Mark of Necromancer
["184652"] = 3, -- Reap
-- Archimonde
["184964"] = 7, -- Shackled Torment
["186123"] = 6, -- Focused Chaos
["185014"] = 6, -- Wrought Chaos
["186952"] = 8, ["189891"] = 8, ["186961"] = 8, -- Nether Banish
["183634"] = 7, -- Shadowfel Burst
["189895"] = 6, -- Void Star Fixate
["190049"] = 4, -- Nether Corruption
-- [[ T19 ]] --
-- Emerald Nightmare
-- Nythendra
["204504"] = 6, -- Infested
["205043"] = 7, -- Infested Mind (MC)
["203096"] = 8, -- Rot
["204463"] = 6, -- Volatile Rot (Tank)
-- Il'gynoth
["208929"] = 7, -- Spew Corruption
["210099"] = 6, -- Fixate
["209469"] = 3, -- Touch of Corruption (DoT)
["215128"] = 7, -- Cursed Blood (Phase 2)
-- Elerenthe
["215460"] = 7, -- Necrotic Venom
["215307"] = 6, -- Web of Pain
["210850"] = 7, -- Tornado swirly
-- Ursoc
["198108"] = 6, -- Momentum
["198006"] = 7, -- Focused Gaze
["204859"] = 3, -- Rend Flesh (Tank)
-- Dragons of Nightmare
["203110"] = 3, -- Slumbering Nightmare (30 sec fuckup stun)
["205341"] = 5, -- Seeping Fog (magic)
["203770"] = 5, -- Defiled Vines (magic)
-- Cenarius
["210315"] = 5, -- Roots
["214529"] = 3, -- Tank debuff
-- Xavius
["210451"] = 8, ["209034"] = 8, -- Bonds of Terror
["209158"] = 5, ["206651"] = 5, -- Blackening/Darkening Soul (Tank)
["211802"] = 7, -- Nightmare blades
["208431"] = 3, -- Corruption: Descent into Madness (Damage buff)
["207409"] = 3, -- Corruption: Madness
["206005"] = 3, -- Dream Simulacrum
["224508"] = 7, -- Meteor
},
}
--media files
cfg.statusbar_texture = "Interface\\AddOns\\oUF_Drk\\media\\Statusbar"
cfg.powerbar_texture = "Interface\\AddOns\\oUF_Drk\\media\\Aluminium"
cfg.raid_texture = "Interface\\AddOns\\oUF_Drk\\media\\Minimalist"
cfg.highlight_texture = "Interface\\AddOns\\oUF_Drk\\media\\raidbg"
cfg.portrait_texture = "Interface\\AddOns\\oUF_Drk\\media\\portrait"
cfg.backdrop_texture = "Interface\\AddOns\\oUF_Drk\\media\\backdrop"
cfg.backdrop_edge_texture = "Interface\\AddOns\\oUF_Drk\\media\\backdrop_edge"
cfg.debuff_border_texture = "Interface\\AddOns\\oUF_Drk\\media\\iconborder"
cfg.font = "Interface\\AddOns\\oUF_Drk\\media\\BigNoodleTitling.ttf"
cfg.smallfont = "Interface\\AddOns\\oUF_Drk\\media\\semplice.ttf"
cfg.raidfont = "Interface\\AddOns\\oUF_Drk\\media\\vibroceb.ttf"
cfg.squarefont = "Interface\\AddOns\\oUF_Drk\\media\\squares.ttf"
--do not change this
cfg.spec = nil
cfg.updateSpec = function()
cfg.spec = GetSpecialization()
end
-----------------------------
-- HANDOVER
-----------------------------
ns.cfg = cfg