vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | if (aftt_color_chart_name == nil) then |
2 | aftt_color_chart_name = "Unknown Name"; |
||
3 | aftt_variableChecker_Flag = 1; |
||
4 | end |
||
5 | |||
6 | if (aftt_color_chart_author == nil) then |
||
7 | aftt_color_chart_author = "Unknown Author"; |
||
8 | aftt_variableChecker_Flag = 1; |
||
9 | end |
||
10 | |||
11 | if (aftt_background_color == nil) then |
||
12 | aftt_background_color = {}; |
||
13 | aftt_variableChecker_Flag = 1; |
||
14 | end |
||
15 | |||
16 | if (aftt_background_color["Player_Friendly"] == nil) then |
||
17 | aftt_background_color["Player_Friendly"] = { |
||
18 | ["red"] = 0.0, |
||
19 | ["green"] = 0.0, |
||
20 | ["blue"] = 0.5, |
||
21 | } |
||
22 | aftt_variableChecker_Flag = 1; |
||
23 | end |
||
24 | if (aftt_background_color["Player_Friendly_PvP"] == nil) then |
||
25 | aftt_background_color["Player_Friendly_PvP"] = { |
||
26 | ["red"] = 0.0, |
||
27 | ["green"] = 0.5, |
||
28 | ["blue"] = 0.0, |
||
29 | } |
||
30 | aftt_variableChecker_Flag = 1; |
||
31 | end |
||
32 | if (aftt_background_color["Player_Neutral"] == nil) then |
||
33 | aftt_background_color["Player_Neutral"] = { |
||
34 | ["red"] = 0.5, |
||
35 | ["green"] = 0.5, |
||
36 | ["blue"] = 0.0, |
||
37 | } |
||
38 | aftt_variableChecker_Flag = 1; |
||
39 | end |
||
40 | if (aftt_background_color["Player_Caution"] == nil) then |
||
41 | aftt_background_color["Player_Caution"] = { |
||
42 | ["red"] = 0.5, |
||
43 | ["green"] = 0.0, |
||
44 | ["blue"] = 0.5, |
||
45 | } |
||
46 | aftt_variableChecker_Flag = 1; |
||
47 | end |
||
48 | if (aftt_background_color["Player_Hostile"] == nil) then |
||
49 | aftt_background_color["Player_Hostile"] = { |
||
50 | ["red"] = 0.5, |
||
51 | ["green"] = 0.0, |
||
52 | ["blue"] = 0.0, |
||
53 | } |
||
54 | aftt_variableChecker_Flag = 1; |
||
55 | end |
||
56 | if (aftt_background_color["Mob_Friendly"] == nil) then |
||
57 | aftt_background_color["Player_Friendly"] = { |
||
58 | ["red"] = 0.0, |
||
59 | ["green"] = 0.0, |
||
60 | ["blue"] = 0.5, |
||
61 | } |
||
62 | aftt_variableChecker_Flag = 1; |
||
63 | end |
||
64 | if (aftt_background_color["Mob_Friendly_PvP"] == nil) then |
||
65 | aftt_background_color["Player_Friendly_PvP"] = { |
||
66 | ["red"] = 0.0, |
||
67 | ["green"] = 0.5, |
||
68 | ["blue"] = 0.0, |
||
69 | } |
||
70 | aftt_variableChecker_Flag = 1; |
||
71 | end |
||
72 | if (aftt_background_color["Mob_Neutral"] == nil) then |
||
73 | aftt_background_color["Player_Neutral"] = { |
||
74 | ["red"] = 0.5, |
||
75 | ["green"] = 0.5, |
||
76 | ["blue"] = 0.0, |
||
77 | } |
||
78 | aftt_variableChecker_Flag = 1; |
||
79 | end |
||
80 | if (aftt_background_color["Mob_Hostile"] == nil) then |
||
81 | aftt_background_color["Player_Caution"] = { |
||
82 | ["red"] = 0.5, |
||
83 | ["green"] = 0.0, |
||
84 | ["blue"] = 0.5, |
||
85 | } |
||
86 | aftt_variableChecker_Flag = 1; |
||
87 | end |
||
88 | if (aftt_color_name_hostile == nil) then |
||
89 | aftt_color_name_hostile = "FFFFFF"; |
||
90 | aftt_variableChecker_Flag = 1; |
||
91 | end |
||
92 | if (aftt_color_name_neutral == nil) then |
||
93 | aftt_color_name_neutral = "FFFFFF"; |
||
94 | aftt_variableChecker_Flag = 1; |
||
95 | end |
||
96 | if (aftt_color_name_friendly == nil) then |
||
97 | aftt_color_name_friendly = "FFFFFF"; |
||
98 | aftt_variableChecker_Flag = 1; |
||
99 | end |
||
100 | if (aftt_color_name_caution == nil) then |
||
101 | aftt_color_name_caution = "FFFFFF"; |
||
102 | aftt_variableChecker_Flag = 1; |
||
103 | end |
||
104 | if (aftt_color_name_pvp == nil) then |
||
105 | aftt_color_name_pvp = "FFFFFF"; |
||
106 | aftt_variableChecker_Flag = 1; |
||
107 | end |
||
108 | if (aftt_color_name_tapped_by_me == nil) then |
||
109 | aftt_color_name_tapped_by_me = "FFFFFF"; |
||
110 | aftt_variableChecker_Flag = 1; |
||
111 | end |
||
112 | if (aftt_color_name_tapped_by_other == nil) then |
||
113 | aftt_color_name_tapped_by_other = "FFFFFF"; |
||
114 | aftt_variableChecker_Flag = 1; |
||
115 | end |
||
116 | |||
117 | |||
118 | if (aftt_color_description_hostile == nil) then |
||
119 | aftt_color_description_hostile = "FFFFFF"; |
||
120 | aftt_variableChecker_Flag = 1; |
||
121 | end |
||
122 | if (aftt_color_description_neutral == nil) then |
||
123 | aftt_color_description_neutral = "FFFFFF"; |
||
124 | aftt_variableChecker_Flag = 1; |
||
125 | end |
||
126 | if (aftt_color_description_friendly == nil) then |
||
127 | aftt_color_description_friendly = "FFFFFF"; |
||
128 | aftt_variableChecker_Flag = 1; |
||
129 | end |
||
130 | if (aftt_color_description_caution == nil) then |
||
131 | aftt_color_description_caution = "FFFFFF"; |
||
132 | aftt_variableChecker_Flag = 1; |
||
133 | end |
||
134 | if (aftt_color_description_pvp == nil) then |
||
135 | aftt_color_description_pvp = "FFFFFF"; |
||
136 | aftt_variableChecker_Flag = 1; |
||
137 | end |
||
138 | if (aftt_color_description_tapped_by_me == nil) then |
||
139 | aftt_color_description_tapped_by_me = "FFFFFF"; |
||
140 | aftt_variableChecker_Flag = 1; |
||
141 | end |
||
142 | if (aftt_color_description_tapped_by_other == nil) then |
||
143 | aftt_color_description_tapped_by_other = "FFFFFF"; |
||
144 | aftt_variableChecker_Flag = 1; |
||
145 | end |
||
146 | |||
147 | |||
148 | if (aftt_color_level_impossible == nil) then |
||
149 | aftt_color_level_impossible = "FFFFFF"; |
||
150 | aftt_variableChecker_Flag = 1; |
||
151 | end |
||
152 | if (aftt_color_level_hard == nil) then |
||
153 | aftt_color_level_hard = "FFFFFF"; |
||
154 | aftt_variableChecker_Flag = 1; |
||
155 | end |
||
156 | if (aftt_color_level_normal == nil) then |
||
157 | aftt_color_level_normal = "FFFFFF"; |
||
158 | aftt_variableChecker_Flag = 1; |
||
159 | end |
||
160 | if (aftt_color_level_easy == nil) then |
||
161 | aftt_color_level_easy = "FFFFFF"; |
||
162 | aftt_variableChecker_Flag = 1; |
||
163 | end |
||
164 | if (aftt_color_level_trivial == nil) then |
||
165 | aftt_color_level_trivial = "FFFFFF"; |
||
166 | aftt_variableChecker_Flag = 1; |
||
167 | end |
||
168 | if (aftt_color_level_same_faction == nil) then |
||
169 | aftt_color_level_same_faction = "FFFFFF"; |
||
170 | aftt_variableChecker_Flag = 1; |
||
171 | end |
||
172 | |||
173 | |||
174 | if (aftt_color_class_mage == nil) then |
||
175 | aftt_color_class_mage = "FFFFFF"; |
||
176 | aftt_variableChecker_Flag = 1; |
||
177 | end |
||
178 | if (aftt_color_class_warlock == nil) then |
||
179 | aftt_color_class_warlock = "FFFFFF"; |
||
180 | aftt_variableChecker_Flag = 1; |
||
181 | end |
||
182 | if (aftt_color_class_priest == nil) then |
||
183 | aftt_color_class_priest = "FFFFFF"; |
||
184 | aftt_variableChecker_Flag = 1; |
||
185 | end |
||
186 | if (aftt_color_class_druid == nil) then |
||
187 | aftt_color_class_druid = "FFFFFF"; |
||
188 | aftt_variableChecker_Flag = 1; |
||
189 | end |
||
190 | if (aftt_color_class_shaman == nil) then |
||
191 | aftt_color_class_shaman = "FFFFFF"; |
||
192 | aftt_variableChecker_Flag = 1; |
||
193 | end |
||
194 | if (aftt_color_class_paladin == nil) then |
||
195 | aftt_color_class_paladin = "FFFFFF"; |
||
196 | aftt_variableChecker_Flag = 1; |
||
197 | end |
||
198 | if (aftt_color_class_rogue == nil) then |
||
199 | aftt_color_class_rogue = "FFFFFF"; |
||
200 | aftt_variableChecker_Flag = 1; |
||
201 | end |
||
202 | if (aftt_color_class_hunter == nil) then |
||
203 | aftt_color_class_hunter = "FFFFFF"; |
||
204 | aftt_variableChecker_Flag = 1; |
||
205 | end |
||
206 | if (aftt_color_class_warrior == nil) then |
||
207 | aftt_color_class_warrior = "FFFFFF"; |
||
208 | aftt_variableChecker_Flag = 1; |
||
209 | end |
||
210 | |||
211 | |||
212 | if (aftt_color_elite_elite == nil) then |
||
213 | aftt_color_elite_elite = "FFFFFF"; |
||
214 | aftt_variableChecker_Flag = 1; |
||
215 | end |
||
216 | if (aftt_color_elite_rare == nil) then |
||
217 | aftt_color_elite_rare = "FFFFFF"; |
||
218 | aftt_variableChecker_Flag = 1; |
||
219 | end |
||
220 | if (aftt_color_elite_rareelite == nil) then |
||
221 | aftt_color_elite_rareelite = "FFFFFF"; |
||
222 | aftt_variableChecker_Flag = 1; |
||
223 | end |
||
224 | if (aftt_color_elite_worldboss == nil) then |
||
225 | aftt_color_elite_worldboss = "FFFFFF"; |
||
226 | aftt_variableChecker_Flag = 1; |
||
227 | end |
||
228 | |||
229 | |||
230 | if (aftt_color_corpse == nil) then |
||
231 | aftt_color_corpse = "FFFFFF"; |
||
232 | aftt_variableChecker_Flag = 1; |
||
233 | end |
||
234 | if (aftt_color_unknown == nil) then |
||
235 | aftt_color_unknown = "FFFFFF"; |
||
236 | aftt_variableChecker_Flag = 1; |
||
237 | end |
||
238 | if (aftt_color_guildmate == nil) then |
||
239 | aftt_color_guildmate = "FFFFFF"; |
||
240 | aftt_variableChecker_Flag = 1; |
||
241 | end |