Advertisement
gecko32

BoreanTundra Pickpocket loot 2.0

Feb 22nd, 2012
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 31.73 KB | None | 0 0
  1. -- Fix to add pickpocketing loot for humoniods in borean tundra
  2. -- Gorloc ref loot template
  3. SET @GORLOCREF = 25100;
  4. DELETE FROM `reference_loot_template` WHERE `entry`=@GORLOCREF;
  5. INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  6. (@GORLOCREF, 29576, 57, 1, 0, 1, 1), -- Shark Bait
  7. (@GORLOCREF, 29569, 30, 1, 0, 1, 1), -- Strong Junkbox
  8. (@GORLOCREF, 27858, 8, 1, 0, 1, 1), -- Sunspring Carp
  9. (@GORLOCREF, 22829, 3, 1, 0, 1, 1), -- Super Healing Potion
  10. (@GORLOCREF, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  11. (@GORLOCREF, 23437, 0.5, 1, 0, 1, 1), -- Talasite
  12. (@GORLOCREF, 23440, 0.5, 1, 0, 1, 1), -- Dawnstone
  13. (@GORLOCREF, 23438, 0.5, 1, 0, 1, 1), -- Star of Elune
  14. (@GORLOCREF, 23439, 0.5, 1, 0, 1, 1); -- Noble Topaz
  15. -- Add pickpocketing loot for Gorloc Gibberer
  16. SET @NPC =25686;
  17. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  18. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  19. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  20. (@NPC, 1, 100, 1, 0, -@GORLOCREF, 1); -- Gorloc ref loot template
  21. -- Add pickpocketing loot for Gorloc Hunter
  22. SET @NPC =25700;
  23. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  24. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  25. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  26. (@NPC, 1, 100, 1, 0, -@GORLOCREF, 1); -- Gorloc ref loot template
  27. -- Add pickpocketing loot for Gorloc Steam Belcher
  28. SET @NPC =25687;
  29. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  30. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  31. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  32. (@NPC, 1, 100, 1, 0, -@GORLOCREF, 1); -- Gorloc ref loot template
  33. -- Add pickpocketing loot for Gorloc Waddler
  34. SET @NPC =25685;
  35. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  36. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  37. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  38. (@NPC, 1, 100, 1, 0, -@GORLOCREF, 1); -- Gorloc ref loot template
  39. -- Beryl ref loot template
  40. SET @BERYLREF = 25200;
  41. DELETE FROM `reference_loot_template` WHERE `entry`=@BERYLREF;
  42. INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  43. (@BERYLREF, 37467, 32.5, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  44. (@BERYLREF, 43575, 31, 1, 0, 1, 1), -- Reinforced Junkbox
  45. (@BERYLREF, 38261, 10, 1, 0, 1, 1), -- Bent House Key
  46. (@BERYLREF, 29448, 7, 1, 0, 1, 1), -- Mag'har Mild Cheese
  47. (@BERYLREF, 29450, 7, 1, 0, 1, 1), -- Telaari Grapes
  48. (@BERYLREF, 33447, 6, 1, 0, 1, 1), -- Runic Healing Potion
  49. (@BERYLREF, 33449, 6, 1, 0, 1, 1), -- Crusty Flatbread
  50. (@BERYLREF, 36863, 0.5, 1, 0, 1, 1); -- Decahedral Dwarven Dice
  51. -- Add pickpocketing loot for Beryl Reclaimer
  52. SET @NPC =25449;
  53. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  54. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  55. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  56. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  57. -- Add pickpocketing loot for Beryl Sorcerer
  58. SET @NPC =25316;
  59. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  60. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  61. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  62. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  63. -- Add pickpocketing loot for Beryl Treasure Hunter
  64. SET @NPC =25353;
  65. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  66. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  67. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  68. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  69. -- Add pickpocketing loot for Coldarra Spellbinder
  70. SET @NPC =25719;
  71. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  72. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  73. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  74. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  75. -- Add pickpocketing loot for Harold Lane <The Fur Baron>
  76. SET @NPC =25804;
  77. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  78. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  79. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  80. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  81. -- Add pickpocketing loot for High Priest Andorath
  82. SET @NPC =25392;
  83. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  84. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  85. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  86. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  87. -- Add pickpocketing loot for Cultist Necrolyte
  88. SET @NPC =25651;
  89. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  90. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  91. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  92. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  93. -- Add pickpocketing loot for Loot Crazed Diver
  94. SET @NPC =25836;
  95. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  96. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  97. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  98. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  99. -- Add pickpocketing loot for Loot Crazed Hunter
  100. SET @NPC =25979;
  101. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  102. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  103. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  104. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  105. -- Add pickpocketing loot for Loot Crazed Poacher
  106. SET @NPC =25806;
  107. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  108. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  109. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  110. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  111. -- Add pickpocketing loot for Luthion the Vile <The San'layn>
  112. SET @NPC =27860;
  113. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  114. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  115. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  116. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  117. -- Add pickpocketing loot for Inquisitor Caleras
  118. SET @NPC =25720;
  119. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  120. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  121. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  122. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  123. -- Add pickpocketing loot for Karen "I Don't Caribou" the Culler
  124. SET @NPC =25803;
  125. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  126. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  127. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  128. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  129. -- Add pickpocketing loot for Minion of Kaw
  130. SET @NPC =25880;
  131. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  132. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  133. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  134. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  135. -- Add pickpocketing loot for Prince Valanar <The San'layn>
  136. SET @NPC =25601;
  137. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  138. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  139. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  140. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  141. -- Add pickpocketing loot for Vanthryn the Merciless <The San'layn>
  142. SET @NPC =27859;
  143. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  144. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  145. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  146. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  147. -- Add pickpocketing loot for Varidus the Flenser <Cult of the Damned>
  148. SET @NPC =25618;
  149. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  150. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  151. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  152. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  153. -- Add pickpocketing loot for Nedar, Lord of Rhinos
  154. SET @NPC =25801;
  155. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  156. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  157. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  158. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  159. -- Add pickpocketing loot for Northsea Mercenary
  160. SET @NPC =25839;
  161. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  162. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  163. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  164. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  165. -- Add pickpocketing loot for Clam Master K
  166. SET @NPC =25800;
  167. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  168. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  169. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  170. (@NPC, 1, 100, 1, 0, -@BERYLREF, 1); -- Beryl ref loot template
  171.  
  172. -- Bloodspore ref loot template
  173. SET @BLOODREF = 25300;
  174. DELETE FROM `reference_loot_template` WHERE `entry`=@BLOODREF;
  175. INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  176. (@BLOODREF, 29572, 37, 1, 0, 1, 1), -- Aboriginal Carvings
  177. (@BLOODREF, 29569, 33, 1, 0, 1, 1), -- Strong Junkbox
  178. (@BLOODREF, 8952, 20, 1, 0, 1, 1), -- Roasted Quail
  179. (@BLOODREF, 22829, 8, 1, 0, 1, 1), -- Super Healing Potion
  180. (@BLOODREF, 23438, 0.5, 1, 0, 1, 1), -- Star of Elune
  181. (@BLOODREF, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  182. (@BLOODREF, 23441, 0.5, 1, 0, 1, 1), -- Nightseye
  183. (@BLOODREF, 23437, 0.5, 1, 0, 1, 1), -- Talasite
  184. (@BLOODREF, 23440, 0.5, 1, 0, 1, 1); -- Dawnstone
  185. -- Add pickpocketing loot for Bloodspore Firestarter
  186. SET @NPC =25470;
  187. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  188. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  189. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  190. (@NPC, 1, 100, 1, 0, -@BLOODREF, 1); -- Bloodspore ref loot template
  191. -- Add pickpocketing loot for Den Vermin
  192. SET @NPC =24567;
  193. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  194. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  195. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  196. (@NPC, 1, 100, 1, 0, -@BLOODREF, 1); -- Bloodspore ref loot template
  197. -- Add pickpocketing loot for Bloodspore Harvester
  198. SET @NPC =25467;
  199. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  200. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  201. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  202. (@NPC, 1, 100, 1, 0, -@BLOODREF, 1); -- Bloodspore ref loot template
  203. -- Add pickpocketing loot for Bloodspore Roaster
  204. SET @NPC =25468;
  205. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  206. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  207. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  208. (@NPC, 1, 100, 1, 0, -@BLOODREF, 1); -- Bloodspore ref loot template
  209. -- Add pickpocketing loot for Gammoth Tender
  210. SET @NPC =25501;
  211. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  212. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  213. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  214. (@NPC, 1, 100, 1, 0, -@BLOODREF, 1); -- Bloodspore ref loot template
  215.  
  216. -- Chieftian ref loot template
  217. SET @CHEIFREF =25400;
  218. DELETE FROM `reference_loot_template` WHERE `entry`=@CHEIFREF;
  219. INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  220. (@CHEIFREF, 29569, 50, 1, 0, 1, 1), -- Strong Junkbox
  221. (@CHEIFREF, 27858, 20, 1, 0, 1, 1), -- Sunspring Carp
  222. (@CHEIFREF, 29576, 20, 1, 0, 1, 1), -- Shark Bait
  223. (@CHEIFREF, 22829, 10, 1, 0, 1, 1); -- Super Healing Potion
  224. -- Add pickpocketing loot for Chieftain Burblegobble
  225. SET @NPC =25726;
  226. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  227. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  228. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  229. (@NPC, 1, 100, 1, 0, -@CHEIFREF, 1); -- Chieftian ref loot template
  230. -- Add pickpocketing loot for Gorloc Dredger
  231. SET @NPC =25701;
  232. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  233. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  234. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  235. (@NPC, 1, 100, 1, 0, -@CHEIFREF, 1); -- Chieftian ref loot template
  236. -- Add pickpocketing loot for Chieftain Gurgleboggle
  237. SET @NPC =25725;
  238. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  239. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  240. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  241. (@NPC, 1, 100, 1, 0, -@CHEIFREF, 1); -- Chieftian ref loot template
  242. -- Add pickpocketing loot for Gorloc Mud Splasher
  243. SET @NPC =25699;
  244. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  245. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  246. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  247. (@NPC, 1, 100, 1, 0, -@CHEIFREF, 1); -- Chieftian ref loot template
  248. -- Add pickpocketing loot for Riplash Myrmidon
  249. SET @NPC =24576;
  250. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  251. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  252. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  253. (@NPC, 1, 100, 1, 0, -@CHEIFREF, 1); -- Chieftian ref loot template
  254.  
  255. -- Cultist ref loot template
  256. SET @CULTREF = 25500;
  257. DELETE FROM `reference_loot_template` WHERE `entry`=@CULTREF;
  258. INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  259. (@CULTREF, 29569, 40, 1, 0, 1, 1), -- Strong Junkbox
  260. (@CULTREF, 29571, 37, 1, 0, 1, 1), -- A Steamy Romance Novel
  261. (@CULTREF, 30458, 8, 1, 0, 1, 1), -- Stromgarde Muenster
  262. (@CULTREF, 27855, 7, 1, 0, 1, 1), -- Mag'har Grainbread
  263. (@CULTREF, 27856, 6, 1, 0, 1, 1), -- Skethyl Berries
  264. (@CULTREF, 22829, 2, 1, 0, 1, 1), -- Super Healing Potion
  265. (@CULTREF, 36863, 0.5, 1, 0, 1, 1); -- Decahedral Dwarven Dice
  266. -- Add pickpocketing loot for Clandestine Cultist <Cult of the Damned>
  267. SET @NPC =25605;
  268. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  269. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  270. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  271. (@NPC, 1, 100, 1, 0, -@CULTREF, 1); -- Cultist ref loot template
  272. -- Add pickpocketing loot for En'kilah Necrolord <Cult of the Damned>
  273. SET @NPC =25609;
  274. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  275. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  276. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  277. (@NPC, 1, 100, 1, 0, -@CULTREF, 1); -- Cultist ref loot template
  278. -- Add pickpocketing loot for En'kilah Necromancer <Cult of the Damned>
  279. SET @NPC =25378;
  280. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  281. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  282. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  283. (@NPC, 1, 100, 1, 0, -@CULTREF, 1); -- Cultist ref loot template
  284. -- Add pickpocketing loot for Northsea Thug
  285. SET @NPC =25843;
  286. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  287. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  288. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  289. (@NPC, 1, 100, 1, 0, -@CULTREF, 1); -- Cultist ref loot template
  290.  
  291. -- Magmoth ref loot template
  292. SET @MAGMOTHREF = 25600;
  293. DELETE FROM `reference_loot_template` WHERE `entry`=@MAGMOTHREF;
  294. INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  295. (@MAGMOTHREF, 43575, 34, 1, 0, 1, 1), -- Reinforced Junkbox
  296. (@MAGMOTHREF, 33454, 29, 1, 0, 1, 1), -- Salted Venison
  297. (@MAGMOTHREF, 38263, 12, 1, 0, 1, 1), -- Too-Small Armband
  298. (@MAGMOTHREF, 33447, 12, 1, 0, 1, 1), -- Runic Healing Potion
  299. (@MAGMOTHREF, 38264, 12, 1, 0, 1, 1), -- A Very Pretty Rock
  300. (@MAGMOTHREF, 38266, 1, 1, 0, 1, 1); -- Rotund Relic
  301. -- Add pickpocketing loot for Magmoth Forager
  302. SET @NPC =25429;
  303. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  304. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  305. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  306. (@NPC, 1, 100, 1, 0, -@MAGMOTHREF, 1); -- Magmoth ref loot template
  307. -- Add pickpocketing loot for Kaganishu
  308. SET @NPC =25427;
  309. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  310. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  311. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  312. (@NPC, 1, 100, 1, 0, -@MAGMOTHREF, 1); -- Magmoth ref loot template
  313. -- Add pickpocketing loot for Magmoth Shaman
  314. SET @NPC =25428;
  315. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  316. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  317. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  318. (@NPC, 1, 100, 1, 0, -@MAGMOTHREF, 1); -- Magmoth ref loot template
  319.  
  320. -- Kvaldir ref loot template
  321. SET @KVALDIRREF = 25700;
  322. DELETE FROM `reference_loot_template` WHERE `entry`=@KVALDIRREF;
  323. INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  324. (@KVALDIRREF, 29569, 39, 1, 0, 1, 1), -- Strong Junkbox
  325. (@KVALDIRREF, 29570, 28, 1, 0, 1, 1), -- A Gnome Effigy
  326. (@KVALDIRREF, 27855, 12, 1, 0, 1, 1), -- Mag'har Grainbread
  327. (@KVALDIRREF, 27854, 12, 1, 0, 1, 1), -- Smoked Talbuk Venison
  328. (@KVALDIRREF, 22829, 7, 1, 0, 1, 1), -- Super Healing Potion
  329. (@KVALDIRREF, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  330. (@KVALDIRREF, 23441, 0.5, 1, 0, 1, 1), -- Nightseye
  331. (@KVALDIRREF, 23440, 0.5, 1, 0, 1, 1), -- Dawnstone
  332. (@KVALDIRREF, 23439, 0.5, 1, 0, 1, 1), -- Noble Topaz
  333. (@KVALDIRREF, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  334. -- Add pickpocketing loot for Kvaldir Mist Lord
  335. SET @NPC =25496;
  336. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  337. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  338. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  339. (@NPC, 1, 100, 1, 0, -@KVALDIRREF, 1); -- Kvaldir ref loot template
  340. -- Add pickpocketing loot for Kvaldir Mistweaver
  341. SET @NPC =25479;
  342. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  343. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  344. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  345. (@NPC, 1, 100, 1, 0, -@KVALDIRREF, 1); -- Kvaldir ref loot template
  346. -- Add pickpocketing loot for Kvaldir Raider
  347. SET @NPC =25760;
  348. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  349. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  350. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  351. (@NPC, 1, 100, 1, 0, -@KVALDIRREF, 1); -- Kvaldir ref loot template
  352. -- Add pickpocketing loot for Heigarr the Horrible
  353. SET @NPC =26266;
  354. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  355. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  356. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  357. (@NPC, 1, 100, 1, 0, -@KVALDIRREF, 1); -- Kvaldir ref loot template
  358. -- Add pickpocketing loot for Ragnar Drakkarlund
  359. SET @NPC =26451;
  360. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  361. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  362. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  363. (@NPC, 1, 100, 1, 0, -@KVALDIRREF, 1), -- Kvaldir ref loot template
  364. (@NPC, 35774, -100, 1, 0, 1, 1); -- Trident of Naz'jan
  365. -- Add pickpocketing loot for Skadir Longboatsman
  366. SET @NPC =25521;
  367. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  368. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  369. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  370. (@NPC, 1, 100, 1, 0, -@KVALDIRREF, 1); -- Kvaldir ref loot template
  371. -- Add pickpocketing loot for Skadir Mistweaver
  372. SET @NPC =25613;
  373. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  374. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  375. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  376. (@NPC, 1, 100, 1, 0, -@KVALDIRREF, 1); -- Kvaldir ref loot template
  377. -- Add pickpocketing loot for Skadir Raider
  378. SET @NPC =25522;
  379. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  380. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  381. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  382. (@NPC, 1, 100, 1, 0, -@KVALDIRREF, 1); -- Kvaldir ref loot template
  383. -- Add pickpocketing loot for Skadir Runecaster
  384. SET @NPC =25520;
  385. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  386. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  387. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  388. (@NPC, 1, 100, 1, 0, -@KVALDIRREF, 1); -- Kvaldir ref loot template
  389.  
  390. -- Claximus ref loot template
  391. SET @CLAXREF = 25800;
  392. DELETE FROM `reference_loot_template` WHERE `entry`=@CLAXREF;
  393. INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  394. (@CLAXREF, 43575, 28, 1, 0, 1, 1), -- Reinforced Junkbox
  395. (@CLAXREF, 38273, 26, 1, 0, 1, 1), -- Brain Coral
  396. (@CLAXREF, 38274, 23, 1, 0, 1, 1), -- Large Snail Shell
  397. (@CLAXREF, 37452, 17, 1, 0, 1, 1), -- Fatty Bluefin
  398. (@CLAXREF, 33447, 6, 1, 0, 1, 1); -- Runic Healing Potion
  399. -- Add pickpocketing loot for Claximus
  400. SET @NPC =25209;
  401. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  402. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  403. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  404. (@NPC, 1, 100, 1, 0, -@CLAXREF, 1); -- Clax ref loot template
  405. -- Add pickpocketing loot for Keymaster Urmgrgl
  406. SET @NPC =25210;
  407. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  408. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  409. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  410. (@NPC, 1, 100, 1, 0, -@CLAXREF, 1); -- Clax ref loot template
  411. -- Add pickpocketing loot for Winterfin Oracle
  412. SET @NPC =25216;
  413. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  414. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  415. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  416. (@NPC, 1, 100, 1, 0, -@CLAXREF, 1); -- Clax ref loot template
  417. -- Add pickpocketing loot for Winterfin Shorestriker
  418. SET @NPC =25215;
  419. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  420. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  421. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  422. (@NPC, 1, 100, 1, 0, -@CLAXREF, 1); -- Clax ref loot template
  423. -- Add pickpocketing loot for Winterfin Warrior
  424. SET @NPC =25217;
  425. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  426. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  427. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  428. (@NPC, 1, 100, 1, 0, -@CLAXREF, 1); -- Clax ref loot template
  429.  
  430. SET @MAGMOTH2REF = 25900;
  431. DELETE FROM `reference_loot_template` WHERE `entry`=@MAGMOTH2REF;
  432. INSERT INTO `reference_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  433. (@MAGMOTH2REF, 38260, 33, 1, 0, 1, 1), -- Empty Tobacco Pouch
  434. (@MAGMOTH2REF, 38261, 21, 1, 0, 1, 1), -- Bent House Key
  435. (@MAGMOTH2REF, 33449, 16, 1, 0, 1, 1), -- Crusty Flatbread
  436. (@MAGMOTH2REF, 43575, 16, 1, 0, 1, 1), -- Reinforced Junkbox
  437. (@MAGMOTH2REF, 33454, 9, 1, 0, 1, 1), -- Salted Venison
  438. (@MAGMOTH2REF, 33447, 5, 1, 0, 1, 1), -- Runic Healing Potion
  439. (@MAGMOTH2REF, 36862, 1, 1, 0, 1, 1); -- Worn Troll Dice
  440. -- Add pickpocketing loot for Gammothra the Tormentor
  441. SET @NPC =25789;
  442. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  443. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  444. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  445. (@NPC, 1, 100, 1, 0, -@MAGMOTH2REF, 1); -- Magmoth2 ref loot template
  446. -- Add pickpocketing loot for Magmoth Crusher
  447. SET @NPC =25434;
  448. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  449. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  450. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  451. (@NPC, 1, 100, 1, 0, -@MAGMOTH2REF, 1); -- Magmoth2 ref loot template
  452. -- Add pickpocketing loot for Magmothregar
  453. SET @NPC =25430;
  454. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  455. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  456. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  457. (@NPC, 1, 100, 1, 0, -@MAGMOTH2REF, 1); -- Magmoth2 ref loot template
  458. -- Add pickpocketing loot for Magnataur Huntress <Mate of Gammothra>
  459. SET @NPC =24469;
  460. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  461. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  462. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  463. (@NPC, 1, 100, 1, 0, -@MAGMOTH2REF, 1); -- Magmoth2 ref loot template
  464. -- Add pickpocketing loot for Mate of Magmothregar
  465. SET @NPC =2543;
  466. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  467. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  468. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  469. (@NPC, 1, 100, 1, 0, -@MAGMOTH2REF, 1); -- Magmoth2 ref loot template
  470. -- Add pickpocketing loot for Offspring of Magmothregar
  471. SET @NPC =25433;
  472. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  473. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  474. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  475. (@NPC, 1, 100, 1, 0, -@MAGMOTH2REF, 1); -- Magmoth2 ref loot template
  476. -- Add pickpocketing loot for Plagued Magnataur
  477. SET @NPC =25615;
  478. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  479. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  480. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  481. (@NPC, 1, 100, 1, 0, -@MAGMOTH2REF, 1); -- Magmoth2 ref loot template
  482. -- Add pickpocketing loot for Skadir Mariner
  483. SET @NPC =25523;
  484. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  485. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  486. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  487. (@NPC, 1, 100, 1, 0, -@MAGMOTH2REF, 1); -- Magmoth2 ref loot template
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement