|
| 1 | +-- *** Sunstrider Isle *** |
| 2 | + |
| 3 | +SET @REF := 1059; |
| 4 | +DELETE FROM `reference_loot_template` WHERE `Entry` BETWEEN @REF AND @REF + 4; |
| 5 | + |
| 6 | +-- Food Reference loot for level 1 to 5 |
| 7 | +SET @REFFOOD4 := @REF; |
| 8 | +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 9 | +(@REFFOOD4,159,0,33,0,1,1,1,1, 'Food 1-5 - Refreshing Spring Water'), |
| 10 | +(@REFFOOD4,4540,0,67,0,1,1,1,1, 'Food 1-5 - Tough Hunk of Bread'); |
| 11 | + |
| 12 | +-- Mana Wyrm Reference loot for level 1 to 5 |
| 13 | +SET @REFWYRM := @REF + 1; |
| 14 | +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 15 | +(@REFWYRM,20845,0,50,0,1,1,1,1, 'Wyrm 1-5 - Torn Wyrm Scale'), |
| 16 | +(@REFWYRM,20846,0,50,0,1,1,1,1, 'Wyrm 1-5 - Faintly Glowing Eye'); |
| 17 | + |
| 18 | +-- Lynx Reference loot for level 1 to 5 |
| 19 | +SET @REFLYNX := @REF + 2; |
| 20 | +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 21 | +(@REFLYNX,20812,0,50,0,1,1,1,1, 'Lynx 1-5 - Tattered Pelt'), |
| 22 | +(@REFLYNX,20813,0,50,0,1,1,1,1, 'Lynx 1-5 - Lynx Tooth'); |
| 23 | + |
| 24 | +-- Tender Reference loot for level 1 to 5 |
| 25 | +SET @REFTENDER := @REF + 3; |
| 26 | +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 27 | +(@REFTENDER,20842,0,50,0,1,1,1,1, 'Tender 1-5 - Frayed Tender Vine'), |
| 28 | +(@REFTENDER,20843,0,50,0,1,1,1,1, 'Tender 1-5 - Smashed Petal'); |
| 29 | + |
| 30 | +-- Wraith Reference loot for level 1 to 5 |
| 31 | +SET @REFWRAITH := @REF + 4; |
| 32 | +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 33 | +(@REFWRAITH,20847,0,50,0,1,1,1,1, 'Wraith 1-5 - Wraith Fragment'), |
| 34 | +(@REFWRAITH,20848,0,50,0,1,1,1,1, 'Wraith 1-5 - Sparkling Dust'); |
| 35 | + |
| 36 | +-- Update loot for Entry 15274 : Mana Wyrm |
| 37 | +SET @NPC := 15274; |
| 38 | +DELETE FROM `creature_loot_template` WHERE `Entry`=@NPC; |
| 39 | +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 40 | +(@NPC,@REFWYRM,@REFWYRM,100,0,1,0,1,1, 'Mana Wyrm - (Wyrm 1-5 EXP 1 ReferenceTable)'), |
| 41 | +(@NPC,1057,1057,30,0,1,0,1,1, 'Mana Wyrm - (Grey 1-5 EXP 1 ReferenceTable)'), |
| 42 | +(@NPC,11111,11111,.2,0,1,0,1,1, 'Mana Wyrm - (Small Pouch ReferenceTable)'), |
| 43 | +(@NPC,20482,0,80,1,1,0,1,1, 'Mana Wyrm - Arcane Sliver'); |
| 44 | + |
| 45 | +-- Update loot for Entry 15366 : Springpaw Cub |
| 46 | +SET @NPC := 15366; |
| 47 | +DELETE FROM `creature_loot_template` WHERE `Entry`=@NPC; |
| 48 | +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 49 | +(@NPC,@REFLYNX,@REFLYNX,100,0,1,0,1,1, 'Springpaw Cub - (Lynx 1-5 EXP 1 ReferenceTable)'), |
| 50 | +-- (@NPC,@REFLYNX,@REFLYNX,30,0,1,1,1,1, 'Springpaw Cub - (Lynx 1-5 EXP 1 ReferenceTable)'), |
| 51 | +(@NPC,1057,1057,30,0,1,0,1,1, 'Springpaw Cub - (Grey 1-5 EXP 1 ReferenceTable)'), |
| 52 | +(@NPC,11111,11111,.2,0,1,0,1,1, 'Springpaw Cub - (Small Pouch ReferenceTable)'), |
| 53 | +(@NPC,20797,0,80,1,1,0,1,1, 'Springpaw Cub - Lynx Collar'); |
| 54 | + |
| 55 | +-- Update loot for Entry 15372 : Springpaw Lynx |
| 56 | +SET @NPC := 15372; |
| 57 | +DELETE FROM `creature_loot_template` WHERE `Entry`=@NPC; |
| 58 | +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 59 | +(@NPC,@REFLYNX,@REFLYNX,100,0,1,0,1,1, 'Springpaw Lynx - (Lynx 1-5 EXP 1 ReferenceTable)'), |
| 60 | +-- (@NPC,@REFLYNX,@REFLYNX,30,0,1,1,1,1, 'Springpaw Lynx - (Lynx 1-5 EXP 1 ReferenceTable)'), |
| 61 | +(@NPC,1057,1057,30,0,1,0,1,1, 'Springpaw Lynx - (Grey 1-5 EXP 1 ReferenceTable)'), |
| 62 | +(@NPC,11111,11111,.2,0,1,0,1,1, 'Springpaw Lynx - (Small Pouch ReferenceTable)'), |
| 63 | +(@NPC,20797,0,80,1,1,0,1,1, 'Springpaw Lynx - Lynx Collar'); |
| 64 | + |
| 65 | +-- Update loot for Entry 15271 : Tender |
| 66 | +SET @NPC := 15271; |
| 67 | +DELETE FROM `creature_loot_template` WHERE `Entry`=@NPC; |
| 68 | +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 69 | +(@NPC,@REFTENDER,@REFTENDER,90,0,1,0,1,1, 'Tender - (Tender 1-5 EXP 1 ReferenceTable)'), |
| 70 | +(@NPC,1057,1057,30,0,1,0,1,1, 'Tender - (Grey 1-5 EXP 1 ReferenceTable)'), |
| 71 | +(@NPC,11111,11111,.2,0,1,0,1,1, 'Tender - (Small Pouch ReferenceTable)'); |
| 72 | + |
| 73 | +-- Update loot for Entry 15294 : Feral Tender |
| 74 | +SET @NPC := 15294; |
| 75 | +DELETE FROM `creature_loot_template` WHERE `Entry`=@NPC; |
| 76 | +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 77 | +(@NPC,@REFTENDER,@REFTENDER,100,0,1,0,1,1, 'Feral Tender - (Tender 1-5 EXP 1 ReferenceTable)'), |
| 78 | +(@NPC,1057,1057,30,0,1,0,1,1, 'Feral Tender - (Grey 1-5 EXP 1 ReferenceTable)'), |
| 79 | +(@NPC,11111,11111,.2,0,1,0,1,1, 'Feral Tender - (Small Pouch ReferenceTable)'), |
| 80 | +(@NPC,20482,0,80,1,1,0,1,1, 'Feral Tender - Arcane Sliver'); |
| 81 | + |
| 82 | +-- Update loot for Entry 15273 : Arcane Wraith |
| 83 | +SET @NPC := 15273; |
| 84 | +DELETE FROM `creature_loot_template` WHERE `Entry`=@NPC; |
| 85 | +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 86 | +(@NPC,@REFWRAITH,@REFWRAITH,100,0,1,0,1,1, 'Arcane Wraith - (Wraith 1-5 EXP 1 ReferenceTable)'), |
| 87 | +-- (@NPC,@REFWRAITH,@REFWRAITH,30,0,1,1,1,1, 'Arcane Wraith - (Wraith 1-5 EXP 1 ReferenceTable)'), |
| 88 | +(@NPC,1057,1057,30,0,1,0,1,1, 'Arcane Wraith - (Grey 1-5 EXP 1 ReferenceTable)'), |
| 89 | +(@NPC,11111,11111,.2,0,1,0,1,1, 'Arcane Wraith - (Small Pouch ReferenceTable)'), |
| 90 | +(@NPC,20934,0,80,1,1,0,1,1, 'Arcane Wraith - Wraith Essence'), |
| 91 | +(@NPC,20482,0,80,1,1,0,1,1, 'Arcane Wraith - Arcane Sliver'); |
| 92 | + |
| 93 | +-- Update loot for Entry 15298 : Tainted Arcane Wraith |
| 94 | +SET @NPC := 15298; |
| 95 | +DELETE FROM `creature_loot_template` WHERE `Entry`=@NPC; |
| 96 | +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 97 | +(@NPC,@REFWRAITH,@REFWRAITH,100,0,1,0,1,1, 'Tainted Arcane Wraith - (Wraith 1-5 EXP 1 ReferenceTable)'), |
| 98 | +-- (@NPC,@REFWRAITH,@REFWRAITH,30,0,1,1,1,1, 'Tainted Arcane Wraith - (Wraith 1-5 EXP 1 ReferenceTable)'), |
| 99 | +(@NPC,1057,1057,30,0,1,0,1,1, 'Tainted Arcane Wraith - (Grey 1-5 EXP 1 ReferenceTable)'), |
| 100 | +(@NPC,11111,11111,.2,0,1,0,1,1, 'Tainted Arcane Wraith - (Small Pouch ReferenceTable)'), |
| 101 | +(@NPC,20483,0,100,0,1,0,1,1, 'Tainted Arcane Wraith - Tainted Arcane Sliver'), |
| 102 | +(@NPC,20934,0,80,1,1,0,1,1, 'Tainted Arcane Wraith - Wraith Essence'), |
| 103 | +(@NPC,20482,0,80,1,1,0,1,1, 'Tainted Arcane Wraith - Arcane Sliver'); |
| 104 | + |
| 105 | +-- Update loot for Entry 15367 : Felendren the Banished |
| 106 | +SET @NPC := 15367; |
| 107 | +DELETE FROM `creature_loot_template` WHERE `Entry`=@NPC; |
| 108 | +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 109 | +(@NPC,@REFFOOD4,@REFFOOD4,100,0,1,0,1,1, 'Felendren the Banished - (Food 1-5 EXP 1 ReferenceTable)'), |
| 110 | +(@NPC,1057,1057,30,0,1,0,1,1, 'Felendren the Banished - (Grey 1-5 EXP 1 ReferenceTable)'), |
| 111 | +(@NPC,11111,11111,.2,0,1,0,1,1, 'Felendren the Banished - (Small Pouch ReferenceTable)'), |
| 112 | +(@NPC,20799,0,100,1,1,0,1,1, 'Felendren the Banished - Felendren''s Head'); |
| 113 | + |
| 114 | +-- Update loot for Entry 15644 : Wretched Urchin |
| 115 | +SET @NPC := 15644; |
| 116 | +DELETE FROM `creature_loot_template` WHERE `Entry`=@NPC; |
| 117 | +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES |
| 118 | +(@NPC,@REFFOOD4,@REFFOOD4,100,0,1,0,1,1, 'Wretched Urchin - (Food 1-5 EXP 1 ReferenceTable)'), |
| 119 | +(@NPC,1057,1057,30,0,1,0,1,1, 'Wretched Urchin - (Grey 1-5 EXP 1 ReferenceTable)'), |
| 120 | +(@NPC,11111,11111,.2,0,1,0,1,1, 'Wretched Urchin - (Small Pouch ReferenceTable)'); |
| 121 | + |
| 122 | +-- *** Sunstrider Isle *** |
| 123 | +UPDATE `creature_template` SET `mingold`=1, `maxgold`=7 WHERE `entry` IN (15367); |
| 124 | +DELETE FROM `reference_loot_template` WHERE `Entry`=24072; |
0 commit comments