vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | aUF_DEFAULT_OPTIONS = { |
2 | Version = "dd-mm-yy", |
||
3 | |||
4 | RaidHideParty = true, |
||
5 | |||
6 | Locked = false, |
||
7 | |||
8 | RaidColorName = false, |
||
9 | |||
10 | HighlightSelected = true, |
||
11 | |||
12 | ShowPvPIcon = false, |
||
13 | ShowGroupIcons = true, |
||
14 | |||
15 | TargetShowHostile = true, |
||
16 | SmoothHealthBars = true, |
||
17 | |||
18 | RaidGrouping = "subgroup", |
||
19 | PartyGrouping = "withplayer", |
||
20 | PetGrouping = "withplayer", |
||
21 | |||
22 | BorderStyle = "Hidden", |
||
23 | BarStyle = "Default", |
||
24 | |||
25 | HealthColor = { |
||
26 | r = 0.41, |
||
27 | g = 0.95, |
||
28 | b = 0.2, |
||
29 | }, |
||
30 | |||
31 | ManaColor = { |
||
32 | [0] = { b = 0.84, g = 0.52, r = 0.28}, -- Mana |
||
33 | [1] = { r = 226/255, g = 45/255, b = 75/255}, -- Rage |
||
34 | [2] = { r = 255/255, g = 210/255, b = 0}, -- Focus |
||
35 | [3] = { r = 255, g = 220/255, b = 25/255}, -- Energy |
||
36 | [4] = { r = 0.00, g = 1.00, b = 1.00} -- Happiness |
||
37 | }, |
||
38 | |||
39 | PartyFrameColors = { |
||
40 | r = 0, |
||
41 | g = 0, |
||
42 | b = 0, |
||
43 | a = 0.5}, |
||
44 | TargetFrameColors = { |
||
45 | r = 0, |
||
46 | g = 0, |
||
47 | b = 0, |
||
48 | a = 0.5}, |
||
49 | FrameBorderColors = { |
||
50 | r = TOOLTIP_DEFAULT_COLOR.r, |
||
51 | g = TOOLTIP_DEFAULT_COLOR.g, |
||
52 | b = TOOLTIP_DEFAULT_COLOR.b, |
||
53 | c = 0.7}, |
||
54 | |||
55 | BlizFramesVisibility = { |
||
56 | ["HidePlayerFrame"] = true, |
||
57 | ["HidePartyFrame"] = true, |
||
58 | ["HideTargetFrame"] = true |
||
59 | }, |
||
60 | |||
61 | ["player"] = { |
||
62 | ["HealthFormat"] = "[curhp]/[maxhp]", |
||
63 | ["ManaFormat"] = "[curmana]/[maxmana]", |
||
64 | ["HealthStyle"] = "Absolute", |
||
65 | ["ManaStyle"] = "Absolute", |
||
66 | ["NameStyle"] = "Default", |
||
67 | ["ClassStyle"] = "Default", |
||
68 | ["NameFormat"] = "", |
||
69 | ["ClassFormat"] = "", |
||
70 | |||
71 | ["FrameStyle"] = "ABF", |
||
72 | ["AuraStyle"] = "TwoLines", |
||
73 | ["AuraPos"] = "Right", |
||
74 | ["AuraFilter"] = 1, |
||
75 | ["AuraDebuffC"] = true, |
||
76 | ["ShowCombat"] = false, |
||
77 | ["ShowXP"] = true, |
||
78 | ["LongStatusbars"] = false, |
||
79 | ["ClassColorBars"] = false, |
||
80 | ["Scale"] = 1, |
||
81 | ["RaidColorName"] = false, |
||
82 | ["ShowRaidTargetIcon"] = true, |
||
83 | ["ShowInCombatIcon"] = true, |
||
84 | ["Width"] = 141, |
||
85 | }, |
||
86 | |||
87 | ["party"] = { |
||
88 | ["HealthFormat"] = "[curhp]/[maxhp]", |
||
89 | ["ManaFormat"] = "[curmana]/[maxmana]", |
||
90 | ["HealthStyle"] = "Absolute", |
||
91 | ["ManaStyle"] = "Absolute", |
||
92 | ["NameStyle"] = "Default", |
||
93 | ["ClassStyle"] = "Default", |
||
94 | ["NameFormat"] = "", |
||
95 | ["ClassFormat"] = "", |
||
96 | |||
97 | ["FrameStyle"] = "ABF", |
||
98 | ["AlwaysShow"] = false, |
||
99 | ["AuraStyle"] = "TwoLines", |
||
100 | ["AuraPos"] = "Right", |
||
101 | ["AuraFilter"] = 1, |
||
102 | ["AuraDebuffC"] = true, |
||
103 | ["ShowCombat"] = false, |
||
104 | ["LongStatusbars"] = false, |
||
105 | ["ClassColorBars"] = false, |
||
106 | ["Scale"] = 1, |
||
107 | ["RaidColorName"] = false, |
||
108 | ["ShowRaidTargetIcon"] = true, |
||
109 | ["ShowInCombatIcon"] = true, |
||
110 | ["Width"] = 141, |
||
111 | }, |
||
112 | |||
113 | ["partypet"] = { |
||
114 | ["HealthFormat"] = "[curhp]/[maxhp]", |
||
115 | ["ManaFormat"] = "[curmana]/[maxmana]", |
||
116 | ["HealthStyle"] = "Absolute", |
||
117 | ["ManaStyle"] = "Absolute", |
||
118 | ["NameStyle"] = "Default", |
||
119 | ["ClassStyle"] = "Default", |
||
120 | ["NameFormat"] = "", |
||
121 | ["ClassFormat"] = "", |
||
122 | |||
123 | ["FrameStyle"] = "ABF", |
||
124 | ["AuraStyle"] = "OneLine", |
||
125 | ["AuraPos"] = "Right", |
||
126 | ["HideMana"] = true, |
||
127 | ["AuraFilter"] = 1, |
||
128 | ["AuraDebuffC"] = true, |
||
129 | ["ShowCombat"] = false, |
||
130 | ["LongStatusbars"] = false, |
||
131 | ["ClassColorBars"] = false, |
||
132 | ["Scale"] = 1, |
||
133 | ["RaidColorName"] = false, |
||
134 | ["ShowRaidTargetIcon"] = true, |
||
135 | ["ShowInCombatIcon"] = true, |
||
136 | ["Width"] = 141, |
||
137 | }, |
||
138 | |||
139 | ["pet"] = { |
||
140 | ["HealthFormat"] = "[curhp]/[maxhp]", |
||
141 | ["ManaFormat"] = "[curmana]/[maxmana]", |
||
142 | ["HealthStyle"] = "Absolute", |
||
143 | ["ManaStyle"] = "Absolute", |
||
144 | ["NameStyle"] = "Default", |
||
145 | ["ClassStyle"] = "Default", |
||
146 | ["NameFormat"] = "", |
||
147 | ["ClassFormat"] = "", |
||
148 | |||
149 | ["FrameStyle"] = "ABF", |
||
150 | ["AuraStyle"] = "OneLine", |
||
151 | ["AuraPos"] = "Right", |
||
152 | ["AuraFilter"] = 1, |
||
153 | ["AuraDebuffC"] = true, |
||
154 | ["ShowCombat"] = false, |
||
155 | ["ShowXP"] = true, |
||
156 | ["LongStatusbars"] = false, |
||
157 | ["ClassColorBars"] = false, |
||
158 | ["Scale"] = 1, |
||
159 | ["RaidColorName"] = false, |
||
160 | ["ShowRaidTargetIcon"] = true, |
||
161 | ["ShowInCombatIcon"] = true, |
||
162 | ["Width"] = 141, |
||
163 | }, |
||
164 | |||
165 | ["raid"] = { |
||
166 | ["HealthFormat"] = "[curhp]/[maxhp]", |
||
167 | ["ManaFormat"] = "[curmana]/[maxmana]", |
||
168 | ["HealthStyle"] = "Absolute", |
||
169 | ["ManaStyle"] = "Absolute", |
||
170 | ["NameStyle"] = "Default", |
||
171 | ["ClassStyle"] = "Default", |
||
172 | ["NameFormat"] = "", |
||
173 | ["ClassFormat"] = "", |
||
174 | |||
175 | ["FrameStyle"] = "ABF", |
||
176 | ["AuraStyle"] = "OneLine", |
||
177 | ["AuraPos"] = "Right", |
||
178 | ["AuraFilter"] = 1, |
||
179 | ["AuraDebuffC"] = true, |
||
180 | ["HideMana"] = true, |
||
181 | ["HideFrame"] = true, |
||
182 | ["ShowCombat"] = false, |
||
183 | ["LongStatusbars"] = false, |
||
184 | ["ClassColorBars"] = false, |
||
185 | ["Scale"] = 0.85, |
||
186 | ["RaidColorName"] = true, |
||
187 | ["ShowRaidTargetIcon"] = true, |
||
188 | ["ShowInCombatIcon"] = true, |
||
189 | ["Width"] = 110, |
||
190 | }, |
||
191 | |||
192 | ["raidpet"] = { |
||
193 | ["HealthFormat"] = "[curhp]/[maxhp]", |
||
194 | ["ManaFormat"] = "[curmana]/[maxmana]", |
||
195 | ["HealthStyle"] = "Absolute", |
||
196 | ["ManaStyle"] = "Absolute", |
||
197 | ["NameStyle"] = "Default", |
||
198 | ["ClassStyle"] = "Default", |
||
199 | ["NameFormat"] = "", |
||
200 | ["ClassFormat"] = "", |
||
201 | |||
202 | ["FrameStyle"] = "ABF", |
||
203 | ["AuraStyle"] = "OneLine", |
||
204 | ["AuraPos"] = "Right", |
||
205 | ["AuraFilter"] = 1, |
||
206 | ["AuraDebuffC"] = true, |
||
207 | ["HideMana"] = true, |
||
208 | ["HideFrame"] = true, |
||
209 | ["ShowCombat"] = false, |
||
210 | ["LongStatusbars"] = false, |
||
211 | ["ClassColorBars"] = false, |
||
212 | ["Scale"] = 0.85, |
||
213 | ["RaidColorName"] = false, |
||
214 | ["ShowRaidTargetIcon"] = true, |
||
215 | ["ShowInCombatIcon"] = true, |
||
216 | ["Width"] = 110, |
||
217 | }, |
||
218 | |||
219 | ["target"] = { |
||
220 | ["HealthFormat"] = "[curhp]/[maxhp]", |
||
221 | ["ManaFormat"] = "[curmana]/[maxmana]", |
||
222 | ["HealthStyle"] = "Absolute", |
||
223 | ["ManaStyle"] = "Absolute", |
||
224 | ["NameStyle"] = "Default", |
||
225 | ["ClassStyle"] = "Default", |
||
226 | ["NameFormat"] = "", |
||
227 | ["ClassFormat"] = "", |
||
228 | |||
229 | ["FrameStyle"] = "ABF", |
||
230 | ["AuraStyle"] = "TwoLines", |
||
231 | ["AuraPos"] = "Below", |
||
232 | ["AuraFilter"] = 0, |
||
233 | ["AuraDebuffC"] = false, |
||
234 | ["ShowCombat"] = false, |
||
235 | ["LongStatusbars"] = false, |
||
236 | ["ClassColorBars"] = false, |
||
237 | ["Scale"] = 1, |
||
238 | ["RaidColorName"] = false, |
||
239 | ["ShowRaidTargetIcon"] = true, |
||
240 | ["ShowInCombatIcon"] = true, |
||
241 | ["Width"] = 141, |
||
242 | }, |
||
243 | |||
244 | ["targettarget"] = { |
||
245 | ["HealthFormat"] = "[curhp]/[maxhp]", |
||
246 | ["ManaFormat"] = "[curmana]/[maxmana]", |
||
247 | ["HealthStyle"] = "Absolute", |
||
248 | ["ManaStyle"] = "Absolute", |
||
249 | ["NameStyle"] = "Default", |
||
250 | ["ClassStyle"] = "Default", |
||
251 | ["NameFormat"] = "", |
||
252 | ["ClassFormat"] = "", |
||
253 | |||
254 | ["FrameStyle"] = "ABF", |
||
255 | ["AuraStyle"] = "TwoLines", |
||
256 | ["AuraPos"] = "Below", |
||
257 | ["AuraFilter"] = 0, |
||
258 | ["AuraDebuffC"] = true, |
||
259 | ["HideMana"] = true, |
||
260 | ["ShowCombat"] = false, |
||
261 | ["LongStatusbars"] = false, |
||
262 | ["ClassColorBars"] = false, |
||
263 | ["Scale"] = 0.85, |
||
264 | ["RaidColorName"] = true, |
||
265 | ["ShowRaidTargetIcon"] = true, |
||
266 | ["ShowInCombatIcon"] = true, |
||
267 | ["Width"] = 141, |
||
268 | }, |
||
269 | |||
270 | Positions = { |
||
271 | ["player"] = { |
||
272 | ["x"] = 10, |
||
273 | ["y"] = -5, |
||
274 | }, |
||
275 | ["pet"] = { |
||
276 | ["x"] = 10, |
||
277 | ["y"] = -100, |
||
278 | }, |
||
279 | ["target"] = { |
||
280 | ["x"] = 250, |
||
281 | ["y"] = -5, |
||
282 | }, |
||
283 | ["targettarget"] = { |
||
284 | ["x"] = 385, |
||
285 | ["y"] = -5, |
||
286 | }, |
||
287 | ["party1"] = { |
||
288 | ["x"] = 10, |
||
289 | ["y"] = -65, |
||
290 | }, |
||
291 | ["party2"] = { |
||
292 | ["x"] = 10, |
||
293 | ["y"] = -115, |
||
294 | }, |
||
295 | ["party3"] = { |
||
296 | ["x"] = 10, |
||
297 | ["y"] = -165, |
||
298 | }, |
||
299 | ["party4"] = { |
||
300 | ["x"] = 10, |
||
301 | ["y"] = -215, |
||
302 | }, |
||
303 | ["partyPlayer_aUFgroup"] = { |
||
304 | ["x"] = 10, |
||
305 | ["y"] = -5, |
||
306 | }, |
||
307 | }, |
||
308 | --.--.--.--.--.--.--.--.-- |
||
309 | -- Old stuff below! -- |
||
310 | --.--.--.--.--.--.--.--.-- |
||
311 | |||
312 | --[[Scaling = { |
||
313 | ["UseMGScale"] = 0, |
||
314 | ["MGScale"] = 1, |
||
315 | ["UseRaidScale"] = 1, |
||
316 | ["RaidScale"] = 0.75, |
||
317 | }, |
||
318 | |||
319 | DebuffOrder = { |
||
320 | [1] = "Magic", |
||
321 | [2] = "Poison", |
||
322 | [3] = "Disease", |
||
323 | [4] = "Curse", |
||
324 | [5] = "None" |
||
325 | }, |
||
326 | |||
327 | DebuffColors = { |
||
328 | ["Magic"] = {r = 0.5, g = 0.5, b = 0.75, c = "!"}, |
||
329 | ["Poison"] = {r = 0.75, g = 0, b = 0, c = "$"}, |
||
330 | ["Disease"] = {r = 1, g = 1, b = 0, c = "^"}, |
||
331 | ["Curse"] = {r = 1, g = 0.5, b = 0, c = "@"}, |
||
332 | ["None"] = {r = 1.0, g = 0.82, b = 0, c = ""} |
||
333 | }, |
||
334 | |||
335 | |||
336 | Anchors = { |
||
337 | ["MGraid_achor1"] = nil, |
||
338 | ["MGraid_achor2"] = "MGraid_achor1", |
||
339 | ["MGraid_achor3"] = "MGraid_achor2", |
||
340 | ["MGraid_achor4"] = "MGraid_achor3", |
||
341 | ["MGraid_achor5"] = "MGraid_achor4", |
||
342 | ["MGraid_achor6"] = "MGraid_achor5", |
||
343 | ["MGraid_achor7"] = "MGraid_achor6", |
||
344 | ["MGraid_achor8"] = "MGraid_achor7" |
||
345 | }, |
||
346 | |||
347 | RaidByClass = 0, |
||
348 | ShowAnchors = 1, |
||
349 | HideAnchorBackgrounds = 1, |
||
350 | ShowMapButton = 1, |
||
351 | LockMGFrames = 1, |
||
352 | CastPartyEnabled = 1, |
||
353 | CastPartyTargetEnabled = 1, |
||
354 | AlphaBorder = 0, |
||
355 | IconPosition = 188, |
||
356 | CastPartyOverrideMouse = 2, |
||
357 | CastPartyOverrideAlt = 0, |
||
358 | CastPartyOverrideCtrl = 0, |
||
359 | CastPartyOverrideShift = 0, |
||
360 | ShowClassText = 1, |
||
361 | ShowEndcaps = 0, |
||
362 | UsePartyRaidColors = 1, |
||
363 | RaidHideParty = 1, |
||
364 | RaidColorName = 0, |
||
365 | FrameGrowth = 1, |
||
366 | PartyPetGrouping = 4, |
||
367 | PartyGrouping = 0, |
||
368 | RestIndicator = 2, |
||
369 | FlashRestIndicator = 1, |
||
370 | CombatIndicator = 2, |
||
371 | FlashCombatIndicator = 1, |
||
372 | AggroIndicator = 2, |
||
373 | FlashAggroIndicator = 1, |
||
374 | GroupSpace = 1,]] |
||
375 | } |