-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMarkerData.lua
More file actions
177 lines (177 loc) · 10.1 KB
/
MarkerData.lua
File metadata and controls
177 lines (177 loc) · 10.1 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
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
-- Format: { x=, y=, name=, type=, info= }
-- type values: "dungeon", "raid", "worldboss", "boat", "zepp", "tram"
-- info: level range string for instances, faction string for transports
ModernMapMarkers_Points = {
[1] = { -- Kalimdor
["Ashenvale"] = {
{ x=0.123, y=0.128, name="Blackfathom Deeps", type="dungeon", info="24-32" },
{ x=0.51, y=0.78, name="Crescent Grove", type="dungeon", info="32-38" },
{ x=0.937, y=0.355, name="Taerar", type="worldboss", info="60" },
},
["Azshara"] = {
{ x=0.535, y=0.816, name="Azuregos", type="worldboss", info="60" },
{ x=0.69, y=0.094, name="Cla'ckora", type="worldboss", info="60" },
{ x=0.385, y=0.34, name="Timbermaw Hold", type="raid", info="60" },
},
["Darkshore"] = {
{ x=0.324, y=0.44, name="Boat to Stormwind", type="boat", info="Alliance" },
{ x=0.304, y=0.41, name="Boat to Alah'Thalas", type="boat", info="Alliance" },
{ x=0.333, y=0.399, name="Boat to Rut'Theran Village", type="boat", info="Alliance" },
},
["Desolace"] = {
{ x=0.29, y=0.629, name="Maraudon", type="dungeon", info="46-55" },
{ x=0.82, y=0.80, name="Concavius", type="worldboss", info="60" },
{ x=0.205, y=0.75, name="Boat to Moonhoof Village", type="boat", info="Horde" },
},
["Durotar"] = {
{ x=0.512, y=0.135, name="Zeppelins to UC & Grom'Gol", type="zepp", info="Horde" },
{ x=0.415, y=0.184, name="Zeppelins to TB & Kargath", type="zepp", info="Horde" },
{ x=0.598, y=0.236, name="Boat to Revantusk Village", type="boat", info="Horde" },
},
["Dustwallow Marsh"] = {
{ x=0.53, y=0.76, name="Onyxia's Lair", type="raid", info="60" },
{ x=0.718, y=0.566, name="Boat to Menethil Harbor", type="boat", info="Alliance" },
},
["Feralas"] = {
{ x=0.648, y=0.303, name="Dire Maul - East", type="dungeon", info="55-58" },
{ x=0.624, y=0.249, name="Dire Maul - North", type="dungeon", info="57-60" },
{ x=0.604, y=0.311, name="Dire Maul - West", type="dungeon", info="57-60" },
{ x=0.512, y=0.108, name="Lethon", type="worldboss", info="60" },
{ x=0.311, y=0.395, name="Boat to Forgotten Coast", type="boat", info="Alliance" },
{ x=0.431, y=0.428, name="Boat to Sardor Isle", type="boat", info="Alliance" },
},
["Hyjal"] = {
{ x=0.207, y=0.592, name="Emerald Sanctum", type="raid", info="60" },
{ x=0.336, y=0.398, name="Father Lycan", type="worldboss", info="60" },
},
["Moonwhisper Coast"] = {
{ x=0.506, y=0.959, name="Timbermaw Hold", type="raid", info="60" },
{ x=0.71, y=0.38, name="Boat to Shadowprey Village", type="boat", info="Horde" },
},
["Orgrimmar"] = {
{ x=0.53, y=0.486, name="Ragefire Chasm", type="dungeon", info="13-18" },
},
["Silithus"] = {
{ x=0.296, y=0.960, name="Ruins of Ahn'Qiraj", type="raid", info="60" },
{ x=0.282, y=0.956, name="Temple of Ahn'Qiraj", type="raid", info="60" },
},
["Tanaris"] = {
{ x=0.66, y=0.49, name="Black Morass", type="dungeon", info="60" },
{ x=0.389, y=0.184, name="Zul'Farrak", type="dungeon", info="44-54" },
{ x=0.361, y=0.762, name="Ostarius", type="worldboss", info="60" },
},
["Teldrassil"] = {
{ x=0.552, y=0.949, name="Boat to Auberdine", type="boat", info="Alliance" },
},
["Thousand Needles"] = {
{ x=0.648, y=0.460, name="Windhorn Canyon", type="dungeon", info="26-30" },
},
["The Barrens"] = {
{ x=0.488, y=0.919, name="Razorfen Downs", type="dungeon", info="37-46" },
{ x=0.407, y=0.873, name="Razorfen Kraul", type="dungeon", info="29-38" },
{ x=0.462, y=0.357, name="Wailing Caverns", type="dungeon", info="17-24" },
{ x=0.636, y=0.389, name="Boat to Booty Bay", type="boat", info="Neutral" },
},
["Thunder Bluff"] = {
{ x=0.165, y=0.230, name="Zeppelin to Orgrimmar", type="zepp", info="Horde" },
},
},
[2] = { -- Eastern Kingdoms
["Alah'Thalas"] = {
{ x=0.531, y=0.047, name="Boat to Auberdine", type="boat", info="Alliance" },
},
["Badlands"] = {
{ x=0.429, y=0.130, name="Uldaman - Main Entrance", type="dungeon", info="41-51" },
{ x=0.657, y=0.438, name="Uldaman - Back Entrance", type="dungeon", info="41-51" },
{ x=0.075, y=0.480, name="Zeppelin to Orgrimmar", type="zepp", info="Horde" },
},
["Balor"] = {
{ x=0.57, y=0.598, name="Stormwrought Ruins", type="dungeon", info="35-41" },
{ x=0.561, y=0.846, name="Stormwrought Ruins - Back Entrance", type="dungeon", info="35-41" },
},
["Blasted Lands"] = {
{ x=0.36, y=0.753, name="Lord Kazzak", type="worldboss", info="60" },
},
["Burning Steppes"] = {
{ x=0.328, y=0.362, name="Blackrock Depths", type="dungeon", info="52-60" },
{ x=0.95, y=0.53, name="Hateforge Quarry", type="dungeon", info="52-60" },
{ x=0.321, y=0.386, name="Lower Blackrock Spire", type="dungeon", info="55-60" },
{ x=0.312, y=0.365, name="Upper Blackrock Spire", type="dungeon", info="55-60" },
{ x=0.273, y=0.363, name="Blackwing Lair", type="raid", info="60" },
{ x=0.273, y=0.387, name="Molten Core", type="raid", info="60" },
},
["Deadwind Pass"] = {
{ x=0.45, y=0.75, name="Karazhan Crypt", type="dungeon", info="58-60" },
{ x=0.46, y=0.70, name="Lower Karazhan Halls", type="raid", info="58-60" },
{ x=0.442, y=0.719, name="Tower of Karazhan", type="raid", info="60" },
{ x=0.471, y=0.751, name="Dark Reaver of Karazhan", type="worldboss", info="60" },
},
["Dun Morogh"] = {
{ x=0.248, y=0.337, name="Gnomeregan", type="dungeon", info="29-38" },
{ x=0.669, y=0.402, name="Frostmane Hollow", type="dungeon", info="13-20" },
},
["Duskwood"] = {
{ x=0.465, y=0.357, name="Emeriss", type="worldboss", info="60" },
},
["Eastern Plaguelands"] = {
{ x=0.31, y=0.14, name="Stratholme", type="dungeon", info="58-60" },
{ x=0.47, y=0.24, name="Stratholme - Back Gate", type="dungeon", info="58-60" },
{ x=0.40, y=0.28, name="Naxxramas", type="raid", info="60" },
{ x=0.082, y=0.38, name="Nerubian Overseer", type="worldboss", info="60" },
},
["Elwynn Forest"] = {
{ x=0.29, y=0.61, name="Stormwind Vault - Horde Entrance", type="dungeon", info="60" },
},
["Gilneas"] = {
{ x=0.30, y=0.27, name="Gilneas City", type="dungeon", info="43" },
},
["Ironforge"] = {
{ x=0.762, y=0.511, name="Tram to Stormwind", type="tram", info="Alliance" },
},
["Searing Gorge"] = {
{ x=0.371, y=0.857, name="Blackrock Depths", type="dungeon", info="52-60" },
{ x=0.364, y=0.879, name="Lower Blackrock Spire", type="dungeon", info="55-60" },
{ x=0.355, y=0.855, name="Upper Blackrock Spire", type="dungeon", info="55-60" },
{ x=0.332, y=0.851, name="Blackwing Lair", type="raid", info="60" },
{ x=0.336, y=0.879, name="Molten Core", type="raid", info="60" },
},
["Silverpine Forest"] = {
{ x=0.44, y=0.67, name="Shadowfang Keep", type="dungeon", info="22-30" },
},
["Stormwind City"] = {
{ x=0.51, y=0.675, name="The Stockade", type="dungeon", info="24-31" },
{ x=0.63, y=0.58, name="Stormwind Vault", type="dungeon", info="60" },
{ x=0.694, y=0.294, name="Tram to Ironforge", type="tram", info="Alliance" },
{ x=0.218, y=0.563, name="Boat to Auberdine", type="boat", info="Alliance" },
},
["Stranglethorn Vale"] = {
{ x=0.53, y=0.172, name="Zul'Gurub", type="raid", info="60" },
{ x=0.257, y=0.73, name="Boat to Ratchet", type="boat", info="Neutral" },
{ x=0.312, y=0.298, name="Zeppelins to UC & Orgrimmar", type="zepp", info="Horde" },
},
["Swamp of Sorrows"] = {
{ x=0.701, y=0.55, name="The Sunken Temple", type="dungeon", info="50-60" },
},
["The Hinterlands"] = {
{ x=0.632, y=0.217, name="Ysondre", type="worldboss", info="60" },
{ x=0.812, y=0.794, name="Boat to Sparkwater Port", type="boat", info="Horde" },
},
["Tirisfal Glades"] = {
{ x=0.869, y=0.323, name="Scarlet Monastery - Armory", type="dungeon", info="32-42" },
{ x=0.862, y=0.295, name="Scarlet Monastery - Cathedral", type="dungeon", info="35-45" },
{ x=0.839, y=0.283, name="Scarlet Monastery - Graveyard", type="dungeon", info="26-36" },
{ x=0.850, y=0.338, name="Scarlet Monastery - Library", type="dungeon", info="29-39" },
{ x=0.616, y=0.571, name="Zeppelins to Orgrimmar & Grom'Gol", type="zepp", info="Horde" },
},
["Western Plaguelands"] = {
{ x=0.69, y=0.74, name="Scholomance", type="dungeon", info="58-60" },
},
["Westfall"] = {
{ x=0.423, y=0.726, name="The Deadmines", type="dungeon", info="17-24" },
},
["Wetlands"] = {
{ x=0.67, y=0.634, name="Dragonmaw Retreat", type="dungeon", info="27-33" },
{ x=0.068, y=0.613, name="Boat to Theramore Isle", type="boat", info="Alliance" },
},
}
}