Advertisement
gecko32

Borean tundra pickpocket loot

Feb 6th, 2012
379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 42.99 KB | None | 0 0
  1. -- Fix to add pickpocketing loot for humoniods in borean tundra
  2. -- Add pickpocketing loot for Beryl Reclaimer
  3. SET @NPC =25449;
  4. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  5. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  6. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  7. (@NPC, 37467, 32.5, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  8. (@NPC, 43575, 31, 1, 0, 1, 1), -- Reinforced Junkbox
  9. (@NPC, 38261, 10, 1, 0, 1, 1), -- Bent House Key
  10. (@NPC, 29448, 7, 1, 0, 1, 1), -- Mag'har Mild Cheese
  11. (@NPC, 29450, 7, 1, 0, 1, 1), -- Telaari Grapes
  12. (@NPC, 33447, 6, 1, 0, 1, 1), -- Runic Healing Potion
  13. (@NPC, 33449, 6, 1, 0, 1, 1), -- Crusty Flatbread
  14. (@NPC, 36863, 0.5, 1, 0, 1, 1); -- Decahedral Dwarven Dice
  15.  
  16. -- Add pickpocketing loot for Beryl Sorcerer
  17. SET @NPC =25316;
  18. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  19. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  20. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  21. (@NPC, 37467, 32.5, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  22. (@NPC, 43575, 31, 1, 0, 1, 1), -- Reinforced Junkbox
  23. (@NPC, 38261, 12, 1, 0, 1, 1), -- Bent House Key
  24. (@NPC, 29448, 7, 1, 0, 1, 1), -- Mag'har Mild Cheese
  25. (@NPC, 29450, 7, 1, 0, 1, 1), -- Telaari Grapes
  26. (@NPC, 33447, 5, 1, 0, 1, 1), -- Runic Healing Potion
  27. (@NPC, 33449, 5, 1, 0, 1, 1), -- Crusty Flatbread
  28. (@NPC, 36863, 0.5, 1, 0, 1, 1); -- Decahedral Dwarven Dice
  29.  
  30. -- Add pickpocketing loot for Beryl Treasure Hunter
  31. SET @NPC =25353;
  32. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  33. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  34. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  35. (@NPC, 37467, 32.5, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  36. (@NPC, 43575, 31, 1, 0, 1, 1), -- Reinforced Junkbox
  37. (@NPC, 38261, 12, 1, 0, 1, 1), -- Bent House Key
  38. (@NPC, 29448, 7, 1, 0, 1, 1), -- Mag'har Mild Cheese
  39. (@NPC, 29450, 7, 1, 0, 1, 1), -- Telaari Grapes
  40. (@NPC, 33447, 5, 1, 0, 1, 1), -- Runic Healing Potion
  41. (@NPC, 33449, 5, 1, 0, 1, 1), -- Crusty Flatbread
  42. (@NPC, 36863, 0.5, 1, 0, 1, 1); -- Decahedral Dwarven Dice
  43.  
  44. -- Add pickpocketing loot for Bloodspore Firestarter
  45. SET @NPC =25470;
  46. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  47. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  48. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  49. (@NPC, 29572, 37.5, 1, 0, 1, 1), -- Aboriginal Carvings
  50. (@NPC, 29569, 33, 1, 0, 1, 1), -- Strong Junkbox
  51. (@NPC, 8952, 20, 1, 0, 1, 1), -- Roasted Quail
  52. (@NPC, 22829, 8, 1, 0, 1, 1), -- Super Healing Potion
  53. (@NPC, 23438, 0.5, 1, 0, 1, 1), -- Star of Elune
  54. (@NPC, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  55. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  56.  
  57. -- Add pickpocketing loot for Bloodspore Harvester
  58. SET @NPC =25467;
  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, 29572, 35, 1, 0, 1, 1), -- Aboriginal Carvings
  63. (@NPC, 29569, 31, 1, 0, 1, 1), -- Strong Junkbox
  64. (@NPC, 8952, 27, 1, 0, 1, 1), -- Roasted Quail
  65. (@NPC, 22829, 7, 1, 0, 1, 1), -- Super Healing Potion
  66. (@NPC, 23441, 0.5, 1, 0, 1, 1), -- Nightseye
  67. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  68.  
  69. -- Add pickpocketing loot for Bloodspore Roaster
  70. SET @NPC =25468;
  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, 29569, 38, 1, 0, 1, 1), -- Strong Junkbox
  75. (@NPC, 8952, 32.5, 1, 0, 1, 1), -- Roasted Quail
  76. (@NPC, 29572, 21.5, 1, 0, 1, 1), -- Aboriginal Carvings
  77. (@NPC, 22829, 7.5, 1, 0, 1, 1), -- Super Healing Potion
  78. (@NPC, 23440, 0.5, 1, 0, 1, 1); -- Dawnstone
  79.  
  80. -- Add pickpocketing loot for Chieftain Burblegobble
  81. SET @NPC =25726;
  82. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  83. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  84. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  85. (@NPC, 29569, 50, 1, 0, 1, 1), -- Strong Junkbox
  86. (@NPC, 27858, 20, 1, 0, 1, 1), -- Sunspring Carp
  87. (@NPC, 29576, 20, 1, 0, 1, 1), -- Shark Bait
  88. (@NPC, 22829, 10, 1, 0, 1, 1); -- Super Healing Potion
  89.  
  90. -- Add pickpocketing loot for Chieftain Gurgleboggle
  91. SET @NPC =25725;
  92. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  93. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  94. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  95. (@NPC, 29569, 38.25, 1, 0, 1, 1), -- Strong Junkbox
  96. (@NPC, 27858, 12.25, 1, 0, 1, 1), -- Sunspring Carp
  97. (@NPC, 29576, 30.25, 1, 0, 1, 1), -- Shark Bait
  98. (@NPC, 22829, 19.25, 1, 0, 1, 1); -- Super Healing Potion
  99.  
  100. -- Add pickpocketing loot for Clam Master K
  101. SET @NPC =25800;
  102. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  103. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  104. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  105. (@NPC, 43575, 39, 1, 0, 1, 1), -- Reinforced Junkbox
  106. (@NPC, 37467, 29, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  107. (@NPC, 38261, 13, 1, 0, 1, 1), -- Bent House Key
  108. (@NPC, 29448, 7, 1, 0, 1, 1), -- Mag'har Mild Cheese
  109. (@NPC, 33447, 6, 1, 0, 1, 1), -- Runic Healing Potion
  110. (@NPC, 33449, 5, 1, 0, 1, 1), -- Crusty Flatbread
  111. (@NPC, 29450, 1, 1, 0, 1, 1); -- Telaari Grapes
  112.  
  113. -- Add pickpocketing loot for Clandestine Cultist <Cult of the Damned>
  114. SET @NPC =25605;
  115. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  116. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  117. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  118. (@NPC, 29569, 40, 1, 0, 1, 1), -- Strong Junkbox
  119. (@NPC, 29571, 37, 1, 0, 1, 1), -- A Steamy Romance Novel
  120. (@NPC, 30458, 8, 1, 0, 1, 1), -- Stromgarde Muenster
  121. (@NPC, 27855, 7, 1, 0, 1, 1), -- Mag'har Grainbread
  122. (@NPC, 27856, 6, 1, 0, 1, 1), -- Skethyl Berries
  123. (@NPC, 22829, 2, 1, 0, 1, 1); -- Super Healing Potion
  124.  
  125. -- Add pickpocketing loot for Claximus
  126. SET @NPC =25209;
  127. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  128. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  129. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  130. (@NPC, 43575, 28, 1, 0, 1, 1), -- Reinforced Junkbox
  131. (@NPC, 38273, 26, 1, 0, 1, 1), -- Brain Coral
  132. (@NPC, 38274, 23, 1, 0, 1, 1), -- Large Snail Shell
  133. (@NPC, 37452, 17, 1, 0, 1, 1), -- Fatty Bluefin
  134. (@NPC, 33447, 6, 1, 0, 1, 1); -- Runic Healing Potion
  135.  
  136. -- Add pickpocketing loot for Coldarra Spellbinder
  137. SET @NPC =25719;
  138. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  139. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  140. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  141. (@NPC, 37467, 35, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  142. (@NPC, 43575, 29, 1, 0, 1, 1), -- Reinforced Junkbox
  143. (@NPC, 38261, 10, 1, 0, 1, 1), -- Bent House Key
  144. (@NPC, 29448, 8, 1, 0, 1, 1), -- Mag'har Mild Cheese
  145. (@NPC, 29450, 8, 1, 0, 1, 1), -- Telaari Grapes
  146. (@NPC, 33447, 7, 1, 0, 1, 1), -- Runic Healing Potion
  147. (@NPC, 33449, 11, 1, 0, 1, 1); -- Crusty Flatbread
  148.  
  149. -- Add pickpocketing loot for Cultist Necrolyte
  150. SET @NPC =25651;
  151. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  152. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  153. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  154. (@NPC, 29571, 36, 1, 0, 1, 1), -- A Steamy Romance Novel
  155. (@NPC, 29569, 31.5, 1, 0, 1, 1), -- Strong Junkbox
  156. (@NPC, 22829, 9.5, 1, 0, 1, 1), -- Super Healing Potion
  157. (@NPC, 27855, 8.5, 1, 0, 1, 1), -- Mag'har Grainbread
  158. (@NPC, 30458, 6.5, 1, 0, 1, 1), -- Stromgarde Muenster
  159. (@NPC, 27856, 6.5, 1, 0, 1, 1), -- Skethyl Berries
  160. (@NPC, 23439, 0.5, 1, 0, 1, 1), -- Noble Topaz
  161. (@NPC, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  162. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  163.  
  164. -- Add pickpocketing loot for Den Vermin
  165. SET @NPC =24567;
  166. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  167. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  168. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  169. (@NPC, 29572, 32, 1, 0, 1, 1), -- Aboriginal Carvings
  170. (@NPC, 29569, 31, 1, 0, 1, 1), -- Strong Junkbox
  171. (@NPC, 8952, 30, 1, 0, 1, 1), -- Roasted Quail
  172. (@NPC, 22829, 5, 1, 0, 1, 1), -- Super Healing Potion
  173. (@NPC, 23438, 0.5, 1, 0, 1, 1), -- Star of Elune
  174. (@NPC, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  175. (@NPC, 23441, 0.5, 1, 0, 1, 1), -- Nightseye
  176. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  177.  
  178. -- Add pickpocketing loot for En'kilah Necrolord <Cult of the Damned>
  179. SET @NPC =25609;
  180. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  181. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  182. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  183. (@NPC, 29569, 37, 1, 0, 1, 1), -- Strong Junkbox
  184. (@NPC, 29571, 30, 1, 0, 1, 1), -- A Steamy Romance Novel
  185. (@NPC, 27855, 8, 1, 0, 1, 1), -- Mag'har Grainbread
  186. (@NPC, 30458, 8, 1, 0, 1, 1), -- Stromgarde Muenster
  187. (@NPC, 22829, 8, 1, 0, 1, 1), -- Super Healing Potion
  188. (@NPC, 27856, 6, 1, 0, 1, 1), -- Skethyl Berries
  189. (@NPC, 23439, 0.5, 1, 0, 1, 1), -- Noble Topaz
  190. (@NPC, 23437, 1.5, 1, 0, 1, 1); -- Talasite
  191.  
  192. -- Add pickpocketing loot for En'kilah Necromancer <Cult of the Damned>
  193. SET @NPC =25378;
  194. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  195. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  196. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  197. (@NPC, 37467, 30.5, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  198. (@NPC, 43575, 27, 1, 0, 1, 1), -- Reinforced Junkbox
  199. (@NPC, 38261, 13, 1, 0, 1, 1), -- Bent House Key
  200. (@NPC, 29448, 8, 1, 0, 1, 1), -- Mag'har Mild Cheese
  201. (@NPC, 33447, 8, 1, 0, 1, 1), -- Runic Healing Potion
  202. (@NPC, 33449, 8, 1, 0, 1, 1), -- Crusty Flatbread
  203. (@NPC, 29450, 5, 1, 0, 1, 1), -- Telaari Grapes
  204. (@NPC, 36863, 0.5, 1, 0, 1, 1); -- Decahedral Dwarven Dice
  205.  
  206. -- Add pickpocketing loot for Gamel the Cruel
  207. SET @NPC =26449;
  208. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  209. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  210. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  211. (@NPC, 29569, 36, 1, 0, 1, 1), -- Strong Junkbox
  212. (@NPC, 29570, 30, 1, 0, 1, 1), -- A Gnome Effigy
  213. (@NPC, 27855, 13, 1, 0, 1, 1), -- Mag'har Grainbread
  214. (@NPC, 27854, 12, 1, 0, 1, 1), -- Smoked Talbuk Venison
  215. (@NPC, 22829, 8, 1, 0, 1, 1), -- Super Healing Potion
  216. (@NPC, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  217. (@NPC, 23439, 0.5, 1, 0, 1, 1); -- Noble Topaz
  218.  
  219. -- Add pickpocketing loot for Gammoth Tender
  220. SET @NPC =25501;
  221. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  222. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  223. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  224. (@NPC, 29572, 41, 1, 0, 1, 1), -- Aboriginal Carvings
  225. (@NPC, 29569, 30, 1, 0, 1, 1), -- Strong Junkbox
  226. (@NPC, 8952, 23, 1, 0, 1, 1), -- Roasted Quail
  227. (@NPC, 22829, 5, 1, 0, 1, 1), -- Super Healing Potion
  228. (@NPC, 23438, 0.5, 1, 0, 1, 1), -- Star of Elune
  229. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  230.  
  231. -- Add pickpocketing loot for Gammothra the Tormentor
  232. SET @NPC =25789;
  233. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  234. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  235. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  236. (@NPC, 38260, 33, 1, 0, 1, 1), -- Empty Tobacco Pouch
  237. (@NPC, 38261, 21, 1, 0, 1, 1), -- Bent House Key
  238. (@NPC, 33449, 16, 1, 0, 1, 1), -- Crusty Flatbread
  239. (@NPC, 43575, 16, 1, 0, 1, 1), -- Reinforced Junkbox
  240. (@NPC, 33454, 9, 1, 0, 1, 1), -- Salted Venison
  241. (@NPC, 33447, 5, 1, 0, 1, 1); -- Runic Healing Potion
  242.  
  243. -- Add pickpocketing loot for Gorloc Dredger
  244. SET @NPC =25701;
  245. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  246. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  247. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  248. (@NPC, 29576, 39, 1, 0, 1, 1), -- Shark Bait
  249. (@NPC, 29569, 31, 1, 0, 1, 1), -- Strong Junkbox
  250. (@NPC, 27858, 21, 1, 0, 1, 1), -- Sunspring Carp
  251. (@NPC, 22829, 9, 1, 0, 1, 1); -- Super Healing Potion
  252.  
  253. -- Add pickpocketing loot for Gorloc Gibberer
  254. SET @NPC =25686;
  255. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  256. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  257. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  258. (@NPC, 29576, 57.5, 1, 0, 1, 1), -- Shark Bait
  259. (@NPC, 29569, 30, 1, 0, 1, 1), -- Strong Junkbox
  260. (@NPC, 27858, 8, 1, 0, 1, 1), -- Sunspring Carp
  261. (@NPC, 22829, 3, 1, 0, 1, 1), -- Super Healing Potion
  262. (@NPC, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  263. (@NPC, 23437, 0.5, 1, 0, 1, 1), -- Talasite
  264. (@NPC, 23439, 0.5, 1, 0, 1, 1); -- Noble Topaz
  265.  
  266. -- Add pickpocketing loot for Gorloc Hunter
  267. SET @NPC =25700;
  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, 29569, 55.5, 1, 0, 1, 1), -- Strong Junkbox
  272. (@NPC, 29576, 37, 1, 0, 1, 1), -- Shark Bait
  273. (@NPC, 27858, 5, 1, 0, 1, 1), -- Sunspring Carp
  274. (@NPC, 22829, 2, 1, 0, 1, 1), -- Super Healing Potion
  275. (@NPC, 23440, 0.5, 1, 0, 1, 1); -- Dawnstone
  276.  
  277. -- Add pickpocketing loot for Gorloc Mud Splasher
  278. SET @NPC =25699;
  279. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  280. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  281. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  282. (@NPC, 29576, 52, 1, 0, 1, 1), -- Shark Bait
  283. (@NPC, 27858, 33, 1, 0, 1, 1), -- Sunspring Carp
  284. (@NPC, 29569, 13, 1, 0, 1, 1), -- Strong Junkbox
  285. (@NPC, 22829, 2, 1, 0, 1, 1); -- Super Healing Potion
  286.  
  287. -- Add pickpocketing loot for Gorloc Steam Belcher
  288. SET @NPC =25687;
  289. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  290. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  291. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  292. (@NPC, 29569, 42, 1, 0, 1, 1), -- Strong Junkbox
  293. (@NPC, 29576, 32, 1, 0, 1, 1), -- Shark Bait
  294. (@NPC, 27858, 21, 1, 0, 1, 1), -- Sunspring Carp
  295. (@NPC, 22829, 5, 1, 0, 1, 1), -- Super Healing Potion
  296. (@NPC, 23438, 0.5, 1, 0, 1, 1), -- Star of Elune
  297. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  298.  
  299. -- Add pickpocketing loot for Gorloc Waddler
  300. SET @NPC =25685;
  301. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  302. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  303. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  304. (@NPC, 27858, 46.5, 1, 0, 1, 1), -- Sunspring Carp
  305. (@NPC, 29569, 36.5, 1, 0, 1, 1), -- Strong Junkbox
  306. (@NPC, 29576, 13, 1, 0, 1, 1), -- Shark Bait
  307. (@NPC, 22829, 4, 1, 0, 1, 1); -- Super Healing Potion
  308.  
  309. -- Add pickpocketing loot for Harold Lane <The Fur Baron>
  310. SET @NPC =25804;
  311. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  312. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  313. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  314. (@NPC, 37467, 38, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  315. (@NPC, 43575, 19, 1, 0, 1, 1), -- Reinforced Junkbox
  316. (@NPC, 38261, 19, 1, 0, 1, 1), -- Bent House Key
  317. (@NPC, 29450, 6, 1, 0, 1, 1), -- Telaari Grapes
  318. (@NPC, 33449, 6, 1, 0, 1, 1), -- Crusty Flatbread
  319. (@NPC, 33447, 6, 1, 0, 1, 1), -- Runic Healing Potion
  320. (@NPC, 29448, 6, 1, 0, 1, 1); -- Mag'har Mild Cheese
  321.  
  322. -- Add pickpocketing loot for Heigarr the Horrible
  323. SET @NPC =26266;
  324. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  325. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  326. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  327. (@NPC, 29569, 41, 1, 0, 1, 1), -- Strong Junkbox
  328. (@NPC, 29570, 31, 1, 0, 1, 1), -- A Gnome Effigy
  329. (@NPC, 27855, 12, 1, 0, 1, 1), -- Mag'har Grainbread
  330. (@NPC, 27854, 10, 1, 0, 1, 1), -- Smoked Talbuk Venison
  331. (@NPC, 22829, 6, 1, 0, 1, 1); -- Super Healing Potion
  332.  
  333. -- Add pickpocketing loot for High Priest Andorath
  334. SET @NPC =25392;
  335. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  336. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  337. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  338. (@NPC, 37467, 33, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  339. (@NPC, 43575, 25, 1, 0, 1, 1), -- Reinforced Junkbox
  340. (@NPC, 38261, 17, 1, 0, 1, 1), -- Bent House Key
  341. (@NPC, 29450, 12, 1, 0, 1, 1), -- Telaari Grapes
  342. (@NPC, 29448, 6, 1, 0, 1, 1), -- Mag'har Mild Cheese
  343. (@NPC, 33447, 4, 1, 0, 1, 1), -- Runic Healing Potion
  344. (@NPC, 33449, 3, 1, 0, 1, 1); -- Crusty Flatbread
  345.  
  346. -- Add pickpocketing loot for Inquisitor Caleras
  347. SET @NPC =25720;
  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, 37467, 33, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  352. (@NPC, 33449, 29, 1, 0, 1, 1), -- Crusty Flatbread
  353. (@NPC, 43575, 17, 1, 0, 1, 1), -- Reinforced Junkbox
  354. (@NPC, 38261, 10, 1, 0, 1, 1), -- Bent House Key
  355. (@NPC, 29448, 7, 1, 0, 1, 1), -- Mag'har Mild Cheese
  356. (@NPC, 29450, 2, 1, 0, 1, 1), -- Telaari Grapes
  357. (@NPC, 33447, 2, 1, 0, 1, 1); -- Runic Healing Potion
  358.  
  359. -- Add pickpocketing loot for Kaganishu
  360. SET @NPC =25427;
  361. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  362. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  363. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  364. (@NPC, 33447, 45, 1, 0, 1, 1), -- Runic Healing Potion
  365. (@NPC, 43575, 20, 1, 0, 1, 1), -- Reinforced Junkbox
  366. (@NPC, 33454, 14, 1, 0, 1, 1), -- Salted Venison
  367. (@NPC, 38264, 14, 1, 0, 1, 1), -- A Very Pretty Rock
  368. (@NPC, 38263, 7, 1, 0, 1, 1); -- Too-Small Armband
  369.  
  370. -- Add pickpocketing loot for Karen "I Don't Caribou" the Culler
  371. SET @NPC =25803;
  372. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  373. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  374. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  375. (@NPC, 43575, 48, 1, 0, 1, 1), -- Reinforced Junkbox
  376. (@NPC, 37467, 25, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  377. (@NPC, 29448, 12, 1, 0, 1, 1), -- Mag'har Mild Cheese
  378. (@NPC, 33447, 8, 1, 0, 1, 1), -- Runic Healing Potion
  379. (@NPC, 38261, 8, 1, 0, 1, 1), -- Bent House Key
  380. (@NPC, 29450, 5, 1, 0, 1, 1), -- Telaari Grapes
  381. (@NPC, 33449, 2, 1, 0, 1, 1); -- Crusty Flatbread
  382.  
  383. -- Add pickpocketing loot for Keymaster Urmgrgl
  384. SET @NPC =25210;
  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, 43575, 31, 1, 0, 1, 1), -- Reinforced Junkbox
  389. (@NPC, 38273, 24, 1, 0, 1, 1), -- Brain Coral
  390. (@NPC, 37452, 23, 1, 0, 1, 1), -- Fatty Bluefin
  391. (@NPC, 38274, 17, 1, 0, 1, 1), -- Large Snail Shell
  392. (@NPC, 33447, 5, 1, 0, 1, 1); -- Runic Healing Potion
  393.  
  394. -- Add pickpocketing loot for Kvaldir Mist Lord
  395. SET @NPC =25496;
  396. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  397. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  398. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  399. (@NPC, 29569, 39.5, 1, 0, 1, 1), -- Strong Junkbox
  400. (@NPC, 29570, 28, 1, 0, 1, 1), -- A Gnome Effigy
  401. (@NPC, 27855, 12, 1, 0, 1, 1), -- Mag'har Grainbread
  402. (@NPC, 27854, 12, 1, 0, 1, 1), -- Smoked Talbuk Venison
  403. (@NPC, 22829, 7, 1, 0, 1, 1), -- Super Healing Potion
  404. (@NPC, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  405. (@NPC, 23441, 0.5, 1, 0, 1, 1), -- Nightseye
  406. (@NPC, 23440, 0.5, 1, 0, 1, 1); -- Dawnstone
  407.  
  408. -- Add pickpocketing loot for Kvaldir Mistweaver
  409. SET @NPC =25479;
  410. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  411. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  412. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  413. (@NPC, 29569, 38, 1, 0, 1, 1), -- Strong Junkbox
  414. (@NPC, 29570, 27, 1, 0, 1, 1), -- A Gnome Effigy
  415. (@NPC, 27854, 20, 1, 0, 1, 1), -- Smoked Talbuk Venison
  416. (@NPC, 27855, 8, 1, 0, 1, 1), -- Mag'har Grainbread
  417. (@NPC, 22829, 6, 1, 0, 1, 1), -- Super Healing Potion
  418. (@NPC, 23436, 0.5, 1, 0, 1, 1), -- Living Ruby
  419. (@NPC, 23440, 0.5, 1, 0, 1, 1); -- Dawnstone
  420.  
  421. -- Add pickpocketing loot for Kvaldir Raider
  422. SET @NPC =25760;
  423. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  424. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  425. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  426. (@NPC, 29570, 34.5, 1, 0, 1, 1), -- A Gnome Effigy
  427. (@NPC, 29569, 32, 1, 0, 1, 1), -- Strong Junkbox
  428. (@NPC, 27854, 11, 1, 0, 1, 1), -- Smoked Talbuk Venison
  429. (@NPC, 27855, 11, 1, 0, 1, 1), -- Mag'har Grainbread
  430. (@NPC, 22829, 11, 1, 0, 1, 1), -- Super Healing Potion
  431. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  432.  
  433. -- Add pickpocketing loot for Loot Crazed Diver
  434. SET @NPC =25836;
  435. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  436. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  437. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  438. (@NPC, 43575, 29.5, 1, 0, 1, 1), -- Reinforced Junkbox
  439. (@NPC, 37467, 25.5, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  440. (@NPC, 38261, 13, 1, 0, 1, 1), -- Bent House Key
  441. (@NPC, 33449, 10, 1, 0, 1, 1), -- Crusty Flatbread
  442. (@NPC, 29448, 8, 1, 0, 1, 1), -- Mag'har Mild Cheese
  443. (@NPC, 29450, 8, 1, 0, 1, 1), -- Telaari Grapes
  444. (@NPC, 33447, 6, 1, 0, 1, 1); -- Runic Healing Potion
  445.  
  446. -- Add pickpocketing loot for Loot Crazed Hunter
  447. SET @NPC =25979;
  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, 37467, 38, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  452. (@NPC, 43575, 28, 1, 0, 1, 1), -- Reinforced Junkbox
  453. (@NPC, 38261, 10, 1, 0, 1, 1), -- Bent House Key
  454. (@NPC, 33447, 6, 1, 0, 1, 1), -- Runic Healing Potion
  455. (@NPC, 33449, 6, 1, 0, 1, 1), -- Crusty Flatbread
  456. (@NPC, 29448, 6, 1, 0, 1, 1), -- Mag'har Mild Cheese
  457. (@NPC, 29450, 6, 1, 0, 1, 1); -- Telaari Grapes
  458.  
  459. -- Add pickpocketing loot for Loot Crazed Poacher
  460. SET @NPC =25806;
  461. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  462. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  463. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  464. (@NPC, 43575, 34, 1, 0, 1, 1), -- Reinforced Junkbox
  465. (@NPC, 37467, 32, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  466. (@NPC, 38261, 15, 1, 0, 1, 1), -- Bent House Key
  467. (@NPC, 29448, 8, 1, 0, 1, 1), -- Mag'har Mild Cheese
  468. (@NPC, 33447, 7, 1, 0, 1, 1), -- Runic Healing Potion
  469. (@NPC, 29450, 6, 1, 0, 1, 1), -- Telaari Grapes
  470. (@NPC, 33449, 6, 1, 0, 1, 1); -- Crusty Flatbread
  471.  
  472. -- Add pickpocketing loot for Luthion the Vile <The San'layn>
  473. SET @NPC =27860;
  474. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  475. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  476. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  477. (@NPC, 37467, 52, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  478. (@NPC, 43575, 16, 1, 0, 1, 1), -- Reinforced Junkbox
  479. (@NPC, 29448, 13, 1, 0, 1, 1), -- Mag'har Mild Cheese
  480. (@NPC, 33447, 6, 1, 0, 1, 1), -- Runic Healing Potion
  481. (@NPC, 29450, 5, 1, 0, 1, 1), -- Telaari Grapes
  482. (@NPC, 38261, 5, 1, 0, 1, 1), -- Bent House Key
  483. (@NPC, 33449, 3, 1, 0, 1, 1); -- Crusty Flatbread
  484.  
  485. -- Add pickpocketing loot for Magmoth Crusher
  486. SET @NPC =25434;
  487. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  488. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  489. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  490. (@NPC, 43575, 38, 1, 0, 1, 1), -- Reinforced Junkbox
  491. (@NPC, 38260, 26, 1, 0, 1, 1), -- Empty Tobacco Pouch
  492. (@NPC, 33449, 10, 1, 0, 1, 1), -- Crusty Flatbread
  493. (@NPC, 33454, 10, 1, 0, 1, 1), -- Salted Venison
  494. (@NPC, 38261, 8, 1, 0, 1, 1), -- Bent House Key
  495. (@NPC, 33447, 8, 1, 0, 1, 1), -- Runic Healing Potion
  496. (@NPC, 36862, 1, 1, 0, 1, 1); -- Worn Troll Dice
  497.  
  498. -- Add pickpocketing loot for Magmoth Forager
  499. SET @NPC =25429;
  500. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  501. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  502. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  503. (@NPC, 43575, 34, 1, 0, 1, 1), -- Reinforced Junkbox
  504. (@NPC, 33454, 29, 1, 0, 1, 1), -- Salted Venison
  505. (@NPC, 38263, 12, 1, 0, 1, 1), -- Too-Small Armband
  506. (@NPC, 33447, 12, 1, 0, 1, 1), -- Runic Healing Potion
  507. (@NPC, 38264, 12, 1, 0, 1, 1), -- A Very Pretty Rock
  508. (@NPC, 38266, 1, 1, 0, 1, 1); -- Rotund Relic
  509.  
  510. -- Add pickpocketing loot for Magmoth Shaman
  511. SET @NPC =25428;
  512. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  513. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  514. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  515. (@NPC, 43575, 35, 1, 0, 1, 1), -- Reinforced Junkbox
  516. (@NPC, 33454, 25, 1, 0, 1, 1), -- Salted Venison
  517. (@NPC, 38264, 16, 1, 0, 1, 1), -- A Very Pretty Rock
  518. (@NPC, 38263, 16, 1, 0, 1, 1), -- Too-Small Armband
  519. (@NPC, 33447, 7, 1, 0, 1, 1), -- Runic Healing Potion
  520. (@NPC, 38266, 1, 1, 0, 1, 1); -- Rotund Relic
  521.  
  522. -- Add pickpocketing loot for Magmothregar
  523. SET @NPC =25430;
  524. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  525. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  526. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  527. (@NPC, 43575, 34, 1, 0, 1, 1), -- Reinforced Junkbox
  528. (@NPC, 38260, 25, 1, 0, 1, 1), -- Empty Tobacco Pouch
  529. (@NPC, 38261, 11, 1, 0, 1, 1), -- Bent House Key
  530. (@NPC, 33454, 10, 1, 0, 1, 1), -- Salted Venison
  531. (@NPC, 33449, 9, 1, 0, 1, 1), -- Crusty Flatbread
  532. (@NPC, 33447, 8, 1, 0, 1, 1), -- Runic Healing Potion
  533. (@NPC, 36862, 3, 1, 0, 1, 1); -- Worn Troll Dice
  534.  
  535. -- Add pickpocketing loot for Magnataur Huntress <Mate of Gammothra>
  536. SET @NPC =24469;
  537. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  538. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  539. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  540. (@NPC, 43575, 31, 1, 0, 1, 1), -- Reinforced Junkbox
  541. (@NPC, 38260, 27, 1, 0, 1, 1), -- Empty Tobacco Pouch
  542. (@NPC, 38261, 13, 1, 0, 1, 1), -- Bent House Key
  543. (@NPC, 33449, 10, 1, 0, 1, 1), -- Crusty Flatbread
  544. (@NPC, 33447, 10, 1, 0, 1, 1), -- Runic Healing Potion
  545. (@NPC, 33454, 9, 1, 0, 1, 1); -- Salted Venison
  546.  
  547. -- Add pickpocketing loot for Mate of Magmothregar
  548. SET @NPC =2543;
  549. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  550. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  551. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  552. (@NPC, 38260, 33, 1, 0, 1, 1), -- Empty Tobacco Pouch
  553. (@NPC, 33449, 23, 1, 0, 1, 1), -- Crusty Flatbread
  554. (@NPC, 43575, 23, 1, 0, 1, 1), -- Reinforced Junkbox
  555. (@NPC, 38261, 8, 1, 0, 1, 1), -- Bent House Key
  556. (@NPC, 33454, 8, 1, 0, 1, 1), -- Salted Venison
  557. (@NPC, 33447, 5, 1, 0, 1, 1); -- Runic Healing Potion
  558.  
  559. -- Add pickpocketing loot for Minion of Kaw
  560. SET @NPC =25880;
  561. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  562. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  563. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  564. (@NPC, 37467, 33, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  565. (@NPC, 38261, 26, 1, 0, 1, 1), -- Bent House Key
  566. (@NPC, 29448, 14, 1, 0, 1, 1), -- Mag'har Mild Cheese
  567. (@NPC, 43575, 14, 1, 0, 1, 1), -- Reinforced Junkbox
  568. (@NPC, 33449, 5, 1, 0, 1, 1), -- Crusty Flatbread
  569. (@NPC, 33447, 4, 1, 0, 1, 1), -- Runic Healing Potion
  570. (@NPC, 29450, 4, 1, 0, 1, 1); -- Telaari Grapes
  571.  
  572. -- Add pickpocketing loot for Nedar, Lord of Rhinos
  573. SET @NPC =25801;
  574. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  575. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  576. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  577. (@NPC, 43575, 34, 1, 0, 1, 1), -- Reinforced Junkbox
  578. (@NPC, 29450, 29, 1, 0, 1, 1), -- Telaari Grapes
  579. (@NPC, 37467, 16, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  580. (@NPC, 29448, 11, 1, 0, 1, 1), -- Mag'har Mild Cheese
  581. (@NPC, 33447, 5, 1, 0, 1, 1), -- Runic Healing Potion
  582. (@NPC, 38261, 5, 1, 0, 1, 1); -- Bent House Key
  583.  
  584. -- Add pickpocketing loot for Northsea Mercenary
  585. SET @NPC =25839;
  586. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  587. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  588. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  589. (@NPC, 43575, 30, 1, 0, 1, 1), -- Reinforced Junkbox
  590. (@NPC, 37467, 22, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  591. (@NPC, 33447, 13, 1, 0, 1, 1), -- Runic Healing Potion
  592. (@NPC, 38261, 12, 1, 0, 1, 1), -- Bent House Key
  593. (@NPC, 33449, 8, 1, 0, 1, 1), -- Crusty Flatbread
  594. (@NPC, 29450, 8, 1, 0, 1, 1), -- Telaari Grapes
  595. (@NPC, 29448, 7, 1, 0, 1, 1); -- Mag'har Mild Cheese
  596.  
  597. -- Add pickpocketing loot for Northsea Thug
  598. SET @NPC =25843;
  599. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  600. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  601. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  602. (@NPC, 29569, 32.25, 1, 0, 1, 1), -- Strong Junkbox
  603. (@NPC, 29571, 32.25, 1, 0, 1, 1), -- A Steamy Romance Novel
  604. (@NPC, 27855, 10, 1, 0, 1, 1), -- Mag'har Grainbread
  605. (@NPC, 27856, 9, 1, 0, 1, 1), -- Skethyl Berries
  606. (@NPC, 22829, 9, 1, 0, 1, 1), -- Super Healing Potion
  607. (@NPC, 30458, 7, 1, 0, 1, 1), -- Stromgarde Muenster
  608. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  609.  
  610. -- Add pickpocketing loot for Offspring of Magmothregar
  611. SET @NPC =25433;
  612. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  613. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  614. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  615. (@NPC, 43575, 36.5, 1, 0, 1, 1), -- Reinforced Junkbox
  616. (@NPC, 38260, 26, 1, 0, 1, 1), -- Empty Tobacco Pouch
  617. (@NPC, 33454, 11, 1, 0, 1, 1), -- Salted Venison
  618. (@NPC, 33449, 10, 1, 0, 1, 1), -- Crusty Flatbread
  619. (@NPC, 38261, 8, 1, 0, 1, 1), -- Bent House Key
  620. (@NPC, 33447, 8, 1, 0, 1, 1), -- Runic Healing Potion
  621. (@NPC, 36862, 0.5, 1, 0, 1, 1); -- Worn Troll Dice
  622.  
  623. -- Add pickpocketing loot for Plagued Magnataur
  624. SET @NPC =25615;
  625. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  626. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  627. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  628. (@NPC, 43575, 30, 1, 0, 1, 1), -- Reinforced Junkbox
  629. (@NPC, 38260, 24, 1, 0, 1, 1), -- Empty Tobacco Pouch
  630. (@NPC, 33449, 13, 1, 0, 1, 1), -- Crusty Flatbread
  631. (@NPC, 33454, 10.5, 1, 0, 1, 1), -- Salted Venison
  632. (@NPC, 33447, 10, 1, 0, 1, 1), -- Runic Healing Potion
  633. (@NPC, 38261, 10, 1, 0, 1, 1), -- Bent House Key
  634. (@NPC, 29569, 2, 1, 0, 1, 1), -- Strong Junkbox
  635. (@NPC, 36862, 0.5, 1, 0, 1, 1); -- Worn Troll Dice
  636.  
  637. -- Add pickpocketing loot for Prince Valanar <The San'layn>
  638. SET @NPC =25601;
  639. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  640. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  641. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  642. (@NPC, 43575, 34, 1, 0, 1, 1), -- Reinforced Junkbox
  643. (@NPC, 37467, 27, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  644. (@NPC, 38261, 27, 1, 0, 1, 1), -- Bent House Key
  645. (@NPC, 33449, 4, 1, 0, 1, 1), -- Crusty Flatbread
  646. (@NPC, 33447, 4, 1, 0, 1, 1), -- Runic Healing Potion
  647. (@NPC, 29450, 4, 1, 0, 1, 1); -- Telaari Grapes
  648.  
  649. -- Add pickpocketing loot for Ragnar Drakkarlund
  650. SET @NPC =26451;
  651. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  652. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  653. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  654. (@NPC, 29569, 32, 1, 0, 1, 1), -- Strong Junkbox
  655. (@NPC, 29570, 32, 1, 0, 1, 1), -- A Gnome Effigy
  656. (@NPC, 27855, 14, 1, 0, 1, 1), -- Mag'har Grainbread
  657. (@NPC, 27854, 11, 1, 0, 1, 1), -- Smoked Talbuk Venison
  658. (@NPC, 22829, 11, 1, 0, 1, 1), -- Super Healing Potion
  659. (@NPC, 35774, -100, 1, 0, 1, 1); -- Trident of Naz'jan
  660.  
  661. -- Add pickpocketing loot for Riplash Myrmidon
  662. SET @NPC =24576;
  663. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  664. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  665. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  666. (@NPC, 29569, 42, 1, 0, 1, 1), -- Strong Junkbox
  667. (@NPC, 27858, 35, 1, 0, 1, 1), -- Sunspring Carp
  668. (@NPC, 29576, 20, 1, 0, 1, 1), -- Shark Bait
  669. (@NPC, 23440, 3, 1, 0, 1, 1); -- Dawnstone
  670.  
  671. -- Add pickpocketing loot for Skadir Longboatsman
  672. SET @NPC =25521;
  673. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  674. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  675. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  676. (@NPC, 29569, 35, 1, 0, 1, 1), -- Strong Junkbox
  677. (@NPC, 29570, 33, 1, 0, 1, 1), -- A Gnome Effigy
  678. (@NPC, 27855, 13, 1, 0, 1, 1), -- Mag'har Grainbread
  679. (@NPC, 27854, 12, 1, 0, 1, 1), -- Smoked Talbuk Venison
  680. (@NPC, 22829, 7, 1, 0, 1, 1); -- Super Healing Potion
  681.  
  682. -- Add pickpocketing loot for Skadir Mariner
  683. SET @NPC =25523;
  684. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  685. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  686. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  687. (@NPC, 43575, 29, 1, 0, 1, 1), -- Reinforced Junkbox
  688. (@NPC, 38260, 26, 1, 0, 1, 1), -- Empty Tobacco Pouch
  689. (@NPC, 33454, 13, 1, 0, 1, 1), -- Salted Venison
  690. (@NPC, 33449, 7, 1, 0, 1, 1), -- Crusty Flatbread
  691. (@NPC, 33447, 7, 1, 0, 1, 1), -- Runic Healing Potion
  692. (@NPC, 29569, 7, 1, 0, 1, 1), -- Strong Junkbox
  693. (@NPC, 38261, 7, 1, 0, 1, 1), -- Bent House Key
  694. (@NPC, 22829, 4, 1, 0, 1, 1); -- Super Healing Potion
  695.  
  696. -- Add pickpocketing loot for Skadir Mistweaver
  697. SET @NPC =25613;
  698. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  699. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  700. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  701. (@NPC, 29570, 39, 1, 0, 1, 1), -- A Gnome Effigy
  702. (@NPC, 29569, 33, 1, 0, 1, 1), -- Strong Junkbox
  703. (@NPC, 27855, 10, 1, 0, 1, 1), -- Mag'har Grainbread
  704. (@NPC, 27854, 10, 1, 0, 1, 1), -- Smoked Talbuk Venison
  705. (@NPC, 22829, 6, 1, 0, 1, 1), -- Super Healing Potion
  706. (@NPC, 23441, 0.5, 1, 0, 1, 1), -- Nightseye
  707. (@NPC, 23439, 0.5, 1, 0, 1, 1); -- Noble Topaz
  708.  
  709. -- Add pickpocketing loot for Skadir Raider
  710. SET @NPC =25522;
  711. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  712. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  713. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  714. (@NPC, 29569, 34.5, 1, 0, 1, 1), -- Strong Junkbox
  715. (@NPC, 29570, 32, 1, 0, 1, 1), -- A Gnome Effigy
  716. (@NPC, 27854, 13, 1, 0, 1, 1), -- Smoked Talbuk Venison
  717. (@NPC, 27855, 11, 1, 0, 1, 1), -- Mag'har Grainbread
  718. (@NPC, 22829, 9, 1, 0, 1, 1), -- Super Healing Potion
  719. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  720.  
  721. -- Add pickpocketing loot for Skadir Runecaster
  722. SET @NPC =25520;
  723. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  724. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  725. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  726. (@NPC, 29569, 49.5, 1, 0, 1, 1), -- Strong Junkbox
  727. (@NPC, 29570, 25, 1, 0, 1, 1), -- A Gnome Effigy
  728. (@NPC, 27854, 10, 1, 0, 1, 1), -- Smoked Talbuk Venison
  729. (@NPC, 27855, 10, 1, 0, 1, 1), -- Mag'har Grainbread
  730. (@NPC, 22829, 5, 1, 0, 1, 1), -- Super Healing Potion
  731. (@NPC, 23437, 0.5, 1, 0, 1, 1); -- Talasite
  732.  
  733. -- Add pickpocketing loot for Vanthryn the Merciless <The San'layn>
  734. SET @NPC =27859;
  735. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  736. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  737. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  738. (@NPC, 37467, 56, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  739. (@NPC, 43575, 17, 1, 0, 1, 1), -- Reinforced Junkbox
  740. (@NPC, 33447, 13, 1, 0, 1, 1), -- Runic Healing Potion
  741. (@NPC, 38261, 5, 1, 0, 1, 1), -- Bent House Key
  742. (@NPC, 33449, 4, 1, 0, 1, 1), -- Crusty Flatbread
  743. (@NPC, 29450, 3, 1, 0, 1, 1), -- Telaari Grapes
  744. (@NPC, 29448, 2, 1, 0, 1, 1); -- Mag'har Mild Cheese
  745.  
  746. -- Add pickpocketing loot for Varidus the Flenser <Cult of the Damned>
  747. SET @NPC =25618;
  748. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  749. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  750. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  751. (@NPC, 37467, 50, 1, 0, 1, 1), -- A Steamy Romance Novel: Forbidden Love
  752. (@NPC, 43575, 25, 1, 0, 1, 1), -- Reinforced Junkbox
  753. (@NPC, 33447, 12.5, 1, 0, 1, 1), -- Runic Healing Potion
  754. (@NPC, 38261, 12.5, 1, 0, 1, 1); -- Bent House Key
  755.  
  756. -- Add pickpocketing loot for Winterfin Oracle
  757. SET @NPC =25216;
  758. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  759. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  760. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  761. (@NPC, 43575, 25, 1, 0, 1, 1), -- Reinforced Junkbox
  762. (@NPC, 38274, 25, 1, 0, 1, 1), -- Large Snail Shell
  763. (@NPC, 38273, 20, 1, 0, 1, 1), -- Brain Coral
  764. (@NPC, 37452, 20, 1, 0, 1, 1), -- Fatty Bluefin
  765. (@NPC, 33447, 10, 1, 0, 1, 1); -- Runic Healing Potion
  766.  
  767. -- Add pickpocketing loot for Winterfin Shorestriker
  768. SET @NPC =25215;
  769. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  770. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  771. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  772. (@NPC, 38274, 30, 1, 0, 1, 1), -- Large Snail Shell
  773. (@NPC, 38273, 25, 1, 0, 1, 1), -- Brain Coral
  774. (@NPC, 43575, 20, 1, 0, 1, 1), -- Reinforced Junkbox
  775. (@NPC, 37452, 15, 1, 0, 1, 1), -- Fatty Bluefin
  776. (@NPC, 33447, 10, 1, 0, 1, 1); -- Runic Healing Potion
  777.  
  778. -- Add pickpocketing loot for Winterfin Warrior
  779. SET @NPC =25217;
  780. UPDATE `creature_template` SET `pickpocketloot`=@NPC WHERE `entry`=@NPC;
  781. DELETE FROM `pickpocketing_loot_template` WHERE `entry`=@NPC;
  782. INSERT INTO `pickpocketing_loot_template` (`entry`, `item`, `ChanceOrQuestChance`, `lootmode`, `groupid`, `mincountOrRef`, `maxcount`) VALUES
  783. (@NPC, 38273, 27, 1, 0, 1, 1), -- Brain Coral
  784. (@NPC, 43575, 25, 1, 0, 1, 1), -- Reinforced Junkbox
  785. (@NPC, 38274, 23, 1, 0, 1, 1), -- Large Snail Shell
  786. (@NPC, 37452, 19, 1, 0, 1, 1), -- Fatty Bluefin
  787. (@NPC, 33447, 6, 1, 0, 1, 1); -- Runic Healing Potion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement