Advertisement
Kylroi

Cata Bag of Shiny Things loot - 11/25

Nov 17th, 2013
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 2.46 KB | None | 0 0
  1. -- ------------------------------
  2. -- -- Bag of Shiny Things loot --
  3. -- ------------------------------
  4.  
  5. -- Trinity DB didn't seem to have this defined, and I'm not 100% sure that I have it fully correct
  6.  
  7. DELETE FROM `item_loot_template` WHERE `entry`=67414;
  8. INSERT INTO `item_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  9.         (67414, 6532, 0, 1, 1, 1, 2), -- Bright Baubles
  10.         (67414, 8827, 14, 1, 1, 1, 2), -- Elixir of Water Walking
  11.         (67414, 3820, 14, 1, 1, 2, 3), -- Stranglekelp
  12.         (67414, 2459, 14, 1, 1, 1, 1), -- Swiftness Potion
  13.         (67414, 6372, 14, 1, 1, 1, 1), -- Swim Speed Potion
  14.         (67414, 67404, 5, 1, 1, 1, 2), -- Glass Fishing Bobber
  15.         (67414, 929, 2, 1, 1, 1, 1), -- Healing Potion
  16.         (67414, 67406, 0, 1, 2, 1, 1), -- Broken Whale Statue
  17.         (67414, 67397, 0, 1, 2, 1, 1), -- Chipped Hair Brush
  18.         (67414, 67398, 0, 1, 2, 1, 1), -- Dazzling Sapphire Pendant
  19.         (67414, 67405, 0, 1, 2, 1, 1), -- Empty Snail Shell
  20.         (67414, 67411, 0, 1, 2, 1, 1), -- Fish Cleaver
  21.         (67414, 67409, 0, 1, 2, 1, 1), -- Frogsticker Spearhead
  22.         (67414, 67402, 0, 1, 2, 1, 1), -- Hangman's Noose
  23.         (67414, 67412, 0, 1, 2, 1, 1), -- Hook Disgorger
  24.         (67414, 67403, 0, 1, 2, 1, 1), -- Ivory Fisherman's Pipe
  25.         (67414, 67400, 0, 1, 2, 1, 1), -- Old "Pirate" Map
  26.         (67414, 67391, 0, 1, 2, 1, 1), -- Polished Skull
  27.         (67414, 67385, 0, 1, 2, 1, 1), -- Reptile Egg
  28.         (67414, 67388, 0, 1, 2, 1, 1), -- String of Alligator Teeth
  29.         (67414, 67399, 0, 1, 2, 1, 1), -- Stripped Drilling Gears
  30.         (67414, 67401, 0, 1, 2, 1, 1), -- Swatch of Netting
  31.         (67414, 67407, 0, 1, 2, 1, 1), -- Tangled Bronze Hooks
  32.         (67414, 67386, 0, 1, 2, 1, 1), -- Undelivered Love Letter
  33.         (67414, 67410, 0, 1, 2, 1, 1), -- Very Unlucky Rock
  34.         (67414, 67408, 0, 1, 2, 1, 1), -- 7th Place Fishing Trophy
  35.         (67414, 34834, 1.1, 1, 0, 1, 1), -- Recipe: Captain Rumsey's Lager
  36.         (67414, 44983, 1.1, 1, 0, 1, 1), -- Strand Crawler
  37.         (67414, 33820, 1.1, 1, 0, 1, 1), -- Weather-Beaten Fishing Hat
  38.         (67414, 34109, 1.1, 1, 0, 1, 1), -- Weather-Beaten Journal
  39.         (67414, 45991, 0.5, 1, 0, 1, 1), -- Bone Fishing Pole
  40.         (67414, 45992, 0.5, 1, 0, 1, 1), -- Jeweled Fishing Pole
  41.         (67414, 68797, 0.01, 1, 0, 1, 1); -- Stendel's Wedding Ring - forget where I saw this item included
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement