Mercurial > wow > wowdb-profiler
comparison Constants.lua @ 449:b1c1d817788d
Updated loot container, loot spell, and instant item container mappings for Patch 6.2.0 (mostly).
author | MMOSimca <MMOSimca@gmail.com> |
---|---|
date | Wed, 24 Jun 2015 09:13:40 -0400 |
parents | bf1fbf1c9cb2 |
children | 75c0e5d93957 |
comparison
equal
deleted
inserted
replaced
448:a6e78988a3d9 | 449:b1c1d817788d |
---|---|
53 [171513] = 116414, | 53 [171513] = 116414, |
54 [175767] = 118697, | 54 [175767] = 118697, |
55 [178508] = 120321, | 55 [178508] = 120321, |
56 [181405] = 122535, | 56 [181405] = 122535, |
57 [181952] = 122677, | 57 [181952] = 122677, |
58 [187534] = 127751, | |
58 } | 59 } |
59 | 60 |
60 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success). | 61 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success). |
61 -- They reward loot upon completion of that spell. | 62 -- They reward loot upon completion of that spell. |
62 -- CHAT_MSG_LOOT -must- be used to track loot, which is definitely not ideal. | 63 -- CHAT_MSG_LOOT -must- be used to track loot, which is definitely not ideal. |
269 [168762] = 114090, | 270 [168762] = 114090, |
270 [168763] = 114089, | 271 [168763] = 114089, |
271 [168764] = 114088, | 272 [168764] = 114088, |
272 [169508] = 115018, | 273 [169508] = 115018, |
273 [170566] = 115591, | 274 [170566] = 115591, |
274 [175132] = 118564, | |
275 [175135] = 118565, | |
276 [175136] = 118566, | |
277 [176482] = 118592, | 275 [176482] = 118592, |
278 [176483] = 119094, | 276 [176483] = 119094, |
279 [176484] = 119095, | 277 [176484] = 119095, |
280 [176485] = 119096, | 278 [176485] = 119096, |
281 [176486] = 119097, | 279 [176486] = 119097, |
286 [176491] = 119102, | 284 [176491] = 119102, |
287 [176791] = 119185, | 285 [176791] = 119185, |
288 [176934] = 119095, | 286 [176934] = 119095, |
289 [178444] = 120301, | 287 [178444] = 120301, |
290 [178445] = 120302, | 288 [178445] = 120302, |
289 [181719] = 122628, | |
290 [181720] = 122623, | |
291 [181721] = 122621, | |
292 [181722] = 122622, | |
293 [181723] = 122631, | |
294 [181724] = 122624, | |
295 [181725] = 122625, | |
296 [181726] = 122626, | |
297 [181729] = 122630, | |
298 [181730] = 122629, | |
299 [181731] = 122627, | |
300 [181732] = 122632, | |
301 [181733] = 122633, | |
302 [185205] = 124550, | |
303 [185209] = 124551, | |
304 [185210] = 124552, | |
305 [185212] = 124553, | |
306 [185213] = 124554, | |
307 [185214] = 124555, | |
308 [185215] = 124556, | |
309 [185216] = 124557, | |
310 [185217] = 124558, | |
311 [185218] = 124559, | |
312 [185219] = 124560, | |
313 [185220] = 124561, | |
314 [185222] = 124562, | |
315 [187899] = 127777, | |
316 [187900] = 127778, | |
317 [187901] = 127779, | |
318 [187902] = 127780, | |
319 [187903] = 127781, | |
320 [187904] = 127782, | |
321 [187905] = 127783, | |
322 [187906] = 127784, | |
323 [187907] = 127798, | |
324 [187908] = 127799, | |
325 [187909] = 127800, | |
326 [187911] = 127790, | |
327 [187912] = 127791, | |
328 [187913] = 127792, | |
329 [187914] = 127793, | |
330 [187915] = 127794, | |
331 [187916] = 127795, | |
332 [187917] = 127796, | |
333 [187918] = 127797, | |
334 [187919] = 127803, | |
335 [187920] = 127804, | |
336 [187921] = 127805, | |
337 [187922] = 127806, | |
338 [187923] = 127807, | |
339 [187924] = 127808, | |
340 [187925] = 127809, | |
341 [187926] = 127810, | |
342 [187927] = 127816, | |
343 [187928] = 127817, | |
344 [187929] = 127818, | |
345 [187930] = 127819, | |
346 [187931] = 127820, | |
347 [187932] = 127821, | |
348 [187933] = 127822, | |
349 [187934] = 127823, | |
350 [189834] = 128348, | |
291 } | 351 } |
292 | 352 |
293 -- List of items that, when right-clicked, reward loot (includes items from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP). | 353 -- List of items that, when right-clicked, reward loot (includes items from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP). |
294 -- This means they -must- be tracked via CHAT_MSG_LOOT. | 354 -- This means they -must- be tracked via CHAT_MSG_LOOT. |
295 -- It also means there is a high margin for bad data since multiple bags can be clicked within a small time frame. | 355 -- It also means there is a high margin for bad data since multiple bags can be clicked within a small time frame. |
319 [118094] = true, | 379 [118094] = true, |
320 [118529] = true, | 380 [118529] = true, |
321 [118530] = true, | 381 [118530] = true, |
322 [118531] = true, | 382 [118531] = true, |
323 [119000] = true, | 383 [119000] = true, |
324 [119032] = true, | |
325 [119036] = true, | 384 [119036] = true, |
326 [119037] = true, | 385 [119037] = true, |
327 [119040] = true, | 386 [119040] = true, |
328 [119041] = true, | 387 [119041] = true, |
329 [119042] = true, | 388 [119042] = true, |
354 [122608] = true, | 413 [122608] = true, |
355 [122718] = true, | 414 [122718] = true, |
356 [123857] = true, | 415 [123857] = true, |
357 [123858] = true, | 416 [123858] = true, |
358 [123975] = true, | 417 [123975] = true, |
418 [127831] = true, | |
419 [127853] = true, | |
420 [127854] = true, | |
421 [127855] = true, | |
422 [128391] = true, | |
423 [128472] = true, | |
424 [128473] = true, | |
359 } | 425 } |
360 for key, value in next, private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP do | 426 for key, value in next, private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP do |
361 private.CONTAINER_ITEM_ID_LIST[value] = false | 427 private.CONTAINER_ITEM_ID_LIST[value] = false |
362 end | 428 end |
363 | 429 |