-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmapdata.lua
More file actions
104 lines (95 loc) · 1.65 KB
/
mapdata.lua
File metadata and controls
104 lines (95 loc) · 1.65 KB
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
local _, addon = ...
addon.MapID = {
-- Dornogol
[2339] = {
{
text = "center",
x = 0,
y = 0
},
{
text = "Upgrade",
x = 30,
y = 75
},
{
text = "Bank",
x = 40,
y = 50
},
{
text = "Auction",
x = 85,
y = 25
},
{
text = "PvP\nUpgrade\nTargets",
x = 140,
y = -185
},
{
text = "Crafting order",
x = 140,
y = -50
},
{
text = "Ench",
x = 43,
y = -190
},
{
text = "JC",
x = 0,
y = -190
},
{
text = "Ins\nAlch",
x = -40,
y = -190
},
{
text = "Herb",
x = -60,
y = -155
},
{
text = "Tailor",
x = 60,
y = -120
},
{
text = "LW\nSkinning",
x = 60,
y = -70
},
{
text = "Eng",
x = -10,
y = -60
},
{
text = "BS",
x = -10,
y = -120
},
},
}
----Templeate
local templatee = {
[1234] = {
{
text = "test",
x = 0,
y = 0
},
}
}
addon.llscale = {
1.4029442123332,
1.9101406109191,
2.5399887171521,--little
3.3094635984049,
4.2339206036406,
5.3262519576823,
6.595865743217,
}