mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
restructured repository based on following standards:
https://github.com/HW-Core/directory-structure
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Fozruk (2611)
|
||||
DELETE FROM creature_loot_template WHERE item=7192; -- Plans: Goblin Rocket Boots, should no longer exist
|
||||
12
data/sql/world fixes/loot/Eastern Kingdom/blasted_lands.sql
Normal file
12
data/sql/world fixes/loot/Eastern Kingdom/blasted_lands.sql
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
-- Item Flawless Draenethyst Sphere (8244)
|
||||
REPLACE INTO creature_loot_template VALUES (7846, 8244, 50, 1, 0, 1, 1);
|
||||
REPLACE INTO creature_loot_template VALUES (8296, 8244, 50, 1, 0, 1, 1);
|
||||
REPLACE INTO creature_loot_template VALUES (8297, 8244, 50, 1, 0, 1, 1);
|
||||
REPLACE INTO creature_loot_template VALUES (8298, 8244, 50, 1, 0, 1, 1);
|
||||
REPLACE INTO creature_loot_template VALUES (8299, 8244, 50, 1, 0, 1, 1);
|
||||
REPLACE INTO creature_loot_template VALUES (8300, 8244, 50, 1, 0, 1, 1);
|
||||
REPLACE INTO creature_loot_template VALUES (8301, 8244, 50, 1, 0, 1, 1);
|
||||
REPLACE INTO creature_loot_template VALUES (8302, 8244, 50, 1, 0, 1, 1);
|
||||
REPLACE INTO creature_loot_template VALUES (8303, 8244, 50, 1, 0, 1, 1);
|
||||
REPLACE INTO creature_loot_template VALUES (8304, 8244, 50, 1, 0, 1, 1);
|
||||
171
data/sql/world fixes/loot/Eastern Kingdom/molten_core.sql
Normal file
171
data/sql/world fixes/loot/Eastern Kingdom/molten_core.sql
Normal file
@@ -0,0 +1,171 @@
|
||||
|
||||
-- Magmadar (11982)
|
||||
DELETE FROM creature_loot_template WHERE entry=11982;
|
||||
INSERT INTO creature_loot_template VALUES (11982, 17065, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 17069, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 17073, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 18203, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 18820, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 18821, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 18822, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 18823, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 18824, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 18829, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 18861, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 19136, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 19142, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 19143, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 19144, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 20951, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 34011, 10, 1, 0, -34011, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11982, 34013, 100, 1, 0, -34013, 2);
|
||||
|
||||
-- Golemagg the Incinerator (11988)
|
||||
DELETE FROM creature_loot_template WHERE entry=11988;
|
||||
INSERT INTO creature_loot_template VALUES (11988, 7075, 30, 1, 0, 1, 3);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 7076, 40, 1, 0, 1, 2);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 7077, 30, 1, 0, 1, 3);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 7078, 40, 1, 0, 1, 2);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 17011, 14, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 17203, 30, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 17072, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 17103, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 18820, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 18821, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 18822, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 18823, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 18824, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 18829, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 18842, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 18861, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 19136, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 19142, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 19143, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 19144, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 20951, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 34011, 10, 1, 0, -34011, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11988, 34028, 100, 1, 0, -34028, 2);
|
||||
|
||||
-- Baron Geddon (12056)
|
||||
DELETE FROM creature_loot_template WHERE entry=12056;
|
||||
INSERT INTO creature_loot_template VALUES (12056, 4787, 40, 1, 0, 1, 5);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 7068, 30, 1, 0, 1, 6);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 7077, 30, 1, 0, 1, 3);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 7078, 50, 1, 0, 1, 2);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 17010, 14, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 18563, 3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 16797, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 16807, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 16836, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 16844, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 16856, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 17110, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 20951, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 34011, 10, 1, 0, -34011, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12056, 34027, 100, 1, 0, -34027, 1);
|
||||
|
||||
-- Garr (12057)
|
||||
DELETE FROM creature_loot_template WHERE entry=12057;
|
||||
INSERT INTO creature_loot_template VALUES (12057, 7075, 30, 1, 0, 1, 3);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 7076, 40, 1, 0, 1, 2);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 8150, 30, 1, 0, 1, 12);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 17011, 14, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 18564, 3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 17066, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 17071, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 17105, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 18820, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 18821, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 18822, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 18823, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 18824, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 18829, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 18832, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 18861, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 19136, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 19142, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 19143, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 19144, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 20951, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 34011, 10, 1, 0, -34011, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12057, 34015, 100, 1, 0, -34015, 2);
|
||||
|
||||
-- Lucifron (12118)
|
||||
DELETE FROM creature_loot_template WHERE entry=12118;
|
||||
INSERT INTO creature_loot_template VALUES (12118, 7068, 30, 1, 0, 1, 6);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 7077, 30, 1, 0, 1, 3);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 7078, 40, 1, 0, 1, 2);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 16665, 100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 16800, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 16805, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 16829, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 16837, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 16859, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 16863, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 17109, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 17329, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 20951, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 34011, 10, 1, 0, -34011, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12118, 34012, 100, 1, 0, -34012, 1);
|
||||
|
||||
-- Gehennas (12259)
|
||||
DELETE FROM creature_loot_template WHERE entry=12259;
|
||||
INSERT INTO creature_loot_template VALUES (12259, 7068, 30, 1, 0, 1, 6);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 7077, 30, 1, 0, 1, 3);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 7078, 40, 1, 0, 1, 2);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 16812, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 16826, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 16839, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 16849, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 16860, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 16862, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 17331, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 20951, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 34011, 10, 1, 0, -34011, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12259, 34014, 100, 1, 0, -34014, 1);
|
||||
|
||||
-- Shazzrah (12264)
|
||||
DELETE FROM creature_loot_template WHERE entry=12264;
|
||||
INSERT INTO creature_loot_template VALUES (12264, 7068, 30, 1, 0, 1, 6);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 7077, 30, 1, 0, 1, 3);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 7078, 40, 1, 0, 1, 2);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 16801, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 16803, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 16811, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 16824, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 16831, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 16852, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 17332, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 20951, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 34011, 10, 1, 0, -34011, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12264, 34026, 100, 1, 0, -34026, 1);
|
||||
|
||||
-- Sulfuron Harbinger (12098)
|
||||
DELETE FROM creature_loot_template WHERE entry=12098;
|
||||
INSERT INTO creature_loot_template VALUES (12098, 7068, 30, 1, 0, 1, 6);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 7077, 30, 1, 0, 1, 3);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 7078, 40, 1, 0, 1, 2);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 16816, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 16823, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 16848, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 16868, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 17074, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 17330, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 20951, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (12098, 34029, 100, 1, 1, -34029, 1);
|
||||
|
||||
-- Majordomo Executus (18646)
|
||||
DELETE FROM gameobject_loot_template WHERE entry=16719;
|
||||
INSERT INTO gameobject_loot_template VALUES (16719, 12000, 100, 1, 0, -12000, 2);
|
||||
INSERT INTO gameobject_loot_template VALUES (16719, 18646, 50, 1, 1, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (16719, 18703, 50, 1, 1, 1, 1);
|
||||
|
||||
-- Ragnaros (11502)
|
||||
DELETE FROM creature_loot_template WHERE entry=11502;
|
||||
INSERT INTO creature_loot_template VALUES (11502, 7078, 40, 1, 0, 1, 9);
|
||||
INSERT INTO creature_loot_template VALUES (11502, 17204, 3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11502, 19017, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11502, 20951, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11502, 21110, 100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (11502, 34002, 100, 1, 0, -34002, 3);
|
||||
INSERT INTO creature_loot_template VALUES (11502, 34030, 100, 1, 0, -34030, 2);
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Dinosaur Bone (11114)
|
||||
DELETE FROM creature_loot_template WHERE item=11114;
|
||||
16
data/sql/world fixes/loot/Kalimdor/silithus.sql
Normal file
16
data/sql/world fixes/loot/Kalimdor/silithus.sql
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
-- Dredge Striker (11740), Fix Skinning
|
||||
UPDATE creature_template SET skinloot=11740 WHERE entry=11740;
|
||||
DELETE FROM skinning_loot_template WHERE entry=11740;
|
||||
INSERT INTO skinning_loot_template VALUES (11740, 8170, 50, 1, 1, 1, 3);
|
||||
INSERT INTO skinning_loot_template VALUES (11740, 4304, 42, 1, 1, 1, 3);
|
||||
INSERT INTO skinning_loot_template VALUES (11740, 8171, 4, 1, 1, 1, 2);
|
||||
INSERT INTO skinning_loot_template VALUES (11740, 8169, 4, 1, 1, 1, 2);
|
||||
|
||||
-- Dredge Crusher (11741), Fix Skinning
|
||||
UPDATE creature_template SET skinloot=11741 WHERE entry=11741;
|
||||
DELETE FROM skinning_loot_template WHERE entry=11741;
|
||||
INSERT INTO skinning_loot_template VALUES (11741, 8170, 50, 1, 1, 1, 3);
|
||||
INSERT INTO skinning_loot_template VALUES (11741, 4304, 42, 1, 1, 1, 3);
|
||||
INSERT INTO skinning_loot_template VALUES (11741, 8171, 4, 1, 1, 1, 2);
|
||||
INSERT INTO skinning_loot_template VALUES (11741, 8169, 4, 1, 1, 1, 2);
|
||||
11
data/sql/world fixes/loot/Kalimdor/the_barrens.sql
Normal file
11
data/sql/world fixes/loot/Kalimdor/the_barrens.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
-- Sludge Anomaly (3295)
|
||||
DELETE FROM creature_loot_template WHERE entry=3295;
|
||||
INSERT INTO creature_loot_template VALUES (3295, 24060, 25, 1, 1, -24060, 1);
|
||||
INSERT INTO creature_loot_template VALUES (3295, 24062, 25, 1, 1, -24062, 1);
|
||||
INSERT INTO creature_loot_template VALUES (3295, 24064, 25, 1, 1, -24064, 1);
|
||||
INSERT INTO creature_loot_template VALUES (3295, 24066, 25, 1, 1, -24066, 1);
|
||||
INSERT INTO creature_loot_template VALUES (3295, 24070, 40, 1, 2, -24070, 1);
|
||||
INSERT INTO creature_loot_template VALUES (3295, 24077, 30, 1, 2, -24077, 1);
|
||||
INSERT INTO creature_loot_template VALUES (3295, 24078, 30, 1, 2, -24078, 1);
|
||||
|
||||
10
data/sql/world fixes/loot/Northrend/storm_peaks.sql
Normal file
10
data/sql/world fixes/loot/Northrend/storm_peaks.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
-- Stormforged War Golem (29380), Fix Skinning
|
||||
UPDATE creature_template SET skinloot=29380 WHERE entry=29380;
|
||||
DELETE FROM skinning_loot_template WHERE entry=29380;
|
||||
INSERT INTO skinning_loot_template VALUES (29380, 39681, 4, 1, 1, 2, 4);
|
||||
INSERT INTO skinning_loot_template VALUES (29380, 39682, 0.5, 1, 1, 1, 1);
|
||||
INSERT INTO skinning_loot_template VALUES (29380, 39690, 9, 1, 1, 1, 3);
|
||||
INSERT INTO skinning_loot_template VALUES (29380, 41337, 44, 1, 1, 1, 3);
|
||||
INSERT INTO skinning_loot_template VALUES (29380, 41338, 42, 1, 1, 1, 3);
|
||||
INSERT INTO skinning_loot_template VALUES (29380, 49050, 0.5, 1, 1, 1, 1);
|
||||
73
data/sql/world fixes/loot/Outlands/serpentshrine_cavern.sql
Normal file
73
data/sql/world fixes/loot/Outlands/serpentshrine_cavern.sql
Normal file
@@ -0,0 +1,73 @@
|
||||
|
||||
-- Lady Vashj (21212)
|
||||
DELETE FROM reference_loot_template WHERE entry=34062;
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30242, 0, 1, 3, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30243, 0, 1, 3, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30244, 0, 1, 3, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30102, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30103, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30104, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30105, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30106, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30107, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30108, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30109, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30110, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30111, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30112, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34062, 30621, 0, 1, 4, 1, 1);
|
||||
DELETE FROM creature_loot_template WHERE entry=21212;
|
||||
INSERT INTO creature_loot_template VALUES (21212, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (21212, 29906, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21212, 30183, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (21212, 34062, 100, 1, 3, -34062, 3);
|
||||
INSERT INTO creature_loot_template VALUES (21212, 90062, 100, 1, 4, -34062, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21212, 190052, 10, 1, 2, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21212, 34052, 10, 1, 1, -34052, 1);
|
||||
|
||||
-- Morogrim Tidewalker (21213)
|
||||
DELETE FROM creature_loot_template WHERE entry=21213;
|
||||
INSERT INTO creature_loot_template VALUES (21213, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (21213, 34061, 100, 1, 0, -34061, 3);
|
||||
INSERT INTO creature_loot_template VALUES (21213, 90052, 10, 1, 1, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21213, 34052, 10, 1, 2, -34052, 1);
|
||||
|
||||
-- Fathom-Lord Karathress (21214)
|
||||
DELETE FROM creature_loot_template WHERE entry=21214;
|
||||
INSERT INTO creature_loot_template VALUES (21214, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (21214, 30090, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21214, 30099, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21214, 30100, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21214, 30101, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21214, 30626, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21214, 30663, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21214, 34060, 100, 1, 0, -34060, 3);
|
||||
INSERT INTO creature_loot_template VALUES (21214, 90052, 10, 1, 1, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21214, 34052, 10, 1, 2, -34052, 1);
|
||||
|
||||
-- Leotheras the Blind (21215)
|
||||
DELETE FROM creature_loot_template WHERE entry=21215;
|
||||
INSERT INTO creature_loot_template VALUES (21215, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (21215, 30091, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21215, 30092, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21215, 30095, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21215, 30096, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21215, 30097, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21215, 30627, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21215, 34059, 100, 1, 0, -34059, 3);
|
||||
INSERT INTO creature_loot_template VALUES (21215, 190052, 10, 1, 2, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21215, 34052, 10, 1, 1, -34052, 1);
|
||||
|
||||
-- Hydross the Unstable <Duke of Currents> (21216)
|
||||
DELETE FROM creature_loot_template WHERE entry=21216;
|
||||
INSERT INTO creature_loot_template VALUES (21216, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (21216, 34057, 100, 1, 0, -34057, 3);
|
||||
INSERT INTO creature_loot_template VALUES (21216, 90052, 10, 1, 1, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21216, 34052, 10, 1, 2, -34052, 1);
|
||||
|
||||
-- The Lurker Below (21217)
|
||||
DELETE FROM creature_loot_template WHERE entry=21217;
|
||||
INSERT INTO creature_loot_template VALUES (21217, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (21217, 34058, 100, 1, 0, -34058, 3);
|
||||
INSERT INTO creature_loot_template VALUES (21217, 90052, 10, 1, 1, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (21217, 34052, 10, 1, 2, -34052, 1);
|
||||
3
data/sql/world fixes/loot/Outlands/shadowmoon_valley.sql
Normal file
3
data/sql/world fixes/loot/Outlands/shadowmoon_valley.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- Doomwalker (17711)
|
||||
UPDATE creature_template SET mingold=4457550, maxgold=5000000 WHERE entry=17711;
|
||||
13
data/sql/world fixes/loot/Outlands/sunwell.sql
Normal file
13
data/sql/world fixes/loot/Outlands/sunwell.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
-- Kil'jaeden (25315)
|
||||
DELETE FROM creature_loot_template WHERE entry=25315;
|
||||
INSERT INTO creature_loot_template VALUES (25315, 29434, 100, 1, 0, 3, 3);
|
||||
INSERT INTO creature_loot_template VALUES (25315, 34096, 100, 1, 0, -34096, 3);
|
||||
INSERT INTO creature_loot_template VALUES (25315, 34247, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (25315, 34329, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (25315, 34331, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (25315, 34335, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (25315, 34336, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (25315, 34337, 0, 1, 1, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (25315, 34664, 100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (25315, 34334, 3, 1, 0, 1, 1);
|
||||
56
data/sql/world fixes/loot/Outlands/the_eye.sql
Normal file
56
data/sql/world fixes/loot/Outlands/the_eye.sql
Normal file
@@ -0,0 +1,56 @@
|
||||
|
||||
-- High Astromancer Solarian (18805)
|
||||
DELETE FROM creature_loot_template WHERE entry=18805;
|
||||
INSERT INTO creature_loot_template VALUES (18805, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (18805, 34055, 100, 1, 0, -34055, 3);
|
||||
INSERT INTO creature_loot_template VALUES (18805, 90052, 10, 1, 1, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (18805, 34052, 10, 1, 2, -34052, 1);
|
||||
|
||||
-- Al'ar <Phoenix God> (19514)
|
||||
DELETE FROM creature_loot_template WHERE entry=19514;
|
||||
INSERT INTO creature_loot_template VALUES (19514, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (19514, 1, 100, 1, 0, -34053, 3);
|
||||
INSERT INTO creature_loot_template VALUES (19514, 2, 10, 1, 1, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19514, 3, 10, 1, 2, -34052, 1);
|
||||
|
||||
-- Void Reaver (19516)
|
||||
DELETE FROM creature_loot_template WHERE entry=19516;
|
||||
INSERT INTO creature_loot_template VALUES (19516, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 29983, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 29984, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 29985, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 29986, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 30450, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 30619, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 32515, 0, 1, 3, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 34054, 100, 1, 0, -34054, 3);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 90052, 10, 1, 1, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19516, 34052, 10, 1, 2, -34052, 1);
|
||||
|
||||
-- Kael'thas Sunstrider <Lord of the Blood Elves> (19622)
|
||||
DELETE FROM reference_loot_template WHERE entry=34056;
|
||||
INSERT INTO reference_loot_template VALUES (34056, 30236, 0, 1, 3, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 30237, 0, 1, 3, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 30238, 0, 1, 3, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29987, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29988, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29989, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29990, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29991, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29992, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29993, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29994, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29995, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29996, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29997, 0, 1, 4, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (34056, 29998, 0, 1, 4, 1, 1);
|
||||
DELETE FROM creature_loot_template WHERE entry=19622;
|
||||
INSERT INTO creature_loot_template VALUES (19622, 29434, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (19622, 29905, -100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19622, 30183, 100, 1, 0, 2, 2);
|
||||
INSERT INTO creature_loot_template VALUES (19622, 32405, 100, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19622, 32458, 2, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19622, 34056, 100, 1, 3, -34056, 3);
|
||||
INSERT INTO creature_loot_template VALUES (19622, 90056, 100, 1, 4, -34056, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19622, 90052, 10, 1, 1, -34052, 1);
|
||||
INSERT INTO creature_loot_template VALUES (19622, 34052, 10, 1, 2, -34052, 1);
|
||||
3
data/sql/world fixes/loot/Outlands/zangarmarsh.sql
Normal file
3
data/sql/world fixes/loot/Outlands/zangarmarsh.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
-- ITEM Bog Lord Tendril (24291)
|
||||
UPDATE creature_loot_template SET ChanceOrQuestChance=ABS(ChanceOrQuestChance) WHERE item=24291;
|
||||
92
data/sql/world fixes/loot/generic.sql
Normal file
92
data/sql/world fixes/loot/generic.sql
Normal file
@@ -0,0 +1,92 @@
|
||||
|
||||
-- Fix Hakkari items drop
|
||||
DELETE FROM creature_loot_template WHERE item IN(10780,10781,10782);
|
||||
UPDATE item_template SET RequiredLevel=46 WHERE entry IN(10780,10781,10782);
|
||||
|
||||
-- Stone Keeper's Shard (43228)
|
||||
UPDATE conditions SET ConditionValue1=57940 WHERE SourceTypeOrReferenceId=1 AND SourceEntry=43228 AND ConditionValue1=58045;
|
||||
|
||||
-- Rhino Meat (43012)
|
||||
UPDATE creature_loot_template SET ChanceOrQuestChance=50 WHERE entry=28009 AND item=43012;
|
||||
|
||||
-- Adolescent Whelp (740) drops Tiny Emerald Whelpling (8498)
|
||||
DELETE FROM creature_loot_template WHERE entry=740 AND item=8498;
|
||||
INSERT INTO creature_loot_template VALUES (740, 8498, 0.1, 1, 0, 1, 1);
|
||||
|
||||
-- Prospecting loot, 4 ores are wrongly assumed to work
|
||||
DELETE FROM reference_loot_template WHERE entry IN(13003, 13004); -- Remove unused now references
|
||||
|
||||
DELETE FROM prospecting_loot_template WHERE entry=23424;
|
||||
INSERT INTO prospecting_loot_template VALUES (23424, 1, 100, 1, 1, -1000, 1);
|
||||
DELETE FROM reference_loot_template WHERE entry=1000;
|
||||
INSERT INTO reference_loot_template VALUES (1000, 21929, 16, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23077, 16, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23079, 16, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23107, 16, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23112, 15, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23117, 15, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23436, 1, 1, 1, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23437, 1, 1, 1, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23438, 1, 1, 1, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23439, 1, 1, 1, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23440, 1, 1, 1, 1, 1);
|
||||
INSERT INTO reference_loot_template VALUES (1000, 23441, 1, 1, 1, 1, 1);
|
||||
|
||||
DELETE FROM prospecting_loot_template WHERE entry=36909;
|
||||
INSERT INTO prospecting_loot_template VALUES (36909, 1, 100, 1, 1, -1001, 1);
|
||||
DELETE FROM reference_loot_template WHERE entry=1001;
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36917, 16, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36920, 16, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36923, 16, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36926, 16, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36929, 15, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36932, 15, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36918, 1, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36921, 1, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36924, 1, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36927, 1, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36930, 1, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1001, 36933, 1, 1, 1, 1, 2);
|
||||
|
||||
DELETE FROM prospecting_loot_template WHERE entry=36910;
|
||||
INSERT INTO prospecting_loot_template VALUES (36910, 46849, 75, 1, 0, 1, 1);
|
||||
INSERT INTO prospecting_loot_template VALUES (36910, 1, 20, 1, 0, -13005, 1);
|
||||
INSERT INTO prospecting_loot_template VALUES (36910, 2, 100, 1, 1, -1002, 1);
|
||||
INSERT INTO prospecting_loot_template VALUES (36910, 3, 75, 1, 1, -1003, 1);
|
||||
DELETE FROM reference_loot_template WHERE entry=1002;
|
||||
DELETE FROM reference_loot_template WHERE entry=1003;
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36917, 12.5, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36920, 12.5, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36923, 12.5, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36926, 12.5, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36929, 12.5, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36932, 12.5, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36918, 5, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36921, 4, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36924, 4, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36927, 4, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36930, 4, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1002, 36933, 4, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1003, 36917, 0, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1003, 36920, 0, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1003, 36923, 0, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1003, 36926, 0, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1003, 36929, 0, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1003, 36932, 0, 1, 1, 1, 2);
|
||||
|
||||
DELETE FROM prospecting_loot_template WHERE entry=36912;
|
||||
INSERT INTO prospecting_loot_template VALUES (36912, 1, 85, 1, 0, -1003, 1);
|
||||
INSERT INTO prospecting_loot_template VALUES (36912, 2, 100, 1, 1, -1004, 1);
|
||||
DELETE FROM reference_loot_template WHERE entry=1004;
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36917, 15, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36920, 15, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36923, 14, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36926, 14, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36929, 14, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36932, 14, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36918, 3, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36921, 3, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36924, 2, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36927, 2, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36930, 2, 1, 1, 1, 2);
|
||||
INSERT INTO reference_loot_template VALUES (1004, 36933, 2, 1, 1, 1, 2);
|
||||
23
data/sql/world fixes/loot/go_loot.sql
Normal file
23
data/sql/world fixes/loot/go_loot.sql
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
-- Some fixes For Northrend Fishes Schools
|
||||
-- Add Pygmy Suckerfish (40199)
|
||||
DELETE FROM gameobject_loot_template WHERE item=40199;
|
||||
INSERT INTO gameobject_loot_template VALUES (25668, 40199, 50, 1, 2, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (25665, 40199, 50, 1, 2, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (25664, 40199, 50, 1, 2, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (25669, 40199, 50, 1, 2, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (25663, 40199, 50, 1, 2, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (25662, 40199, 50, 1, 2, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (25673, 40199, 50, 1, 2, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (25674, 40199, 50, 1, 2, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (25671, 40199, 50, 1, 2, 1, 1);
|
||||
INSERT INTO gameobject_loot_template VALUES (25670, 40199, 50, 1, 2, 1, 1);
|
||||
|
||||
-- Goldclover drop from Frozen Herb
|
||||
UPDATE gameobject_loot_template SET ChanceOrQuestChance=0, groupid=1, mincountOrRef=1, maxcount=4 WHERE entry IN(25094, 25095);
|
||||
|
||||
-- Nether Residue from Mining (35229)
|
||||
REPLACE INTO gameobject_loot_template VALUES (18359, 35229, -25, 1, 0, 1, 1); -- Fel Iron Deposit (181555)
|
||||
REPLACE INTO gameobject_loot_template VALUES (18361, 35229, -25, 1, 0, 1, 1); -- Adamantite Deposit (181556)
|
||||
REPLACE INTO gameobject_loot_template VALUES (18363, 35229, -25, 1, 0, 1, 1); -- Khorium Vein (181557)
|
||||
REPLACE INTO gameobject_loot_template VALUES (26861, 35229, -25, 1, 0, 1, 1); -- Rich Adamantite Deposit (181569)
|
||||
1110
data/sql/world fixes/loot/heroic_loot.sql
Normal file
1110
data/sql/world fixes/loot/heroic_loot.sql
Normal file
File diff suppressed because it is too large
Load Diff
22
data/sql/world fixes/loot/item_loot.sql
Normal file
22
data/sql/world fixes/loot/item_loot.sql
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
-- Champion's Purse
|
||||
UPDATE item_loot_template SET ChanceOrQuestChance=100 WHERE entry=45724 and item=44990;
|
||||
|
||||
-- Bag of Fishing Treasures (35348)
|
||||
DELETE FROM item_loot_template WHERE entry=34863 AND minCountOrRef=-11116;
|
||||
|
||||
-- Box of Bombs (44951)
|
||||
DELETE FROM item_loot_template WHERE entry=44951;
|
||||
INSERT INTO item_loot_template VALUES (44951, 41119, 100, 1, 0, 24, 40);
|
||||
|
||||
-- Large Rope Net (835), delete from drop
|
||||
DELETE FROM creature_loot_template WHERE item=835;
|
||||
|
||||
-- Cracked Egg (39883)
|
||||
UPDATE item_loot_template SET ChanceOrQuestChance=2 WHERE entry=39883 AND item=44707;
|
||||
|
||||
-- Box of Goodies (9541)
|
||||
DELETE FROM item_loot_template WHERE entry=9541;
|
||||
INSERT INTO item_loot_template VALUES (9541, 24041, 100, 1, 0, -24041, 1);
|
||||
INSERT INTO item_loot_template VALUES (9541, 24043, 25, 1, 1, -24043, 1);
|
||||
INSERT INTO item_loot_template VALUES (9541, 24045, 25, 1, 1, -24045, 1);
|
||||
120
data/sql/world fixes/loot/npc_loot.sql
Normal file
120
data/sql/world fixes/loot/npc_loot.sql
Normal file
@@ -0,0 +1,120 @@
|
||||
|
||||
-- Scourge Soulbinder (32284)
|
||||
DELETE FROM creature_loot_template WHERE entry IN(32284);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 42108, -33, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 24727, 1.5, 1, 0, -24727, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 26001, 3, 1, 1, -26001, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 26002, 3, 1, 1, -26002, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 26010, 1, 1, 1, -26010, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 26011, 1, 1, 1, -26011, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 26012, 1, 1, 1, -26012, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 26013, 1, 1, 1, -26013, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 26040, 32.3, 1, 0, -26040, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33368, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33370, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33379, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33381, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33384, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33385, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33398, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33399, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33401, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33415, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33416, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33417, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33419, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33422, 0.9, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33424, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33425, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33427, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33428, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33430, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33431, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33433, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33435, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 33445, 6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 35947, 6.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36026, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36031, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36035, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36126, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36134, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36138, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36139, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36146, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36246, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36255, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36256, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36426, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36452, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36524, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36677, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 36678, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 37091, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 37097, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 43463, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 43465, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 43467, 0.9, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 43851, 28.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 43852, 24.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(32284, 45912, 0.1, 1, 0, 1, 1);
|
||||
|
||||
-- Hulking Horror (31411)
|
||||
DELETE FROM creature_loot_template WHERE entry IN(31411);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 42108, -33, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 24727, 1.5, 1, 0, -24727, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 26001, 3, 1, 1, -26001, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 26002, 3, 1, 1, -26002, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 26010, 1, 1, 1, -26010, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 26011, 1, 1, 1, -26011, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 26012, 1, 1, 1, -26012, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 26013, 1, 1, 1, -26013, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 26040, 32.3, 1, 0, -26040, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33368, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33370, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33379, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33381, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33384, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33385, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33398, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33399, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33401, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33415, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33416, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33417, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33419, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33422, 0.9, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33424, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33425, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33427, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33428, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33430, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33431, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33433, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33435, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 33445, 6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 35947, 6.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36026, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36031, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36035, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36126, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36134, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36138, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36139, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36146, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36246, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36255, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36256, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36426, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36452, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36524, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36677, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 36678, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 37091, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 37097, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 43463, 0.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 43465, 0.6, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 43467, 0.9, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 43851, 28.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 43852, 24.3, 1, 0, 1, 1);
|
||||
INSERT INTO creature_loot_template VALUES(31411, 45912, 0.1, 1, 0, 1, 1);
|
||||
21
data/sql/world fixes/loot/pickpocket_loot.sql
Normal file
21
data/sql/world fixes/loot/pickpocket_loot.sql
Normal file
@@ -0,0 +1,21 @@
|
||||
-- Dire Maul
|
||||
DELETE FROM pickpocketing_loot_template WHERE entry=11441; -- Generic Dire Maul loot
|
||||
INSERT INTO pickpocketing_loot_template VALUES (11441, 5428, 20, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (11441, 16885, 50, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (11441, 8952, 15, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (11441, 8950, 15, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (11441, 3928, 5, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (11441, 7910, 2, 1, 0, 1, 1);
|
||||
DELETE FROM pickpocketing_loot_template WHERE entry IN(11444, 11445, 11448, 11450);
|
||||
UPDATE creature_template SET pickpocketloot=11441 WHERE entry IN(11441, 11444, 11445, 11448, 11450);
|
||||
|
||||
-- Blackrock Spire
|
||||
DELETE FROM pickpocketing_loot_template WHERE entry=9818; -- Generic Blackrock Spire loot
|
||||
INSERT INTO pickpocketing_loot_template VALUES (9818, 5428, 20, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (9818, 16885, 50, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (9818, 8952, 15, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (9818, 8950, 15, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (9818, 3928, 5, 1, 0, 1, 1);
|
||||
INSERT INTO pickpocketing_loot_template VALUES (9818, 7910, 2, 1, 0, 1, 1);
|
||||
DELETE FROM pickpocketing_loot_template WHERE entry IN(10316, 10319, 10762, 10742, 9819);
|
||||
UPDATE creature_template SET pickpocketloot=9818 WHERE entry IN(10316, 10319, 10762, 10742, 9818, 9819);
|
||||
48
data/sql/world fixes/loot/recipe.sql
Normal file
48
data/sql/world fixes/loot/recipe.sql
Normal file
@@ -0,0 +1,48 @@
|
||||
|
||||
-- Some cooking recipes
|
||||
-- Recipe: Tasty Cupcake
|
||||
REPLACE INTO creature_loot_template VALUES(29834, 43507, 0.2, 1, 0, 1, 1),(29822, 43507, 0.2, 1, 0, 1, 1),(29826, 43507, 0.2, 1, 0, 1, 1),(27947, 43507, 0.2, 1, 0, 1, 1),
|
||||
(27949, 43507, 0.2, 1, 0, 1, 1),(26803, 43507, 0.2, 1, 0, 1, 1),(26727, 43507, 0.2, 1, 0, 1, 1),(26735, 43507, 0.2, 1, 0, 1, 1),(26801, 43507, 0.2, 1, 0, 1, 1),
|
||||
(26716, 43507, 0.2, 1, 0, 1, 1),(26722, 43507, 0.2, 1, 0, 1, 1),(26728, 43507, 0.2, 1, 0, 1, 1),(26729, 43507, 0.2, 1, 0, 1, 1),(26734, 43507, 0.2, 1, 0, 1, 1),
|
||||
(26799, 43507, 0.2, 1, 0, 1, 1),(26802, 43507, 0.2, 1, 0, 1, 1),(26805, 43507, 0.2, 1, 0, 1, 1),(27649, 43507, 0.2, 1, 0, 1, 1),(29128, 43507, 0.2, 1, 0, 1, 1),
|
||||
(28734, 43507, 0.2, 1, 0, 1, 1),(28732, 43507, 0.2, 1, 0, 1, 1),(28921, 43507, 0.2, 1, 0, 1, 1),(30414, 43507, 0.2, 1, 0, 1, 1),(30278, 43507, 0.2, 1, 0, 1, 1),
|
||||
(30179, 43507, 0.2, 1, 0, 1, 1),(30284, 43507, 0.2, 1, 0, 1, 1),(30286, 43507, 0.2, 1, 0, 1, 1),(30285, 43507, 0.2, 1, 0, 1, 1),(28419, 43507, 0.2, 1, 0, 1, 1),
|
||||
(24084, 43507, 0.2, 1, 0, 1, 1),(26636, 43507, 0.2, 1, 0, 1, 1);
|
||||
-- Recipe: Last Week's Mammoth
|
||||
REPLACE INTO creature_loot_template VALUES(29834, 43508, 0.2, 1, 0, 1, 1),(29822, 43508, 0.2, 1, 0, 1, 1),(29826, 43508, 0.2, 1, 0, 1, 1),(27947, 43508, 0.2, 1, 0, 1, 1),
|
||||
(27949, 43508, 0.2, 1, 0, 1, 1),(26803, 43508, 0.2, 1, 0, 1, 1),(26727, 43508, 0.2, 1, 0, 1, 1),(26735, 43508, 0.2, 1, 0, 1, 1),(26801, 43508, 0.2, 1, 0, 1, 1),
|
||||
(26716, 43508, 0.2, 1, 0, 1, 1),(26722, 43508, 0.2, 1, 0, 1, 1),(26728, 43508, 0.2, 1, 0, 1, 1),(26729, 43508, 0.2, 1, 0, 1, 1),(26734, 43508, 0.2, 1, 0, 1, 1),
|
||||
(26799, 43508, 0.2, 1, 0, 1, 1),(26802, 43508, 0.2, 1, 0, 1, 1),(26805, 43508, 0.2, 1, 0, 1, 1),(27649, 43508, 0.2, 1, 0, 1, 1),(29128, 43508, 0.2, 1, 0, 1, 1),
|
||||
(28734, 43508, 0.2, 1, 0, 1, 1),(28732, 43508, 0.2, 1, 0, 1, 1),(28921, 43508, 0.2, 1, 0, 1, 1),(30414, 43508, 0.2, 1, 0, 1, 1),(30278, 43508, 0.2, 1, 0, 1, 1),
|
||||
(30179, 43508, 0.2, 1, 0, 1, 1),(30284, 43508, 0.2, 1, 0, 1, 1),(30286, 43508, 0.2, 1, 0, 1, 1),(30285, 43508, 0.2, 1, 0, 1, 1),(28419, 43508, 0.2, 1, 0, 1, 1),
|
||||
(24084, 43508, 0.2, 1, 0, 1, 1),(26636, 43508, 0.2, 1, 0, 1, 1);
|
||||
-- Recipe: Bad Clams
|
||||
REPLACE INTO creature_loot_template VALUES(29834, 43509, 0.2, 1, 0, 1, 1),(29822, 43509, 0.2, 1, 0, 1, 1),(29826, 43509, 0.2, 1, 0, 1, 1),(27947, 43509, 0.2, 1, 0, 1, 1),
|
||||
(27949, 43509, 0.2, 1, 0, 1, 1),(26803, 43509, 0.2, 1, 0, 1, 1),(26727, 43509, 0.2, 1, 0, 1, 1),(26735, 43509, 0.2, 1, 0, 1, 1),(26801, 43509, 0.2, 1, 0, 1, 1),
|
||||
(26716, 43509, 0.2, 1, 0, 1, 1),(26722, 43509, 0.2, 1, 0, 1, 1),(26728, 43509, 0.2, 1, 0, 1, 1),(26729, 43509, 0.2, 1, 0, 1, 1),(26734, 43509, 0.2, 1, 0, 1, 1),
|
||||
(26799, 43509, 0.2, 1, 0, 1, 1),(26802, 43509, 0.2, 1, 0, 1, 1),(26805, 43509, 0.2, 1, 0, 1, 1),(27649, 43509, 0.2, 1, 0, 1, 1),(29128, 43509, 0.2, 1, 0, 1, 1),
|
||||
(28734, 43509, 0.2, 1, 0, 1, 1),(28732, 43509, 0.2, 1, 0, 1, 1),(28921, 43509, 0.2, 1, 0, 1, 1),(30414, 43509, 0.2, 1, 0, 1, 1),(30278, 43509, 0.2, 1, 0, 1, 1),
|
||||
(30179, 43509, 0.2, 1, 0, 1, 1),(30284, 43509, 0.2, 1, 0, 1, 1),(30286, 43509, 0.2, 1, 0, 1, 1),(30285, 43509, 0.2, 1, 0, 1, 1),(28419, 43509, 0.2, 1, 0, 1, 1),
|
||||
(24084, 43509, 0.2, 1, 0, 1, 1),(26636, 43509, 0.2, 1, 0, 1, 1);
|
||||
-- Recipe: Haunted Herring
|
||||
REPLACE INTO creature_loot_template VALUES(29834, 43510, 0.2, 1, 0, 1, 1),(29822, 43510, 0.2, 1, 0, 1, 1),(29826, 43510, 0.2, 1, 0, 1, 1),(27947, 43510, 0.2, 1, 0, 1, 1),
|
||||
(27949, 43510, 0.2, 1, 0, 1, 1),(26803, 43510, 0.2, 1, 0, 1, 1),(26727, 43510, 0.2, 1, 0, 1, 1),(26735, 43510, 0.2, 1, 0, 1, 1),(26801, 43510, 0.2, 1, 0, 1, 1),
|
||||
(26716, 43510, 0.2, 1, 0, 1, 1),(26722, 43510, 0.2, 1, 0, 1, 1),(26728, 43510, 0.2, 1, 0, 1, 1),(26729, 43510, 0.2, 1, 0, 1, 1),(26734, 43510, 0.2, 1, 0, 1, 1),
|
||||
(26799, 43510, 0.2, 1, 0, 1, 1),(26802, 43510, 0.2, 1, 0, 1, 1),(26805, 43510, 0.2, 1, 0, 1, 1),(27649, 43510, 0.2, 1, 0, 1, 1),(29128, 43510, 0.2, 1, 0, 1, 1),
|
||||
(28734, 43510, 0.2, 1, 0, 1, 1),(28732, 43510, 0.2, 1, 0, 1, 1),(28921, 43510, 0.2, 1, 0, 1, 1),(30414, 43510, 0.2, 1, 0, 1, 1),(30278, 43510, 0.2, 1, 0, 1, 1),
|
||||
(30179, 43510, 0.2, 1, 0, 1, 1),(30284, 43510, 0.2, 1, 0, 1, 1),(30286, 43510, 0.2, 1, 0, 1, 1),(30285, 43510, 0.2, 1, 0, 1, 1),(28419, 43510, 0.2, 1, 0, 1, 1),
|
||||
(24084, 43510, 0.2, 1, 0, 1, 1),(26636, 43510, 0.2, 1, 0, 1, 1);
|
||||
|
||||
-- A Guide to Northern Cloth Scavenging (43876)
|
||||
DELETE FROM reference_loot_template WHERE item=43876;
|
||||
UPDATE creature_loot_template SET ChanceOrQuestChance=1 WHERE item=43876;
|
||||
DELETE FROM conditions WHERE SourceTypeOrReferenceId=1 AND SourceEntry=43876;
|
||||
INSERT INTO conditions (SELECT 1, entry, 43876, 0, 0, 7, 0, 197, 1, 0, 0, 0, 0, '', 'Requires Tailoring to drop' FROM creature_loot_template WHERE item=43876);
|
||||
INSERT INTO conditions (SELECT 1, entry, 43876, 0, 0, 1, 0, 59390, 0, 0, 1, 0, 0, '', 'Requires no spell learned to drop' FROM creature_loot_template WHERE item=43876);
|
||||
|
||||
-- Ahn'Quiraj recipes, completly fucked up loot which is said to be reworked (TC)
|
||||
DELETE FROM creature_loot_template WHERE item=190024 AND mincountOrRef=-34024;
|
||||
UPDATE creature_loot_template SET ChanceOrQuestChance=1.5, groupid=3 WHERE mincountOrRef=-34024;
|
||||
UPDATE creature_loot_template SET ChanceOrQuestChance=1.5, groupid=4 WHERE mincountOrRef=-34025;
|
||||
UPDATE reference_loot_template SET groupid=3 WHERE entry=34024;
|
||||
UPDATE reference_loot_template SET groupid=4 WHERE entry=34025;
|
||||
17
data/sql/world fixes/loot/skinning_loot.sql
Normal file
17
data/sql/world fixes/loot/skinning_loot.sql
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
-- Npcs missing skinloot
|
||||
UPDATE creature_template SET skinloot=70205 WHERE entry IN(30277, 30278, 31104, 30276); -- ahn'kahet
|
||||
UPDATE creature_template SET skinloot=70205 WHERE entry IN(31450, 31442, 31443, 31449); -- ahn'kahet heroic
|
||||
|
||||
UPDATE creature_template SET skinloot=70210 WHERE entry IN(27635, 27633, 27636); -- oculus
|
||||
UPDATE creature_template SET skinloot=70210 WHERE entry IN(30901, 30904, 30902); -- oculus heroic
|
||||
|
||||
|
||||
UPDATE creature_template SET skinloot=70212 WHERE entry IN(30762, 31678); -- uk heroic
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
-- Crystal Wyrm (31393)
|
||||
UPDATE creature_template SET skinloot=70210 WHERE entry=31393;
|
||||
44
data/sql/world fixes/loot/trial_of_crusader.sql
Normal file
44
data/sql/world fixes/loot/trial_of_crusader.sql
Normal file
@@ -0,0 +1,44 @@
|
||||
-- EMBLEMS:
|
||||
|
||||
-- Icehowl + Onyxia, Jaraxxus, Twin Valkyr, Anub'arak
|
||||
UPDATE creature_loot_template SET item=47241 where entry IN(34797, 35447, 35448, 35449, 10184, 36538, 34780, 35216, 35268, 35269, 34497, 35350, 35351, 35352, 34496, 35347, 35348, 35349, 34564, 34566, 35615, 35616) AND item IN(40752, 40753, 45624, 49426);
|
||||
|
||||
-- Faction Champions
|
||||
UPDATE gameobject_loot_template SET item=47241 WHERE entry IN(27335,27498,27503,27356) AND item IN(40752,40753,45624,49426);
|
||||
|
||||
-- anub chest
|
||||
UPDATE gameobject_loot_template SET item=47241 WHERE entry IN(195671,
|
||||
195672,
|
||||
195670,
|
||||
195669,
|
||||
195668,
|
||||
195667,
|
||||
195666,
|
||||
195665
|
||||
) AND item IN(40752,40753,45624,49426);
|
||||
|
||||
-- Anubarak loot (25 HC)
|
||||
UPDATE creature_loot_template SET maxcount=4 WHERE entry=35616 AND item IN(1,2) AND mincountOrRef IN(-34338, -34345);
|
||||
|
||||
|
||||
-- -- trophy of the crusade (47242)
|
||||
-- DELETE FROM gameobject_loot_template WHERE entry IN(195667,195672,195668,195665,195666,195669,195670,195671) AND item=47242;
|
||||
-- DELETE FROM reference_loot_template WHERE entry IN(1956670,1956720,1956680,1956650,1956660,1956690,1956700,1956710);
|
||||
-- INSERT INTO gameobject_loot_template VALUES(195667, 47242, 100, 1, 1, -1956670, 2);
|
||||
-- INSERT INTO gameobject_loot_template VALUES(195672, 47242, 100, 1, 1, -1956670, 2);
|
||||
-- INSERT INTO gameobject_loot_template VALUES(195668, 47242, 100, 1, 1, -1956670, 2);
|
||||
-- INSERT INTO gameobject_loot_template VALUES(195665, 47242, 100, 1, 1, -1956670, 4);
|
||||
-- INSERT INTO gameobject_loot_template VALUES(195666, 47242, 100, 1, 1, -1956670, 4);
|
||||
-- INSERT INTO gameobject_loot_template VALUES(195669, 47242, 100, 1, 1, -1956670, 4);
|
||||
-- INSERT INTO gameobject_loot_template VALUES(195670, 47242, 100, 1, 1, -1956670, 4);
|
||||
-- INSERT INTO gameobject_loot_template VALUES(195671, 47242, 100, 1, 1, -1956670, 2);
|
||||
|
||||
-- -- INSERT INTO gameobject_loot_template VALUES(195667, 47242, 100, 1, 1, -1956670, 2);
|
||||
-- -- INSERT INTO gameobject_loot_template VALUES(195672, 47242, 100, 1, 1, -1956720, 2);
|
||||
-- -- INSERT INTO gameobject_loot_template VALUES(195668, 47242, 100, 1, 1, -1956680, 2);
|
||||
-- -- INSERT INTO gameobject_loot_template VALUES(195665, 47242, 100, 1, 1, -1956650, 4);
|
||||
-- -- INSERT INTO gameobject_loot_template VALUES(195666, 47242, 100, 1, 1, -1956660, 4);
|
||||
-- -- INSERT INTO gameobject_loot_template VALUES(195669, 47242, 100, 1, 1, -1956690, 4);
|
||||
-- -- INSERT INTO gameobject_loot_template VALUES(195670, 47242, 100, 1, 1, -1956700, 4);
|
||||
-- -- INSERT INTO gameobject_loot_template VALUES(195671, 47242, 100, 1, 1, -1956710, 2);
|
||||
-- INSERT INTO reference_loot_template VALUES(1956670, 47242, 100, 1, 1, 1, 1);
|
||||
320
data/sql/world fixes/loot/ulduar_descend_into_madness.sql
Normal file
320
data/sql/world fixes/loot/ulduar_descend_into_madness.sql
Normal file
@@ -0,0 +1,320 @@
|
||||
-- The Descent into Madness
|
||||
-- References
|
||||
-- -------------------------------
|
||||
-- -- Variables and definitions --
|
||||
-- -------------------------------
|
||||
-- Set References
|
||||
SET @Vezax10Ref := 34373;
|
||||
SET @Vezax25Ref := @Vezax10Ref+1;
|
||||
SET @Yogg10Ref := @Vezax10Ref+2;
|
||||
SET @Yogg25Ref := @Vezax10Ref+3;
|
||||
SET @Chest := 12034;
|
||||
SET @Shoulder := 12035;
|
||||
SET @EmblemRef := 34349;
|
||||
SET @Recipe := 34154;
|
||||
SET @Vezax10 := 33271;
|
||||
SET @Vezax25 := 33449;
|
||||
SET @Yogg10 := 33288;
|
||||
SET @Yogg25 := 33955;
|
||||
|
||||
-- -------------------------
|
||||
-- -- Reference Templates --
|
||||
-- -------------------------
|
||||
-- Delete previous templates if existing
|
||||
DELETE FROM `reference_loot_template` WHERE `entry` IN (34131,34132,34164,34165);
|
||||
DELETE FROM `reference_loot_template` WHERE `entry` IN (@Vezax10Ref,@Vezax25Ref,@Yogg10Ref,@Yogg25Ref,@Chest,@Shoulder);
|
||||
INSERT INTO `reference_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
|
||||
-- Vezax 10 man
|
||||
(@Vezax10Ref,46014,0,1,1,1,1), -- Saronite Animus Cloak
|
||||
(@Vezax10Ref,46008,0,1,1,1,1), -- Choker of the Abyss
|
||||
(@Vezax10Ref,46010,0,1,1,1,1), -- Darkstone Ring
|
||||
(@Vezax10Ref,45996,0,1,1,1,1), -- Hoperender
|
||||
(@Vezax10Ref,46015,0,1,1,1,1), -- Pendant of Endless Despair
|
||||
(@Vezax10Ref,46013,0,1,1,1,1), -- Underworld Mantle
|
||||
(@Vezax10Ref,46012,0,1,1,1,1), -- Vestments of the Piercing Light
|
||||
(@Vezax10Ref,46009,0,1,1,1,1), -- Bindings of the Depths
|
||||
(@Vezax10Ref,45997,0,1,1,1,1), -- Gauntlets of the Wretched
|
||||
(@Vezax10Ref,46011,0,1,1,1,1), -- Shadowbite
|
||||
-- Vezax 25 man
|
||||
(@Vezax25Ref,45513,0,1,1,1,1), -- Boots of the Forgotten Dephts
|
||||
(@Vezax25Ref,45509,0,1,1,1,1), -- Idol of the Corruptor
|
||||
(@Vezax25Ref,45501,0,1,1,1,1), -- Boots of the Underdweller
|
||||
(@Vezax25Ref,45512,0,1,1,1,1), -- Grips of the Unbroken
|
||||
(@Vezax25Ref,45503,0,1,1,1,1), -- Metallic Loop of the Sufferer
|
||||
(@Vezax25Ref,45505,0,1,1,1,1), -- Belt of Clinging Hope
|
||||
(@Vezax25Ref,45502,0,1,1,1,1), -- Helm of the Faceless
|
||||
(@Vezax25Ref,45145,0,1,1,1,1), -- Libram of the Sacred Shield
|
||||
(@Vezax25Ref,45508,0,1,1,1,1), -- Belt of the Darkspeaker
|
||||
(@Vezax25Ref,45504,0,1,1,1,1), -- Darkcore Leggings
|
||||
(@Vezax25Ref,45514,0,1,1,1,1), -- Mantle of the Unknowing
|
||||
(@Vezax25Ref,45515,0,1,1,1,1), -- Ring of the Vacant Eye
|
||||
(@Vezax25Ref,45507,0,1,1,1,1), -- The General's Heart
|
||||
-- Yogg 10 man
|
||||
(@Yogg10Ref,46016,0,1,1,1,1), -- Abaddon
|
||||
(@Yogg10Ref,46018,0,1,1,1,1), -- Deliverance
|
||||
(@Yogg10Ref,46019,0,1,1,1,1), -- Leggings of the Insatiable
|
||||
(@Yogg10Ref,46021,0,1,1,1,1), -- Royal Seal of King Llane
|
||||
(@Yogg10Ref,46022,0,1,1,1,1), -- Pendant of a Thousand Maws
|
||||
(@Yogg10Ref,46024,0,1,1,1,1), -- Kingsbane
|
||||
(@Yogg10Ref,46025,0,1,1,1,1), -- Devotion
|
||||
(@Yogg10Ref,46028,0,1,1,1,1), -- Faceguard of the Eyeless Horror
|
||||
(@Yogg10Ref,46030,0,1,1,1,1), -- Threads of the Dragon Council
|
||||
(@Yogg10Ref,46031,0,1,1,1,1), -- Touch of Madness
|
||||
-- Yogg 25 man
|
||||
(@Yogg25Ref,45521,0,1,1,1,1), -- Earthshaper
|
||||
(@Yogg25Ref,45522,0,1,1,1,1), -- Blood of the Old God
|
||||
(@Yogg25Ref,45523,0,1,1,1,1), -- Garona's Guise
|
||||
(@Yogg25Ref,45524,0,1,1,1,1), -- Chestguard of Insidious Intent
|
||||
(@Yogg25Ref,45525,0,1,1,1,1), -- Godbane Signet
|
||||
(@Yogg25Ref,45527,0,1,1,1,1), -- Soulscribe
|
||||
(@Yogg25Ref,45529,0,1,1,1,1), -- Shawl of Haunted Memories
|
||||
(@Yogg25Ref,45530,0,1,1,1,1), -- Sanity's Bond
|
||||
(@Yogg25Ref,45531,0,1,1,1,1), -- Chestguard of the Fallen God
|
||||
(@Yogg25Ref,45532,0,1,1,1,1), -- Cowl of Dark Whispers
|
||||
-- Chest for Yogg
|
||||
(@Chest,45635,0,1,1,1,1), -- Chestguard of the Wayward Conqueror
|
||||
(@Chest,45636,0,1,1,1,1), -- Chestguard of the Wayward Protector
|
||||
(@Chest,45637,0,1,1,1,1), -- Chestguard of the Wayward Vanquisher
|
||||
(@Shoulder,45656,0,1,1,1,1), -- Mantle of the Wayward Conqueror
|
||||
(@Shoulder,45657,0,1,1,1,1), -- Mantle of the Wayward Protector
|
||||
(@Shoulder,45658,0,1,1,1,1); -- Mantle of the Wayward Vanquisher
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `entry` IN(@Vezax10,@Vezax25,@Yogg10,@Yogg25);
|
||||
INSERT INTO `creature_loot_template` (`entry`,`item`,`ChanceOrQuestChance`,`lootmode`,`groupid`,`mincountOrRef`,`maxcount`) VALUES
|
||||
-- ----------------------------------------------------------
|
||||
-- General Vezax
|
||||
-- ----------------------------------------------------------
|
||||
-- 10 man mode
|
||||
(@Vezax10,1,100,1,0,-@Vezax10Ref,2), -- 2x Normal Loot Item
|
||||
(@Vezax10,47241,100,1,0,1,1), -- 1x Emblem of Triumph
|
||||
-- hardmode loot 10
|
||||
(@Vezax10,46032,0,2,1,1,1), -- Drape of the Faceless General
|
||||
(@Vezax10,46034,0,2,1,1,1), -- Leggings of Profound Darkness
|
||||
(@Vezax10,46033,0,2,1,1,1), -- Tortured Earth
|
||||
(@Vezax10,46035,0,2,1,1,1), -- Aesuga, Hand of the Ardent Champion
|
||||
(@Vezax10,46036,0,2,1,1,1), -- Void Sabre
|
||||
-- 25 man mode
|
||||
(@Vezax25,1,100,1,0,-@Vezax25Ref,3), -- 3x Normal Loot Item
|
||||
(@Vezax25,47241,100,1,0,1,1), -- 1x Emblem of Triumph
|
||||
(@Vezax25,2,10,1,0,-@Recipe,1), -- Chance on Recipe
|
||||
(@Vezax25,3,10,1,0,-34350,1), -- Chance on Runed Orb
|
||||
-- hardmode loot 25
|
||||
(@Vezax25,45498,0,2,1,1,1), -- Lotrafen, Spear of the Damned
|
||||
(@Vezax25,45511,0,2,1,1,1), -- Scepter of Lost Souls
|
||||
(@Vezax25,45516,0,2,1,1,1), -- Voldrethar, Dark Blade of Oblivion
|
||||
(@Vezax25,45517,0,2,1,1,1), -- Pendulum of Infinity
|
||||
(@Vezax25,45519,0,2,1,1,1), -- Vestments of the Blind Denizen
|
||||
(@Vezax25,45518,0,2,1,1,1), -- Flare of the Heavens
|
||||
(@Vezax25,45520,0,2,1,1,1), -- Handwraps of the Vigilant
|
||||
-- ----------------------------------------------------------
|
||||
-- Yogg Saron
|
||||
-- ----------------------------------------------------------
|
||||
-- 10 man
|
||||
-- All modes
|
||||
(@Yogg10,1,100,1,0,-@Yogg10Ref,1), -- 1x Normal Loot item for modes 0&1&2&3&4
|
||||
(@Yogg10,2,100,1,0,-@Chest,1), -- 1x Tier token for modes 0&1&2&3&4
|
||||
(@Yogg10,47241,100,1,0,1,1), -- 1x Emblem of Triumph for modes 0&1&2&3&4
|
||||
-- Extra for <3 watchers
|
||||
(@Yogg10,3,100,2,0,-@EmblemRef,1), -- additional Emblem for modes2&3
|
||||
-- Extra for <2 watchers
|
||||
(@Yogg10,4,100,4,0,-34350,1), -- Runed Orb for 0&1&2
|
||||
(@Yogg10,5,10,4,0,-@Recipe,1), -- Chance on Recipe for 0&1&2
|
||||
-- Extra for <1 watchers
|
||||
(@Yogg10,6,100,8,0,-@EmblemRef,1), -- additional Emblem for 0&1
|
||||
(@Yogg10,7,100,8,0,-@Recipe,1), -- Garanteed Recipe for 0&1
|
||||
-- Hardmode 10 loot
|
||||
(@Yogg10,46067,0,8,1,1,1), -- Hammer of Crushing Whispers
|
||||
(@Yogg10,46068,0,8,1,1,1), -- Amice of Inconceivable Horror
|
||||
(@Yogg10,46095,0,8,1,1,1), -- Soul-Devouring Cinch
|
||||
(@Yogg10,46096,0,8,1,1,1), -- Signet of Soft Lament
|
||||
(@Yogg10,46097,0,8,1,1,1), -- Caress of Insanity
|
||||
-- Extra for 0 watchers
|
||||
(@Yogg10,46312,100,16,0,1,1), -- Vanquished Clutches of Yogg-Saron
|
||||
-- 25 man mode
|
||||
-- All modes
|
||||
(@Yogg25,1,100,1,0,-@Yogg25Ref,2), -- 2x Normal Loot item for modes 0&1&2&3&4
|
||||
(@Yogg25,2,100,1,0,-@Shoulder,2), -- 2x Tier token for modes 0&1&2&3&4
|
||||
(@Yogg25,47241,100,1,0,1,1), -- 1x Emblem of Triumph for modes 0&1&2&3&4
|
||||
(@Yogg25,3,10,1,0,-34350,1), -- Chance on Runed Orb for modes 0&1&2&3&4
|
||||
(@Yogg25,4,10,1,0,-@Recipe,1), -- Chance on Recipe for 0&1&2&3&4
|
||||
(@Yogg25,45897,100,32,0,1,1), -- Fragment of Val'anyr (XINEF: SET 32)
|
||||
-- Extra for <3 watchers
|
||||
(@Yogg25,5,100,2,0,-@EmblemRef,1), -- additional Emblem for modes2&3
|
||||
-- Extra for <2 watchers
|
||||
(@Yogg25,6,100,4,0,-34350,1), -- Runed Orb for 0&1&2
|
||||
-- Extra for <1 watchers
|
||||
(@Yogg25,7,100,8,0,-@EmblemRef,1), -- additional Emblem for 0&1
|
||||
(@Yogg25,8,100,8,0,-@Recipe,1), -- Garanteed Recipe for 0&1
|
||||
-- Hardmode 25 loot
|
||||
(@Yogg25,45533,0,8,1,1,1), -- Dark Edge of Depravity
|
||||
(@Yogg25,45534,0,8,1,1,1), -- Seal of the Betrayed King
|
||||
(@Yogg25,45535,0,8,1,1,1), -- Show of Faith
|
||||
(@Yogg25,45536,0,8,1,1,1), -- Legguards of Cunning Deception
|
||||
(@Yogg25,45537,0,8,1,1,1), -- Threads of the False Oracle
|
||||
-- Extra for 0 watchers
|
||||
(@Yogg25,45693,100,16,0,1,1); -- Mimiron's Head
|
||||
|
||||
-- Cleanups
|
||||
DELETE FROM `conditions` WHERE `SourceEntry`=45897 AND `SourceGroup`=33955;
|
||||
|
||||
-- ------------------------------------------------------------
|
||||
-- ALGALON
|
||||
-- ------------------------------------------------------------
|
||||
DELETE FROM gameobject_loot_template WHERE entry IN(27030, 26974);
|
||||
-- 10 MAN
|
||||
INSERT INTO gameobject_loot_template VALUES
|
||||
(27030, 1, 100, 1, 0, -34134, 2),
|
||||
(27030, 47241, 100, 1, 0, 1, 1),
|
||||
(27030, 46052, 100, 1, 0, 1, 1);
|
||||
|
||||
-- 25 MAN
|
||||
INSERT INTO gameobject_loot_template VALUES
|
||||
(26974, 1, 100, 1, 0, -12023, 3),
|
||||
(26974, 2, 10, 1, 0, -34154, 1),
|
||||
(26974, 45038, 20, 1, 0, 1, 1),
|
||||
(26974, 47241, 100, 1, 0, 2, 2),
|
||||
(26974, 46053, 100, 1, 0, 1, 1);
|
||||
|
||||
-- Val'anyr missing drop
|
||||
REPLACE INTO creature_loot_template VALUES (33449, 45038, 11, 1, 0, 1, 1); -- Vezax (25m)
|
||||
REPLACE INTO creature_loot_template VALUES (33955, 45038, 100, 1, 0, 1, 1); -- Yogg-Saron (25m), guaranted
|
||||
|
||||
-- Wrong item id in gameobject_loot_template, wont break anything
|
||||
UPDATE gameobject_loot_template SET item=45038 WHERE item=45083;
|
||||
|
||||
|
||||
-- -------------------------------------------------------------
|
||||
-- Sack of Ulduar Spoils
|
||||
-- -------------------------------------------------------------
|
||||
-- 10 MAN
|
||||
DELETE FROM item_loot_template WHERE entry=45875;
|
||||
INSERT INTO item_loot_template VALUES
|
||||
(45875, 45087, 100, 1, 0, 1, 1),
|
||||
(45875, 47241, 100, 1, 0, 5, 5);
|
||||
-- 25 MAN
|
||||
DELETE FROM item_loot_template WHERE entry=45878;
|
||||
INSERT INTO item_loot_template VALUES
|
||||
(45878, 45087, 100, 1, 0, 2, 2),
|
||||
(45878, 45088, 0, 1, 1, 1, 1),
|
||||
(45878, 45089, 0, 1, 1, 1, 1),
|
||||
(45878, 45090, 0, 1, 1, 1, 1),
|
||||
(45878, 45091, 0, 1, 1, 1, 1),
|
||||
(45878, 45092, 0, 1, 1, 1, 1),
|
||||
(45878, 45093, 0, 1, 1, 1, 1),
|
||||
(45878, 45094, 0, 1, 1, 1, 1),
|
||||
(45878, 45095, 0, 1, 1, 1, 1),
|
||||
(45878, 45096, 0, 1, 1, 1, 1),
|
||||
(45878, 45097, 0, 1, 1, 1, 1),
|
||||
(45878, 45098, 0, 1, 1, 1, 1),
|
||||
(45878, 45100, 0, 1, 1, 1, 1),
|
||||
(45878, 45101, 0, 1, 1, 1, 1),
|
||||
(45878, 45102, 0, 1, 1, 1, 1),
|
||||
(45878, 45103, 0, 1, 1, 1, 1),
|
||||
(45878, 45104, 0, 1, 1, 1, 1),
|
||||
(45878, 45105, 0, 1, 1, 1, 1),
|
||||
(45878, 47241, 100, 1, 0, 10, 10);
|
||||
UPDATE item_template SET minMoneyLoot=1000000, maxMoneyLoot=1000000 WHERE entry=45875;
|
||||
UPDATE item_template SET minMoneyLoot=1500000, maxMoneyLoot=1500000 WHERE entry=45878;
|
||||
|
||||
-- Data disc
|
||||
DELETE FROM creature_loot_template WHERE item=45506;
|
||||
INSERT INTO creature_loot_template VALUES(32867, 45506, 100, 1, 0, 1, 1); -- Steelbreaker
|
||||
INSERT INTO creature_loot_template VALUES(32927, 45506, 100, 1, 0, 1, 1); -- Molgleim
|
||||
|
||||
-- Heroic Data disc
|
||||
DELETE FROM creature_loot_template WHERE item=45857;
|
||||
INSERT INTO creature_loot_template VALUES(33693, 45857, 100, 1, 0, 1, 1); -- Steelbreaker
|
||||
INSERT INTO creature_loot_template VALUES(33692, 45857, 100, 1, 0, 1, 1); -- Molgleim
|
||||
|
||||
UPDATE item_template SET class=0 WHERE entry IN(45784, 45786, 45787, 45788, 45814, 45815, 45816, 45817);
|
||||
|
||||
-- Old shit
|
||||
DELETE FROM reference_loot_template WHERE entry IN(269460, 269550, 269630, 270810);
|
||||
DELETE FROM gameobject_loot_template WHERE minCountOrRef IN (-269460, -269550, -269630, -270810);
|
||||
|
||||
-- ----------------------------------
|
||||
-- HODIRS RARE CACHE
|
||||
-- ----------------------------------
|
||||
-- 10 MAN
|
||||
DELETE FROM gameobject_loot_template WHERE entry=27069;
|
||||
INSERT INTO gameobject_loot_template VALUES
|
||||
(27069, 45786, -100, 1, 0, 1, 1),
|
||||
(27069, 45876, 0, 1, 1, 1, 1),
|
||||
(27069, 45877, 0, 1, 1, 1, 1),
|
||||
(27069, 45886, 0, 1, 1, 1, 1),
|
||||
(27069, 45887, 0, 1, 1, 1, 1),
|
||||
(27069, 45888, 0, 1, 1, 1, 1);
|
||||
|
||||
-- 25 MAN
|
||||
DELETE FROM gameobject_loot_template WHERE entry=26950;
|
||||
INSERT INTO gameobject_loot_template VALUES
|
||||
(26950, 45815, -100, 1, 0, 1, 1),
|
||||
(26950, 45460, 0, 1, 1, 1, 1),
|
||||
(26950, 45612, 0, 1, 1, 1, 1),
|
||||
(26950, 45461, 0, 1, 1, 1, 1),
|
||||
(26950, 45459, 0, 1, 1, 1, 1),
|
||||
(26950, 45462, 0, 1, 1, 1, 1),
|
||||
(26950, 45457, 0, 1, 1, 1, 1);
|
||||
|
||||
-- ----------------------------------
|
||||
-- FLAME LEVIATHAN
|
||||
-- ----------------------------------
|
||||
DELETE FROM reference_loot_template WHERE item=45295; -- handled in creature_loot_template
|
||||
-- 10 MAN
|
||||
DELETE FROM creature_loot_template WHERE entry=33113;
|
||||
INSERT INTO creature_loot_template VALUES
|
||||
(33113, 1, 100, 1, 0, -34349, 1),
|
||||
(33113, 2, 100, 1, 0, -34351, 2),
|
||||
(33113, 3, 100, 2, 0, -34349, 1),
|
||||
(33113, 4, 100, 8, 0, -34349, 1),
|
||||
(33113, 5, 100, 8, 0, -34154, 1),
|
||||
(33113, 45087, 100, 4, 0, 1, 1),
|
||||
(33113, 45293, 0, 16, 1, 1, 1),
|
||||
(33113, 45295, 0, 16, 1, 1, 1),
|
||||
(33113, 45296, 0, 16, 1, 1, 1),
|
||||
(33113, 45297, 0, 16, 1, 1, 1),
|
||||
(33113, 45300, 0, 16, 1, 1, 1);
|
||||
|
||||
-- 25 MAN
|
||||
DELETE FROM creature_loot_template WHERE entry=34003;
|
||||
INSERT INTO creature_loot_template VALUES
|
||||
(34003, 1, 100, 1, 0, -34349, 1),
|
||||
(34003, 2, 100, 1, 0, -34352, 3),
|
||||
(34003, 3, 5, 1, 0, -34350, 1),
|
||||
(34003, 4, 5, 1, 0, -34154, 1),
|
||||
(34003, 5, 100, 2, 0, -34349, 1),
|
||||
(34003, 6, 100, 4, 0, -34350, 2),
|
||||
(34003, 7, 100, 8, 0, -34349, 1),
|
||||
(34003, 8, 100, 8, 0, -34154, 1),
|
||||
(34003, 45038, 8, 1, 0, 1, 1),
|
||||
(34003, 45086, 0, 16, 1, 1, 1),
|
||||
(34003, 45110, 0, 16, 1, 1, 1),
|
||||
(34003, 45132, 0, 16, 1, 1, 1),
|
||||
(34003, 45133, 0, 16, 1, 1, 1),
|
||||
(34003, 45134, 0, 16, 1, 1, 1),
|
||||
(34003, 45135, 0, 16, 1, 1, 1),
|
||||
(34003, 45136, 0, 16, 1, 1, 1);
|
||||
|
||||
-- ---------
|
||||
-- KOLOGARN
|
||||
-- ---------
|
||||
UPDATE reference_loot_template SET lootmode=1, groupid=1 WHERE entry=34361;
|
||||
DELETE FROM reference_loot_template WHERE entry=34361 AND item=45965;
|
||||
|
||||
-- ---------
|
||||
-- XT-002
|
||||
-- ---------
|
||||
UPDATE creature_loot_template SET lootmode=1 WHERE lootmode=3 AND entry IN(33293, 33885);
|
||||
DELETE FROM reference_loot_template WHERE entry=34357 AND lootmode=2;
|
||||
DELETE FROM creature_loot_template WHERE entry=33293 AND lootmode=2;
|
||||
INSERT INTO creature_loot_template VALUES
|
||||
(33293, 45867, 0, 2, 1, 1, 1),
|
||||
(33293, 45868, 0, 2, 1, 1, 1),
|
||||
(33293, 45869, 0, 2, 1, 1, 1),
|
||||
(33293, 45870, 0, 2, 1, 1, 1),
|
||||
(33293, 45871, 0, 2, 1, 1, 1);
|
||||
|
||||
-- ---------
|
||||
-- THORIM
|
||||
-- ---------
|
||||
UPDATE gameobject_loot_template SET lootmode=1 WHERE entry IN(26955, 26956, 27073, 27074);
|
||||
Reference in New Issue
Block a user