-
Notifications
You must be signed in to change notification settings - Fork 1
/
header.lua
54 lines (45 loc) · 800 Bytes
/
header.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
ProvTF =
{
name = "ProvisionsTeamFormation",
namePublic = "Prov's TeamFormation",
nameColor = "|cFF9999Team|cFF0000Formation|r",
author = "|c00C000Provision|r",
version = "1.3.1b", --3 endroits
CPL = nil,
defaults =
{ --Don't forget header.lua
enabled = true,
posx = 0,
posy = 50,
width = 600,
height = 500,
refreshRate = 25,
circle = true,
camRotation = true,
scale = 92,
logdist = .42,
cardinal = 0.12,
siege = true,
myAlpha = .72,
roleIcon = false,
jRules = {},
},
debug = {
enabled = false,
pos =
{
num = 2,
x = nil,
y = nil,
heading = nil,
}
}
}
CLASS_ID2NAME = {
[1] = 'Dragonknight',
[2] = 'Sorcerer',
[3] = 'Nightblade',
[4] = 'Warden',
[6] = 'Templar',
}
LAM2 = LibStub:GetLibrary("LibAddonMenu-2.0")