Advertisement
Guest User

DASdasadssd

a guest
Sep 25th, 2009
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.86 KB | None | 0 0
  1. ---My Best Script---
  2. ID = 999992
  3. TokenID = 123455
  4. Names = {}
  5.  
  6. function table.find(t, v)
  7. if type(t) == "table" and v then
  8. for k, val in pairs(t) do
  9. if v == val then
  10. return k
  11. end
  12. end
  13. end
  14. return false
  15. end
  16.  
  17. RegisterUnitGossipEvent(ID, 1, "PvP_OnGossip")
  18. RegisterUnitGossipEvent(ID, 2, "PvP_OnSelect")
  19.  
  20. function PvP_OnGossip(eUnit, Event, player)
  21. local Name = player:GetName()
  22. eUnit:GossipCreateMenu(100, player, 0)
  23. if table.find(Names, Name) > 0 then
  24. eUnit:SendChatMessage(15, 0, "Nice to see you again"..Name, player)
  25. eUnit:GossipMenuAddItem(3, "I want to have Season 5 Gear", 1, 0)
  26. eUnit:GossipMenuAddItem(3, "I want to have Season 6 Gear", 2, 0) -- 50 Tokens + s5 Piece
  27. eUnit:GossipMenuAddItem(3, "I am just shopping around", 3, 0)
  28. eUnit:GossipSendMenu(player)
  29. elseif table.find(Names, Name) == 0 then
  30. eUnit:SendChatMessage(15, 0, "Welcome at the InfinityWoW PvP-Gear Vendor.", player)
  31. eUnit:GossipMenuAddItem(3, "I want to have Season 5 Gear", 1, 0)
  32. eUnit:GossipMenuAddItem(3, "I want to have Season 6 Gear", 2, 0) -- 50 Tokens + s5 Piece
  33. eUnit:GossipMenuAddItem(3, "I am just shopping around", 3, 0)
  34. eUnit:GossipSendMenu(player)
  35. end
  36. end
  37.  
  38. if (intid == 999) then
  39. eUnit:GossipCreateMenu(100, player, 0)
  40. eUnit:GossipMenuAddItem(3, "I want to have Season 5 Gear", 1, 0)
  41. eUnit:GossipMenuAddItem(3, "I want to have Season 6 Gear", 2, 0) -- 50 Tokens + s5 Piece
  42. eUnit:GossipMenuAddItem(3, "I am just shopping around", 3, 0)
  43. eUnit:GossipSendMenu(player)
  44. end
  45.  
  46. function PvP_OnSelect(eUnit, Event, player, id, intid)
  47. if (intid == 1) then
  48. eUnit:GossipCreateMenu(100, player, 0)
  49. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Battlegear", 4, 0)
  50. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Battlegear", 5, 0)
  51. eUnit:GossipMenuAddItem(0, "[Back]", 999, 0)
  52. end
  53. if (intid == 2) then
  54. eUnit:GossipCreateMenu(100, player, 0)
  55. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Battlegear", 6, 0)
  56. eUnit:GossipMenuAddItem(0, "[Back]", 999, 0)
  57. end
  58. if (intid == 3) then
  59. player:GossipComplete()
  60. end
  61. eUnit:GossipSendMenu(player)
  62. end
  63.  
  64. if (intid == 998) then
  65. if (intid == 1) then
  66. eUnit:GossipCreateMenu(100, player, 0)
  67. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Battlegear", 4, 0)
  68. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Battlegear", 5, 0)
  69. eUnit:GossipMenuAddItem(0, "[Back]", 999, 0)
  70. end
  71. if (intid == 2) then
  72. eUnit:GossipCreateMenu(100, player, 0)
  73. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Battlegear", 6, 0)
  74. eUnit:GossipMenuAddItem(0, "[Back]", 999, 0)
  75. end
  76. if (intid == 3) then
  77. player:GossipComplete()
  78. end
  79. eUnit:GossipSendMenu(player)
  80. end
  81.  
  82. if (intid == 4) and (player:GetPlayerClass() == "Warrior") then
  83. eUnit:GossipCreateMenu(100, player, 0)
  84. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Plate Helm", 7, 0)
  85. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Plate Shoulders", 8, 0)
  86. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Plate Chestpiece", 9, 0)
  87. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Plate Gauntlets", 10, 0)
  88. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Plate Legguards", 11, 0)
  89. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  90. eUnit:GossipSendMenu(player)
  91. end
  92.  
  93. if (intid == 5) and (player:GetPlayerClass() == "Warrior") then
  94. eUnit:GossipCreateMenu(100, player, 0)
  95. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Plate Helm", 12, 0)
  96. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Plate Shoulders", 13, 0)
  97. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Plate Chestpiece", 14, 0)
  98. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Plate Gauntlets", 15, 0)
  99. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Plate Legguards", 16, 0)
  100. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  101. eUnit:GossipSendMenu(player)
  102. end
  103.  
  104. if (intid == 4) and (player:GetPlayerClass() == "Paladin") then
  105. eUnit:GossipCreateMenu(100, player, 0)
  106. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Redemption", 17, 0)
  107. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Vindication", 18, 0)
  108. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  109. eUnit:GossipSendMenu(player)
  110. end
  111.  
  112. if (intid == 5) and (player:GetPlayerClass() == "Paladin") then
  113. eUnit:GossipCreateMenu(100, player, 0)
  114. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Redemption", 19, 0)
  115. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Vindication", 20, 0)
  116. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  117. eUnit:GossipSendMenu(player)
  118. end
  119.  
  120. if (intid == 17) then
  121. eUnit:GossipCreateMenu(100, player, 0)
  122. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ornamented Headcover", 21, 0)
  123. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ornamented Spaulders", 22, 0)
  124. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ornamented Chestguard", 23, 0)
  125. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ornamented Gloves", 24, 0)
  126. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ornamented Legplates", 25, 0)
  127. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  128. eUnit:GossipSendMenu(player)
  129. end
  130.  
  131. if (intid == 18) then
  132. eUnit:GossipCreateMenu(100, player, 0)
  133. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Scaled Helm", 26, 0)
  134. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Scaled Shoulders", 27, 0)
  135. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Scaled Chestpiece", 28, 0)
  136. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Scaled Gauntlets", 29, 0)
  137. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Scaled Legguards", 30, 0)
  138. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  139. eUnit:GossipSendMenu(player)
  140. end
  141.  
  142. if (intid == 19) then
  143. eUnit:GossipCreateMenu(100, player, 0)
  144. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Ornamented Headcover", 31, 0)
  145. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Ornamented Spaulders", 32, 0)
  146. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Ornamented Chestguard", 34, 0)
  147. eUnit:GossipMenuAdditem(3, "Deadly Gladiator's Ornamented Gloves", 35, 0)
  148. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Ornamented Legplates", 36, 0)
  149. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  150. eUnit:GossipSendMenu(player)
  151. end
  152.  
  153. if (intid == 20) then
  154. eUnit:GossipCreateMenu(100, player, 0)
  155. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Scaled Helm", 37, 0)
  156. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Scaled Shoulders", 38, 0)
  157. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Scaled Chestpiece", 39, 0)
  158. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Scaled Gauntlets", 40, 0)
  159. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Scaled Legguards", 41, 0)
  160. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  161. eUnit:GossipSendMenu(player)
  162. end
  163.  
  164. if (intid == 4) and (player:GetPlayerClass() == "Hunter") then
  165. eUnit:GossipCreateMenu(100, player, 0)
  166. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Chain Helm", 42, 0)
  167. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Chain Shoulders", 43, 0)
  168. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Chain Chestpiece", 44, 0)
  169. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Chain Gauntlets", 45, 0)
  170. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Chain Legguards", 46, 0)
  171. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  172. eUnit:GossipSendMenu(player)
  173. end
  174.  
  175. if (intid == 5) and (player:GetPlayerClass() == "Hunter") then
  176. eUnit:GossipCreateMenu(100, player, 0)
  177. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Chain Helm", 47, 0)
  178. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Chain Shoulders", 48, 0)
  179. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Chain Chestpiece", 49, 0)
  180. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Chain Gauntlets", 50, 0)
  181. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Chain Legguards", 51, 0)
  182. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  183. eUnit:GossipSendMenu(player)
  184. end
  185.  
  186. if (intid == 4) and (player:GetPlayerClass() == "Rogue") then
  187. eUnit:GossipCreateMenu(100, player, 0)
  188. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Leather Helm", 52, 0)
  189. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Leather Spaulders", 53, 0)
  190. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Leather Tunic", 54, 0)
  191. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Leather Spaulders", 55, 0)
  192. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Leather Legguards", 56, 0)
  193. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  194. eUnit:GossipSendMenu(player)
  195. end
  196.  
  197. if (intid == 5) and (player:GetPlayerClass() == "Rogue") then
  198. eUnit:GossipCreateMenu(100, player, 0)
  199. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Leather Helm", 57, 0)
  200. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Leather Spaulders", 58, 0)
  201. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Leather Tunic", 59, 0)
  202. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Leather Gloves", 60, 0)
  203. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Leather Legguards", 61, 0)
  204. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  205. eUnit:GossipSendMenu(player)
  206. end
  207.  
  208. if (intid == 4) and (player:GetPlayerClass() == "Priest") then
  209. eUnit:GossipCreateMenu(100, player, 0)
  210. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Raiment", 62, 0)
  211. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Investiture", 63, 0)
  212. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  213. eUnit:GossipSendMenu(player)
  214. end
  215.  
  216. if (intid == 5) and (player:GetPlayerClass() == "Priest") then
  217. eUnit:GossipCreateMenu(100, player, 0)
  218. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Raiment", 64, 0)
  219. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Investiture", 65, 0)
  220. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  221. eUnit:GossipSendMenu(player)
  222. end
  223.  
  224. if (intid == 62) then
  225. eUnit:GossipCreateMenu(100, player, 0)
  226. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Satin Hood", 66, 0)
  227. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Satin Mantle", 67, 0)
  228. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Satin Robe", 68, 0)
  229. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Satin Gloves", 69, 0)
  230. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Satin Leggings", 70, 0)
  231. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  232. eUnit:GossipSendMenu(player)
  233. end
  234.  
  235. if (intid == 63) then
  236. eUnit:GossipCreateMenu(100, player, 0)
  237. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mooncloth Hood", 71, 0)
  238. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mooncloth Mantle", 72, 0)
  239. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mooncloth Robe", 73, 0)
  240. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mooncloth Gloves", 74, 0)
  241. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mooncloth Leggings", 75, 0)
  242. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  243. eUnit:GossipSendMenu(player)
  244. end
  245.  
  246. if (intid == 64) then
  247. eUnit:GossipCreateMenu(100, player, 0)
  248. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Satin Hood", 76, 0)
  249. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Satin Mantle", 77, 0)
  250. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Satin Robe", 78, 0)
  251. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Satin Gloves", 79, 0)
  252. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Satin Leggings", 80, 0)
  253. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  254. eUnit:GossipSendMenu(player)
  255. end
  256.  
  257. if (intid == 65) then
  258. eUnit:GossipCreateMenu(100, player, 0)
  259. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mooncloth Hood", 81, 0)
  260. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mooncloth Mantle", 82, 0)
  261. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mooncloth Robe", 83, 0)
  262. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mooncloth Gloves", 84, 0)
  263. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mooncloth Leggings", 85, 0)
  264. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  265. eUnit:GossipSendMenu(player)
  266. end
  267.  
  268. if (intid == 4) and (player:GetPlayerClass() == "Death Knight") then
  269. eUnit:GossipCreateMenu(100, player, 0)
  270. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dreadplate Helm", 86, 0)
  271. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dreadplate Shoulders", 87, 0)
  272. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dreadplate Chestpiece", 88, 0)
  273. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dreadplate Gauntlets", 89, 0)
  274. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dreadplate Legguards", 90, 0)
  275. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  276. eUnit:GossipSendMenu(player)
  277. end
  278.  
  279. if (intid == 5) and (player:GetPlayerClass() == "Death Knight") then
  280. eUnit:GossipCreateMenu(100, player, 0)
  281. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dreadplate Helm", 248, 0)
  282. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dreadplate Shoulders", 249, 0)
  283. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dreadplate Chestpiece", 250, 0)
  284. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dreadplate Gauntlets", 251, 0)
  285. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dreadplate Legguards", 252, 0)
  286. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  287. eUnit:GossipSendMenu(player)
  288. end
  289.  
  290. if (intid == 4) and (player:GetPlayerClass() == "Shaman") then
  291. eUnit:GossipCreateMenu(100, player, 0)
  292. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Wartide", 91, 0)
  293. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Thunderfist", 92, 0)
  294. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Earthshaker", 93, 0)
  295. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  296. eUnit:GossipSendMenu(player)
  297. end
  298.  
  299. if (intid == 5) and (player:GetPlayerClass() == "Shaman") then
  300. eUnit:GossipCreateMenu(100, player, 0)
  301. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Wartide", 94, 0)
  302. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Thunderfist", 95, 0)
  303. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Earthshaker", 96, 0)
  304. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  305. eUnit:GossipSendMenu(player)
  306. end
  307.  
  308. if (intid == 91) then
  309. eUnit:GossipCreateMenu(100, player, 0)
  310. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ringmail Helm", 97, 0)
  311. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ringmail Spaulders", 98, 0)
  312. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ringmail Armor", 99, 0)
  313. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ringmail Gauntlets", 100, 0)
  314. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Ringmail Leggings", 101, 0)
  315. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  316. eUnit:GossipSendMenu(player)
  317. end
  318.  
  319. if (intid == 92) then
  320. eUnit:GossipCreateMenu(100, player, 0)
  321. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mail Helm", 102, 0)
  322. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mail Spaulders", 103, 0)
  323. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mail Armor", 104, 0)
  324. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mail Gauntlets", 105, 0)
  325. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Mail Leggings", 106, 0)
  326. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  327. eUnit:GossipSendMenu(player)
  328. end
  329.  
  330. if (intid == 93) then
  331. eUnit:GossipCreateMenu(100, player, 0)
  332. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Linked Helm", 107, 0)
  333. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Linked Spaulders", 108, 0)
  334. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Linked Armor", 109, 0)
  335. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Linked Gauntlets", 110, 0)
  336. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Linked Leggings", 111, 0)
  337. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  338. eUnit:GossipSendMenu(player)
  339. end
  340.  
  341. if (intid == 94) then
  342. eUnit:GossipCreateMenu(100, player, 0)
  343. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Ringmail Helm", 253, 0)
  344. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Ringmail Spaulders", 254, 0)
  345. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Ringmail Armor", 255, 0)
  346. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Ringmail Gauntlets", 256, 0)
  347. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Ringmail Leggings", 257, 0)
  348. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  349. eUnit:GossipSendMenu(player)
  350. end
  351.  
  352. if (intid == 95) then
  353. eUnit:GossipCreateMenu(100, player, 0)
  354. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mail Helm", 258, 0)
  355. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mail Spaulders", 259, 0)
  356. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mail Armor", 260, 0)
  357. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mail Gauntlets", 261, 0)
  358. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Mail Leggings", 262, 0)
  359. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  360. eUnit:GossipSendMenu(player)
  361. end
  362.  
  363. if (intid == 96) then
  364. eUnit:GossipCreateMenu(100, player, 0)
  365. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Linked Helm", 263, 0)
  366. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Linked Spaulders", 264, 0)
  367. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Linked Armor", 265, 0)
  368. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Linked Gauntlets", 266, 0)
  369. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Linked Leggings", 277, 0)
  370. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  371. eUnit:GossipSendMenu(player)
  372. end
  373.  
  374. if (intid == 4) and (player:GetPlayerClass() == "Mage") then
  375. eUnit:GossipCreateMenu(100, player, 0)
  376. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Silk Cowl", 112, 0)
  377. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Silk Amice", 113, 0)
  378. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Silk Raiment", 114, 0)
  379. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Silk Handguards", 115, 0)
  380. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Silk Trousers", 116, 0)
  381. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  382. eUnit:GossipSendMenu(player)
  383. end
  384.  
  385. if (intid == 5) and (player:GetPlayerClass() == "Mage") then
  386. eUnit:GossipCreateMenu(100, player, 0)
  387. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Silk Cowl", 117, 0)
  388. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Silk Amice", 118, 0)
  389. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Silk Raiment", 119, 0)
  390. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Silk Handguards", 120, 0)
  391. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Silk Trousers", 121, 0)
  392. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  393. eUnit:GossipSendMenu(player)
  394. end
  395.  
  396. if (intid == 4) and (player:GetPlayerClass() == "Warlock") then
  397. eUnit:GossipCreateMenu(100, player, 0)
  398. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Felweave Cowl", 122, 0)
  399. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Felweave Amice", 123, 0)
  400. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Felweave Raiment", 124, 0)
  401. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Felweave Handguards", 125, 0)
  402. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Felweave Trousers", 126, 0)
  403. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  404. eUnit:GossipSendMenu(player)
  405. end
  406.  
  407. if (intid == 5) and (player:GetPlayerClass() == "Warlock") then
  408. eUnit:GossipCreateMenu(100, player, 0)
  409. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Felweave Cowl", 127, 0)
  410. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Felweave Amice", 128, 0)
  411. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Felweave Raiment", 129, 0)
  412. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Felweave Handguards", 130, 0)
  413. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Felweave Trousers", 131, 0)
  414. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  415. eUnit:GossipSendMenu(player)
  416. end
  417.  
  418. if (intid == 4) and (player:GetPlayerClass() == 11) then
  419. eUnit:GossipCreateMenu(100, player, 0)
  420. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Wildhide", 132, 0)
  421. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Sanctuary", 133, 0)
  422. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Refuge", 134, 0)
  423. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  424. eUnit:GossipSendMenu(player)
  425. end
  426.  
  427. if (intid == 5) and (player:GetPlayerClass() == "Druid") then
  428. eUnit:GossipCreateMenu(100, player, 0)
  429. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Wildhide", 135, 0)
  430. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Sanctuary", 136, 0)
  431. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Refuge", 137, 0)
  432. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  433. eUnit:GossipSendMenu(player)
  434. end
  435.  
  436. if (intid == 132) then
  437. eUnit:GossipCreateMenu(100, player, 0)
  438. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Wyrmhide Helm", 138, 0)
  439. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Wyrmhide Spaulders", 139, 0)
  440. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Wyrmhide Robes", 140, 0)
  441. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Wyrmhide Gloves", 141, 0)
  442. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Wyrmhide Legguards", 142, 0)
  443. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  444. eUnit:GossipSendMenu(player)
  445. end
  446.  
  447. if (intid == 133) then
  448. eUnit:GossipCreateMenu(100, player, 0)
  449. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dragonhide Helm", 143, 0)
  450. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dragonhide Spaulders", 144, 0)
  451. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dragonhide Robes", 145, 0)
  452. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dragonhide Gloves", 146, 0)
  453. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Dragonhide Legguards", 147, 0)
  454. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  455. eUnit:GossipSendMenu(player)
  456. end
  457.  
  458. if (intid == 134) then
  459. eUnit:GossipCreateMenu(100, player, 0)
  460. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Kodohide Helm", 148, 0)
  461. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Kodohide Spaulders", 149, 0)
  462. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Kodohide Robes", 150, 0)
  463. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Kodohide Gloves", 151, 0)
  464. eUnit:GossipMenuAddItem(3, "Hateful Gladiator's Kodohide Legguards", 152, 0)
  465. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  466. eUnit:GossipSendMenu(player)
  467. end
  468.  
  469. if (intid == 135) then
  470. eUnit:GossipCreateMenu(100, player, 0)
  471. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Wyrmhide Helm", 153, 0)
  472. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Wyrmhide Spaulders", 154, 0)
  473. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Wyrmhide Robes", 155, 0)
  474. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Wyrmhide Gloves", 156, 0)
  475. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Wyrmhide Legguards", 157, 0)
  476. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  477. eUnit:GossipSendMenu(player)
  478. end
  479.  
  480. if (intid == 136) then
  481. eUnit:GossipCreateMenu(100, player, 0)
  482. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dragonhide Helm", 158, 0)
  483. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dragonhide Spaulders", 159, 0)
  484. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dragonhide Robes", 160, 0)
  485. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dragonhide Gloves", 161, 0)
  486. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Dragonhide Legguards", 162, 0)
  487. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  488. eUnit:GossipSendMenu(player)
  489. end
  490.  
  491. if (intid == 137) then
  492. eUnit:GossipCreateMenu(100, player, 0)
  493. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Kodohide Helm", 163, 0)
  494. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Kodohide Spaulders", 164, 0)
  495. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Kodohide Robes", 165, 0)
  496. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Kodohide Gloves", 166, 0)
  497. eUnit:GossipMenuAddItem(3, "Deadly Gladiator's Kodohide Legguards", 167, 0)
  498. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  499. eUnit:GossipSendMenu(player)
  500. end
  501.  
  502. if (intid == 6) and (player:GetPlayerClass() == "Warrior") then
  503. eUnit:GossipCreateMenu(100, player, 0)
  504. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Plate Helm", 168, 0)
  505. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Plate Shoulders", 169, 0)
  506. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Plate Chestpiece", 170, 0)
  507. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Plate Gauntlets", 171, 0)
  508. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Plate Legguards", 172, 0)
  509. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  510. eUnit:GossipSendMenu(player)
  511. end
  512.  
  513. if (intid == 6) and (player:GetPlayerClass() == "Paladin") then
  514. eUnit:GossipCreateMenu(100, player, 0)
  515. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Redemption", 173, 0)
  516. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Vindication", 174, 0)
  517. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  518. eUnit:GossipSendMenu(player)
  519. end
  520.  
  521. if (intid == 173) then
  522. eUnit:GossipCreateMenu(100, player, 0)
  523. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Scaled Helm", 175, 0)
  524. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Scaled Shoulders", 176, 0)
  525. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Scaled Chestpiece", 177, 0)
  526. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Scaled Gauntlets", 178, 0)
  527. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Scaled Legguards", 179, 0)
  528. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  529. eUnit:GossipSendMenu(player)
  530. end
  531.  
  532. if (intid == 174) then
  533. eUnit:GossipCreateMenu(100, player, 0)
  534. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ornamented Helm", 180, 0)
  535. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ornamented Shoulders", 181, 0)
  536. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ornamented Chestpiece", 182, 0)
  537. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ornamented Gauntlets", 183, 0)
  538. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ornamented Legguards", 184, 0)
  539. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  540. eUnit:GossipSendMenu(player)
  541. end
  542.  
  543. if (intid == 6) and (player:GetPlayerClass() == "Hunter") then
  544. eUnit:GossipCreateMenu(100, player, 0)
  545. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Chain Helm", 185, 0)
  546. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Chain Spaulders", 186, 0)
  547. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Chain Armor", 187, 0)
  548. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Chain Gauntlets", 188, 0)
  549. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Chain Leggings", 189, 0)
  550. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  551. eUnit:GossipSendMenu(player)
  552. end
  553.  
  554. if (intid == 6) and (player:GetPlayerClass() == "Rogue") then
  555. eUnit:GossipCreateMenu(100, player, 0)
  556. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Leather Helm", 190, 0)
  557. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Leather Spaulders", 191, 0)
  558. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Leather Tunic", 192, 0)
  559. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Leather Gloves", 193, 0)
  560. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Leather Legguards", 194, 0)
  561. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  562. eUnit:GossipSendMenu(player)
  563. end
  564.  
  565. if (intid == 6) and (player:GetPlayerClass() == "Priest") then
  566. eUnit:GossipCreateMenu(100, player, 0)
  567. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Raiment", 195, 0)
  568. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Investiture", 196, 0)
  569. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  570. eUnit:GossipSendMenu(player)
  571. end
  572.  
  573. if (intid == 195) then
  574. eUnit:GossipCreateMenu(100, player, 0)
  575. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Satin Hood", 197, 0)
  576. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Satin Mantle", 198, 0)
  577. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Satin Robe", 199, 0)
  578. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Satin Gloves", 200, 0)
  579. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Satin Leggings", 201, 0)
  580. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  581. eUnit:GossipSendMenu(player)
  582. end
  583.  
  584. if (intid == 196) then
  585. eUnit:GossipCreateMenu(100, player, 0)
  586. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mooncloth Hood", 202, 0)
  587. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mooncloth Mantle", 203, 0)
  588. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mooncloth Robe", 204, 0)
  589. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mooncloth Gloves", 205, 0)
  590. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mooncloth Leggings", 206, 0)
  591. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  592. eUnit:GossipSendMenu(player)
  593. end
  594.  
  595. if (intid == 6) and (player:GetPlayerClass() == "Death Knight") then
  596. eUnit:GossipCreateMenu(100, player, 0)
  597. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dreadplate Helm", 268, 0)
  598. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dreadplate Shoulders", 269, 0)
  599. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dreadplate Chestpiece", 270, 0)
  600. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dreadplate Gauntlets", 271, 0)
  601. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dreadplate Legguards", 272, 0)
  602. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  603. eUnit:GossipSendMenu(player)
  604. end
  605.  
  606. if (intid == 6) and (player:GetPlayerClass() == "Shaman") then
  607. eUnit:GossipCreateMenu(100, player, 0)
  608. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Wartide", 207, 0)
  609. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Thunderfist", 208, 0)
  610. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Earthshaker", 209, 0)
  611. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  612. eUnit:GossipSendMenu(player)
  613. end
  614.  
  615. if (intid == 207) then
  616. eUnit:GossipCreateMenu(100, player, 0)
  617. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ringmail Helm", 210, 0)
  618. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ringmail Spaulders", 211, 0)
  619. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ringmail Armor", 212, 0)
  620. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ringmail Gauntlets", 213, 0)
  621. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Ringmail Leggings", 214, 0)
  622. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  623. eUnit:GossipSendMenu(player)
  624. end
  625.  
  626. if (intid == 208) then
  627. eUnit:GossipCreateMenu(100, player, 0)
  628. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mail Helm", 273, 0)
  629. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mail Spaulders", 274, 0)
  630. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mail Armor", 275, 0)
  631. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mail Gauntlets", 276, 0)
  632. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Mail Leggings", 277, 0)
  633. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  634. eUnit:GossipSendMenu(player)
  635. end
  636.  
  637. if (intid == 209) then
  638. eUnit:GossipCreateMenu(100, player, 0)
  639. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Linked Helm", 215, 0)
  640. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Linked Spaulders", 216, 0)
  641. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Linked Armor", 217, 0)
  642. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Linked Gauntlets", 218, 0)
  643. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Linked Leggings", 219, 0)
  644. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  645. eUnit:GossipSendMenu(player)
  646. end
  647.  
  648. if (intid == 6) and (player:GetPlayerClass() == "Mage") then
  649. eUnit:GossipCreateMenu(100, player, 0)
  650. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Silk Cowl", 220, 0)
  651. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Silk Amice", 221, 0)
  652. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Silk Raiment", 222, 0)
  653. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Silk Handguards", 223, 0)
  654. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Silk Trousers", 224, 0)
  655. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  656. eUnit:GossipSendMenu(player)
  657. end
  658.  
  659. if (intid == 6) and (player:GetPlayerClass() == "Warlock") then
  660. eUnit:GossipCreateMenu(100, player, 0)
  661. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Felweave Cowl", 225, 0)
  662. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Felweave Amice", 226, 0)
  663. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Felweave Raiment", 227, 0)
  664. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Felweave Handguards", 228, 0)
  665. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Felweave Trousers", 229, 0)
  666. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  667. eUnit:GossipSendMenu(player)
  668. end
  669.  
  670. if (intid == 6) and (player:GetPlayerClass() == "Druid") then
  671. eUnit:GossipCreateMenu(100, player, 0)
  672. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Wildhide", 230, 0)
  673. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Sanctuary", 231, 0)
  674. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Refuge", 232, 0)
  675. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  676. eUnit:GossipSendMenu(player)
  677. end
  678.  
  679. if (intid == 230) then
  680. eUnit:GossipCreateMenu(100, player, 0)
  681. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Wyrmhide Helm", 233, 0)
  682. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Wyrmhide Spaulders", 234, 0)
  683. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Wyrmhide Robes", 235, 0)
  684. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Wyrmhide Gloves", 236, 0)
  685. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Wyrmhide Legguards", 237, 0)
  686. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  687. eUnit:GossipSendMenu(player)
  688. end
  689.  
  690. if (intid == 231) then
  691. eUnit:GossipCreateMenu(100, player, 0)
  692. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dragonhide Helm", 238, 0)
  693. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dragonhide Spaulders", 239, 0)
  694. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dragonhide Robes", 240, 0)
  695. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dragonhide Gloves", 241, 0)
  696. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Dragonhide Legguards", 242, 0)
  697. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  698. eUnit:GossipSendMenu(player)
  699. end
  700.  
  701. if (intid == 232) then
  702. eUnit:GossipCreateMenu(100, player, 0)
  703. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Kodohide Helm", 243, 0)
  704. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Kodohide Spaulders", 244, 0)
  705. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Kodohide Robes", 245, 0)
  706. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Kodohide Gloves", 246, 0)
  707. eUnit:GossipMenuAddItem(3, "Furious Gladiator's Kodohide Legguards", 247, 0)
  708. eUnit:GossipMenuAddItem(0, "[Back]", 998, 0)
  709. eUnit:GossipSendMenu(player)
  710. end
  711.  
  712. --[[if (intid == 7) then
  713. if (pMisc:GetItemCount(TokenID) >= 50) then
  714. player:RemoveItem(TokenID, 50)
  715. player:AddItem(40819, 1)
  716. elseif (pMisc:GetItemCount(TokenID) < 50) then
  717. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  718. end
  719. end]]
  720.  
  721. if (intid == 7) then -- Warrior
  722. player:AddItem(40819, 1)
  723. end
  724.  
  725. if (intid == 8) then
  726. player:AddItem(40859, 1)
  727. end
  728.  
  729. if (intid == 9) then
  730. player:AddItem(40783, 1)
  731. end
  732.  
  733. if (intid == 10) then
  734. player:AddItem(40801, 1)
  735. end
  736.  
  737. if (intid == 11) then
  738. player:AddItem(40840, 1)
  739. end
  740.  
  741. if (intid == 12) then
  742. player:AddItem(40823, 1)
  743. end
  744.  
  745. if (intid == 13) then
  746. player:AddItem(40862, 1)
  747. end
  748.  
  749. if (intid == 14) then
  750. player:AddItem(40786, 1)
  751. end
  752.  
  753. if (intid == 15) then
  754. player:AddItem(40804, 1)
  755. end
  756.  
  757. if (intid == 16) then
  758. player:AddItem(40844, 1)
  759. end
  760.  
  761. if (intid == 21) then -- Paladin
  762. player:AddItem(40931, 1)
  763. end
  764.  
  765. if (intid == 22) then
  766. player:AddItem(40961, 1)
  767. end
  768.  
  769. if (intid == 23) then
  770. player:AddItem(40905, 1)
  771. end
  772.  
  773. if (intid == 24) then
  774. player:AddItem(40926, 1)
  775. end
  776.  
  777. if (intid == 25) then
  778. player:AddItem(40938, 1)
  779. end
  780.  
  781. if (intid == 26) then -- Paladin 2
  782. player:AddItem(40821, 1)
  783. end
  784.  
  785. if (intid == 27) then
  786. player:AddItem(40861, 1)
  787. end
  788.  
  789. if (intid == 28) then
  790. player:AddItem(40782, 1)
  791. end
  792.  
  793. if (intid == 29) then
  794. player:AddItem(40802, 1)
  795. end
  796.  
  797. if (intid == 30) then
  798. player:AddItem(40842, 1)
  799. end
  800.  
  801. if (intid == 31) then -- Paladin Deadly1
  802. player:AddItem(40932, 1)
  803. end
  804.  
  805. if (intid == 32) then
  806. player:AddItem(40962, 1)
  807. end
  808.  
  809. if (intid == 34) then
  810. player:AddItem(40905, 1)
  811. end
  812.  
  813. if (intid == 35) then
  814. player:AddItem(40926, 1)
  815. end
  816.  
  817. if (intid == 36) then
  818. player:AddItem(40938, 1)
  819. end
  820.  
  821. if (intid == 37) then -- Paladin Deadly2
  822. player:AddItem(40825, 1)
  823. end
  824.  
  825. if (intid == 38) then
  826. player:AddItem(40864, 1)
  827. end
  828.  
  829. if (intid == 39) then
  830. player:AddItem(40785, 1)
  831. end
  832.  
  833. if (intid == 40) then
  834. player:AddItem(40805, 1)
  835. end
  836.  
  837. if (intid == 41) then
  838. player:AddItem(40846, 1)
  839. end
  840.  
  841. if (intid == 42) then -- Hunter
  842. player:AddItem(41155, 1)
  843. end
  844.  
  845. if (intid == 43) then
  846. player:AddItem(41215, 1)
  847. end
  848.  
  849. if (intid == 44) then
  850. player:AddItem(41085, 1)
  851. end
  852.  
  853. if (intid == 45) then
  854. player:AddItem(41141, 1)
  855. end
  856.  
  857. if (intid == 46) then
  858. player:AddItem(41203, 1)
  859. end
  860.  
  861. if (intid == 47) then -- Hunter Deadly 1
  862. player:AddItem(41156, 1)
  863. end
  864.  
  865. if (intid == 48) then
  866. player:AddItem(41216, 1)
  867. end
  868.  
  869. if (intid == 49) then
  870. player:AddItem(41086, 1)
  871. end
  872.  
  873. if (intid == 50) then
  874. player:AddItem(41142, 1)
  875. end
  876.  
  877. if (intid == 51) then
  878. player:AddItem(41204, 1)
  879. end
  880.  
  881. if (intid == 52) then -- Rogue
  882. player:AddItem(41670, 1)
  883. end
  884.  
  885. if (intid == 53) then
  886. player:AddItem(41681, 1)
  887. end
  888.  
  889. if (intid == 54) then
  890. player:AddItem(41648, 1)
  891. end
  892.  
  893. if (intid == 55) then
  894. player:AddItem(41765, 1)
  895. end
  896.  
  897. if (intid == 56) then
  898. player:AddItem(41653, 1)
  899. end
  900.  
  901. if (intid == 57) then -- Rogue Deadly 1
  902. player:AddItem(41671, 1)
  903. end
  904.  
  905. if (intid == 58) then
  906. player:AddItem(41682, 1)
  907. end
  908.  
  909. if (intid == 59) then
  910. player:AddItem(41649, 1)
  911. end
  912.  
  913. if (intid == 60) then
  914. player:AddItem(41766, 1)
  915. end
  916.  
  917. if (intid == 61) then
  918. player:AddItem(41654, 1)
  919. end
  920.  
  921. if (intid == 66) then -- Priest1
  922. player:AddItem(41913, 1)
  923. end
  924.  
  925. if (intid == 67) then
  926. player:AddItem(41931, 1)
  927. end
  928.  
  929. if (intid == 68) then
  930. player:AddItem(41919, 1)
  931. end
  932.  
  933. if (intid == 69) then
  934. player:AddItem(41938, 1)
  935. end
  936.  
  937. if (intid == 70) then
  938. player:AddItem(41925, 1)
  939. end
  940.  
  941. if (intid == 71) then -- Priest2
  942. player:AddItem(41852, 1)
  943. end
  944.  
  945. if (intid == 72) then
  946. player:AddItem(41867, 1)
  947. end
  948.  
  949. if (intid == 73) then
  950. player:AddItem(41857, 1)
  951. end
  952.  
  953. if (intid == 74) then
  954. player:AddItem(41872, 1)
  955. end
  956.  
  957. if (intid == 75) then
  958. player:AddItem(41862, 1)
  959. end
  960.  
  961. if (intid == 76) then -- Priest Deadly1
  962. player:AddItem(41913, 1)
  963. end
  964.  
  965. if (intid == 77) then
  966. player:AddItem(41931, 1)
  967. end
  968.  
  969. if (intid == 78) then
  970. player:AddItem(41919, 1)
  971. end
  972.  
  973. if (intid == 79) then
  974. player:AddItem(41938, 1)
  975. end
  976.  
  977. if (intid == 80) then
  978. player:AddItem(41925, 1)
  979. end
  980.  
  981. if (intid == 81) then -- PriestDeadly2
  982. player:AddItem(41852, 1)
  983. end
  984.  
  985. if (intid == 82) then
  986. player:AddItem(41867, 1)
  987. end
  988.  
  989. if (intid == 83) then
  990. player:AddItem(41857, 1)
  991. end
  992.  
  993. if (intid == 84) then
  994. player:AddItem(41872, 1)
  995. end
  996.  
  997. if (intid == 85) then
  998. player:AddItem(41862, 1)
  999. end
  1000.  
  1001. if (intid == 86) then -- DeathKnight
  1002. player:AddItem(40820, 1)
  1003. end
  1004.  
  1005. if (intid == 87) then
  1006. player:AddItem(40860, 1)
  1007. end
  1008.  
  1009. if (intid == 88) then
  1010. player:AddItem(40781, 1)
  1011. end
  1012.  
  1013. if (intid == 89) then
  1014. player:AddItem(40803, 1)
  1015. end
  1016.  
  1017. if (intid == 90) then
  1018. player:AddItem(40841, 1)
  1019. end
  1020.  
  1021. if (intid == 248) then -- DeathKnight Deadly
  1022. player:AddItem(40824, 1)
  1023. end
  1024.  
  1025. if (intid == 249) then
  1026. player:AddItem(40863, 1)
  1027. end
  1028.  
  1029. if (intid == 250) then
  1030. player:AddItem(40784, 1)
  1031. end
  1032.  
  1033. if (intid == 251) then
  1034. player:AddItem(40803, 1)
  1035. end
  1036.  
  1037. if (intid == 252) then
  1038. player:AddItem(40845, 1)
  1039. end
  1040.  
  1041. if (intid == 97) then -- Shaman 1
  1042. player:AddItem(41011, 1)
  1043. end
  1044.  
  1045. if (intid == 98) then
  1046. player:AddItem(41036, 1)
  1047. end
  1048.  
  1049. if (intid == 99) then
  1050. player:AddItem(40988, 1)
  1051. end
  1052.  
  1053. if (intid == 100) then
  1054. player:AddItem(40999, 1)
  1055. end
  1056.  
  1057. if (intid == 101) then
  1058. player:AddItem(41025, 1)
  1059. end
  1060.  
  1061. if (intid == 102) then -- Shaman 2
  1062. player:AddItem(41017, 1)
  1063. end
  1064.  
  1065. if (intid == 103) then
  1066. player:AddItem(41042, 1)
  1067. end
  1068.  
  1069. if (intid == 104) then
  1070. player:AddItem(40989, 1)
  1071. end
  1072.  
  1073. if (intid == 105) then
  1074. player:AddItem(41005, 1)
  1075. end
  1076.  
  1077. if (intid == 106) then
  1078. player:AddItem(41031, 1)
  1079. end
  1080.  
  1081. if (intid == 107) then -- Shaman 3
  1082. player:AddItem(41149, 1)
  1083. end
  1084.  
  1085. if (intid == 108) then
  1086. player:AddItem(41209, 1)
  1087. end
  1088.  
  1089. if (intid == 109) then
  1090. player:AddItem(41079, 1)
  1091. end
  1092.  
  1093. if (intid == 110) then
  1094. player:AddItem(41135, 1)
  1095. end
  1096.  
  1097. if (intid == 111) then
  1098. player:AddItem(41162, 1)
  1099. end
  1100. -- ab 253
  1101. if (intid == 253) then -- Shaman Deadly1
  1102. player:AddItem(41012, 1)
  1103. end
  1104.  
  1105. if (intid == 254) then
  1106. player:AddItem(41037, 1)
  1107. end
  1108.  
  1109. if (intid == 255) then
  1110. player:AddItem(40990, 1)
  1111. end
  1112.  
  1113. if (intid == 256) then
  1114. player:AddItem(41000, 1)
  1115. end
  1116.  
  1117. if (intid == 257) then
  1118. player:AddItem(41026, 1)
  1119. end
  1120. -- ab 258
  1121. if (intid == 258) then -- Shaman Deadly2
  1122. player:AddItem(41018, 1)
  1123. end
  1124.  
  1125. if (intid == 259) then
  1126. player:AddItem(41043, 1)
  1127. end
  1128.  
  1129. if (intid == 260) then
  1130. player:AddItem(40991, 1)
  1131. end
  1132.  
  1133. if (intid == 261) then
  1134. player:AddItem(41006, 1)
  1135. end
  1136.  
  1137. if (intid == 262) then
  1138. player:AddItem(41032, 1)
  1139. end
  1140. -- ab 263
  1141. if (intid == 263) then -- Shaman Deadly3
  1142. player:AddItem(41150, 1)
  1143. end
  1144.  
  1145. if (intid == 264) then
  1146. player:AddItem(41210, 1)
  1147. end
  1148.  
  1149. if (intid == 265) then
  1150. player:AddItem(41080, 1)
  1151. end
  1152.  
  1153. if (intid == 266) then
  1154. player:AddItem(41136, 1)
  1155. end
  1156.  
  1157. if (intid == 267) then
  1158. player:AddItem(41198, 1)
  1159. end
  1160.  
  1161. if (intid == 112) then -- Mage
  1162. player:AddItem(41944, 1)
  1163. end
  1164.  
  1165. if (intid == 113) then
  1166. player:AddItem(41963, 1)
  1167. end
  1168.  
  1169. if (intid == 114) then
  1170. player:AddItem(41950, 1)
  1171. end
  1172.  
  1173. if (intid == 115) then
  1174. player:AddItem(41969, 1)
  1175. end
  1176.  
  1177. if (intid == 116) then
  1178. player:AddItem(41957, 1)
  1179. end
  1180.  
  1181. if (intid == 117) then -- Mage Deadly
  1182. player:AddItem(41945, 1)
  1183. end
  1184.  
  1185. if (intid == 118) then
  1186. player:AddItem(41964, 1)
  1187. end
  1188.  
  1189. if (intid == 119) then
  1190. player:AddItem(41951, 1)
  1191. end
  1192.  
  1193. if (intid == 120) then
  1194. player:AddItem(41970, 1)
  1195. end
  1196.  
  1197. if (intid == 121) then
  1198. player:AddItem(41958, 1)
  1199. end
  1200.  
  1201. if (intid == 122) then -- Warlock
  1202. player:AddItem(41991, 1)
  1203. end
  1204.  
  1205. if (intid == 123) then
  1206. player:AddItem(42009, 1)
  1207. end
  1208.  
  1209. if (intid == 124) then
  1210. player:AddItem(42001, 1)
  1211. end
  1212.  
  1213. if (intid == 125) then
  1214. player:AddItem(42015, 1)
  1215. end
  1216.  
  1217. if (intid == 126) then
  1218. player:AddItem(42003, 1)
  1219. end
  1220.  
  1221. if (intid == 127) then -- Warlock Deadly
  1222. player:AddItem(41992, 1)
  1223. end
  1224.  
  1225. if (intid == 128) then
  1226. player:AddItem(42010, 1)
  1227. end
  1228.  
  1229. if (intid == 129) then
  1230. player:AddItem(41997, 1)
  1231. end
  1232.  
  1233. if (intid == 130) then
  1234. player:AddItem(42016, 1)
  1235. end
  1236.  
  1237. if (intid == 131) then
  1238. player:AddItem(42004, 1)
  1239. end
  1240.  
  1241. if (intid == 138) then -- Druid 1
  1242. player:AddItem(41325, 1)
  1243. end
  1244.  
  1245. if (intid == 139) then
  1246. player:AddItem(41279, 1)
  1247. end
  1248.  
  1249. if (intid == 140) then
  1250. player:AddItem(41314, 1)
  1251. end
  1252.  
  1253. if (intid == 141) then
  1254. player:AddItem(41291, 1)
  1255. end
  1256.  
  1257. if (intid == 142) then
  1258. player:AddItem(41302, 1)
  1259. end
  1260.  
  1261. if (intid == 143) then -- Druid 2
  1262. player:AddItem(41676, 1)
  1263. end
  1264.  
  1265. if (intid == 144) then
  1266. player:AddItem(41713, 1)
  1267. end
  1268.  
  1269. if (intid == 145) then
  1270. player:AddItem(41659, 1)
  1271. end
  1272.  
  1273. if (intid == 146) then
  1274. player:AddItem(41771, 1)
  1275. end
  1276.  
  1277. if (intid == 147) then
  1278. player:AddItem(41665, 1)
  1279. end
  1280.  
  1281. if (intid == 148) then -- Druid 3
  1282. player:AddItem(41319, 1)
  1283. end
  1284.  
  1285. if (intid == 149) then
  1286. player:AddItem(41273, 1)
  1287. end
  1288.  
  1289. if (intid == 150) then
  1290. player:AddItem(41308, 1)
  1291. end
  1292.  
  1293. if (intid == 151) then
  1294. player:AddItem(41284, 1)
  1295. end
  1296.  
  1297. if (intid == 152) then
  1298. player:AddItem(41296, 1)
  1299. end
  1300.  
  1301. if (intid == 153) then -- Druid Deadly1
  1302. player:AddItem(41326, 1)
  1303. end
  1304.  
  1305. if (intid == 154) then
  1306. player:AddItem(41280, 1)
  1307. end
  1308.  
  1309. if (intid == 155) then
  1310. player:AddItem(41315, 1)
  1311. end
  1312.  
  1313. if (intid == 156) then
  1314. player:AddItem(41292, 1)
  1315. end
  1316.  
  1317. if (intid == 157) then
  1318. player:AddItem(41303, 1)
  1319. end
  1320.  
  1321. if (intid == 158) then -- Druid Deadly2
  1322. player:AddItem(41677, 1)
  1323. end
  1324.  
  1325. if (intid == 159) then
  1326. player:AddItem(41714, 1)
  1327. end
  1328.  
  1329. if (intid == 160) then
  1330. player:AddItem(41660, 1)
  1331. end
  1332.  
  1333. if (intid == 161) then
  1334. player:AddItem(41772, 1)
  1335. end
  1336.  
  1337. if (intid == 162) then
  1338. player:AddItem(41666, 1)
  1339. end
  1340.  
  1341. if (intid == 163) then -- Druid Deadly3
  1342. player:AddItem(41320, 1)
  1343. end
  1344.  
  1345. if (intid == 164) then
  1346. player:AddItem(41274, 1)
  1347. end
  1348.  
  1349. if (intid == 165) then
  1350. player:AddItem(41309, 1)
  1351. end
  1352.  
  1353. if (intid == 166) then
  1354. player:AddItem(41286, 1)
  1355. end
  1356.  
  1357. if (intid == 167) then
  1358. player:AddItem(41297, 1)
  1359. end
  1360.  
  1361. -- S6
  1362. if (intid == 168) then -- Warrior
  1363. if (pMisc:GetItemCount(TokenID) >= 50) then
  1364. player:RemoveItem(TokenID, 50)
  1365. player:AddItem(40826, 1)
  1366. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1367. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1368. end
  1369. end
  1370.  
  1371. if (intid == 169) then
  1372. if (pMisc:GetItemCount(TokenID) >= 50) then
  1373. player:RemoveItem(TokenID, 50)
  1374. player:AddItem(40866, 1)
  1375. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1376. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1377. end
  1378. end
  1379.  
  1380. if (intid == 170) then
  1381. if (pMisc:GetItemCount(TokenID) >= 50) then
  1382. player:RemoveItem(TokenID, 50)
  1383. player:AddItem(40789, 1)
  1384. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1385. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1386. end
  1387. end
  1388.  
  1389. if (intid == 171) then
  1390. if (pMisc:GetItemCount(TokenID) >= 50) then
  1391. player:RemoveItem(TokenID, 50)
  1392. player:AddItem(40807, 1)
  1393. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1394. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1395. end
  1396. end
  1397.  
  1398. if (intid == 172) then
  1399. if (pMisc:GetItemCount(TokenID) >= 50) then
  1400. player:RemoveItem(TokenID, 50)
  1401. player:AddItem(40847, 1)
  1402. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1403. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1404. end
  1405. end
  1406.  
  1407. if (intid == 175) then -- Paladin - Redemption
  1408. if (pMisc:GetItemCount(TokenID) >= 50) then
  1409. player:RemoveItem(TokenID, 50)
  1410. player:AddItem(40933, 1)
  1411. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1412. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1413. end
  1414. end
  1415.  
  1416. if (intid == 176) then
  1417. if (pMisc:GetItemCount(TokenID) >= 50) then
  1418. player:RemoveItem(TokenID, 50)
  1419. player:AddItem(40963, 1)
  1420. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1421. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1422. end
  1423. end
  1424.  
  1425. if (intid == 177) then
  1426. if (pMisc:GetItemCount(TokenID) >= 50) then
  1427. player:RemoveItem(TokenID, 50)
  1428. player:AddItem(40907, 1)
  1429. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1430. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1431. end
  1432. end
  1433.  
  1434. if (intid == 178) then
  1435. if (pMisc:GetItemCount(TokenID) >= 50) then
  1436. player:RemoveItem(TokenID, 50)
  1437. player:AddItem(40927, 1)
  1438. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1439. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1440. end
  1441. end
  1442.  
  1443. if (intid == 179) then
  1444. if (pMisc:GetItemCount(TokenID) >= 50) then
  1445. player:RemoveItem(TokenID, 50)
  1446. player:AddItem(40939, 1)
  1447. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1448. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1449. end
  1450. end
  1451.  
  1452. if (intid == 180) then -- Paladin - Vindication
  1453. if (pMisc:GetItemCount(TokenID) >= 50) then
  1454. player:RemoveItem(TokenID, 50)
  1455. player:AddItem(40828, 1)
  1456. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1457. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1458. end
  1459. end
  1460.  
  1461. if (intid == 181) then
  1462. if (pMisc:GetItemCount(TokenID) >= 50) then
  1463. player:RemoveItem(TokenID, 50)
  1464. player:AddItem(40869, 1)
  1465. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1466. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1467. end
  1468. end
  1469.  
  1470. if (intid == 182) then
  1471. if (pMisc:GetItemCount(TokenID) >= 50) then
  1472. player:RemoveItem(TokenID, 50)
  1473. player:AddItem(40788, 1)
  1474. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1475. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1476. end
  1477. end
  1478.  
  1479. if (intid == 183) then
  1480. if (pMisc:GetItemCount(TokenID) >= 50) then
  1481. player:RemoveItem(TokenID, 50)
  1482. player:AddItem(40808, 1)
  1483. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1484. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1485. end
  1486. end
  1487.  
  1488. if (intid == 184) then
  1489. if (pMisc:GetItemCount(TokenID) >= 50) then
  1490. player:RemoveItem(TokenID, 50)
  1491. player:AddItem(40849, 1)
  1492. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1493. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1494. end
  1495. end
  1496.  
  1497. if (intid == 185) then -- Hunter
  1498. if (pMisc:GetItemCount(TokenID) >= 50) then
  1499. player:RemoveItem(TokenID, 50)
  1500. player:AddItem(41157, 1)
  1501. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1502. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1503. end
  1504. end
  1505.  
  1506. if (intid == 186) then
  1507. if (pMisc:GetItemCount(TokenID) >= 50) then
  1508. player:RemoveItem(TokenID, 50)
  1509. player:AddItem(41217, 1)
  1510. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1511. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1512. end
  1513. end
  1514.  
  1515. if (intid == 187) then
  1516. if (pMisc:GetItemCount(TokenID) >= 50) then
  1517. player:RemoveItem(TokenID, 50)
  1518. player:AddItem(41087, 1)
  1519. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1520. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1521. end
  1522. end
  1523.  
  1524. if (intid == 188) then
  1525. if (pMisc:GetItemCount(TokenID) >= 50) then
  1526. player:RemoveItem(TokenID, 50)
  1527. player:AddItem(41143, 1)
  1528. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1529. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1530. end
  1531. end
  1532.  
  1533. if (intid == 189) then
  1534. if (pMisc:GetItemCount(TokenID) >= 50) then
  1535. player:RemoveItem(TokenID, 50)
  1536. player:AddItem(41205, 1)
  1537. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1538. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1539. end
  1540. end
  1541.  
  1542. if (intid == 190) then -- Rogue
  1543. if (pMisc:GetItemCount(TokenID) >= 50) then
  1544. player:RemoveItem(TokenID, 50)
  1545. player:AddItem(41672,1 )
  1546. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1547. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1548. end
  1549. end
  1550.  
  1551. if (intid == 191) then
  1552. if (pMisc:GetItemCount(TokenID) >= 50) then
  1553. player:RemoveItem(TokenID, 50)
  1554. player:AddItem(41683, 1)
  1555. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1556. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1557. end
  1558. end
  1559.  
  1560. if (intid == 192) then
  1561. if (pMisc:GetItemCount(TokenID) >= 50) then
  1562. player:RemoveItem(TokenID, 50)
  1563. player:AddItem(41650, 1)
  1564. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1565. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1566. end
  1567. end
  1568.  
  1569. if (intid == 193) then
  1570. if (pMisc:GetItemCount(TokenID) >= 50) then
  1571. player:RemoveItem(TokenID, 50)
  1572. player:AddItem(41767, 1)
  1573. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1574. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1575. end
  1576. end
  1577.  
  1578. if (intid == 194) then
  1579. if (pMisc:GetItemCount(TokenID) >= 50) then
  1580. player:RemoveItem(TokenID, 50)
  1581. player:AddItem(41655, 1)
  1582. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1583. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1584. end
  1585. end
  1586.  
  1587. if (intid == 197) then -- Priest - Raiment
  1588. if (pMisc:GetItemCount(TokenID) >= 50) then
  1589. player:RemoveItem(TokenID, 50)
  1590. player:AddItem(41915,1 )
  1591. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1592. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1593. end
  1594. end
  1595.  
  1596. if (intid == 198) then
  1597. if (pMisc:GetItemCount(TokenID) >= 50) then
  1598. player:RemoveItem(TokenID, 50)
  1599. player:AddItem(41934, 1)
  1600. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1601. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1602. end
  1603. end
  1604.  
  1605. if (intid == 199) then
  1606. if (pMisc:GetItemCount(TokenID) >= 50) then
  1607. player:RemoveItem(TokenID, 50)
  1608. player:AddItem(41921, 1)
  1609. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1610. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1611. end
  1612. end
  1613.  
  1614. if (intid == 200) then
  1615. if (pMisc:GetItemCount(TokenID) >= 50) then
  1616. player:RemoveItem(TokenID, 50)
  1617. player:AddItem(41940, 1)
  1618. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1619. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1620. end
  1621. end
  1622.  
  1623. if (intid == 201) then
  1624. if (pMisc:GetItemCount(TokenID) >= 50) then
  1625. player:RemoveItem(TokenID, 50)
  1626. player:AddItem(41927, 1)
  1627. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1628. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1629. end
  1630. end
  1631.  
  1632. if (intid == 202) then -- Priest - Investiture
  1633. if (pMisc:GetItemCount(TokenID) >= 50) then
  1634. player:RemoveItem(TokenID, 50)
  1635. player:AddItem(41854,1 )
  1636. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1637. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1638. end
  1639. end
  1640.  
  1641. if (intid == 203) then
  1642. if (pMisc:GetItemCount(TokenID) >= 50) then
  1643. player:RemoveItem(TokenID, 50)
  1644. player:AddItem(41869, 1)
  1645. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1646. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1647. end
  1648. end
  1649.  
  1650. if (intid == 204) then
  1651. if (pMisc:GetItemCount(TokenID) >= 50) then
  1652. player:RemoveItem(TokenID, 50)
  1653. player:AddItem(41859, 1)
  1654. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1655. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1656. end
  1657. end
  1658.  
  1659. if (intid == 205) then
  1660. if (pMisc:GetItemCount(TokenID) >= 50) then
  1661. player:RemoveItem(TokenID, 50)
  1662. player:AddItem(41874, 1)
  1663. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1664. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1665. end
  1666. end
  1667.  
  1668. if (intid == 206) then
  1669. if (pMisc:GetItemCount(TokenID) >= 50) then
  1670. player:RemoveItem(TokenID, 50)
  1671. player:AddItem(41864, 1)
  1672. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1673. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1674. end
  1675. end
  1676.  
  1677. if (intid == 268) then -- DeathKnight
  1678. if (pMisc:GetItemCount(TokenID) >= 50) then
  1679. player:RemoveItem(TokenID, 50)
  1680. player:AddItem(40827,1 )
  1681. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1682. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1683. end
  1684. end
  1685.  
  1686. if (intid == 269) then
  1687. if (pMisc:GetItemCount(TokenID) >= 50) then
  1688. player:RemoveItem(TokenID, 50)
  1689. player:AddItem(40868, 1)
  1690. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1691. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1692. end
  1693. end
  1694.  
  1695. if (intid == 270) then
  1696. if (pMisc:GetItemCount(TokenID) >= 50) then
  1697. player:RemoveItem(TokenID, 50)
  1698. player:AddItem(40787, 1)
  1699. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1700. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1701. end
  1702. end
  1703.  
  1704. if (intid == 271) then
  1705. if (pMisc:GetItemCount(TokenID) >= 50) then
  1706. player:RemoveItem(TokenID, 50)
  1707. player:AddItem(40809, 1)
  1708. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1709. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1710. end
  1711. end
  1712.  
  1713. if (intid == 272) then
  1714. if (pMisc:GetItemCount(TokenID) >= 50) then
  1715. player:RemoveItem(TokenID, 50)
  1716. player:AddItem(40848, 1)
  1717. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1718. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1719. end
  1720. end
  1721.  
  1722. if (intid == 210) then -- Shaman1
  1723. if (pMisc:GetItemCount(TokenID) >= 50) then
  1724. player:RemoveItem(TokenID, 50)
  1725. player:AddItem(41013,1 )
  1726. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1727. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1728. end
  1729. end
  1730.  
  1731. if (intid == 211) then
  1732. if (pMisc:GetItemCount(TokenID) >= 50) then
  1733. player:RemoveItem(TokenID, 50)
  1734. player:AddItem(41038, 1)
  1735. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1736. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1737. end
  1738. end
  1739.  
  1740. if (intid == 212) then
  1741. if (pMisc:GetItemCount(TokenID) >= 50) then
  1742. player:RemoveItem(TokenID, 50)
  1743. player:AddItem(40992, 1)
  1744. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1745. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1746. end
  1747. end
  1748.  
  1749. if (intid == 213) then
  1750. if (pMisc:GetItemCount(TokenID) >= 50) then
  1751. player:RemoveItem(TokenID, 50)
  1752. player:AddItem(41001, 1)
  1753. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1754. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1755. end
  1756. end
  1757.  
  1758. if (intid == 214) then
  1759. if (pMisc:GetItemCount(TokenID) >= 50) then
  1760. player:RemoveItem(TokenID, 50)
  1761. player:AddItem(41027, 1)
  1762. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1763. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1764. end
  1765. end
  1766.  
  1767. if (intid == 215) then -- Shaman2
  1768. if (pMisc:GetItemCount(TokenID) >= 50) then
  1769. player:RemoveItem(TokenID, 50)
  1770. player:AddItem(41019,1 )
  1771. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1772. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1773. end
  1774. end
  1775.  
  1776. if (intid == 216) then
  1777. if (pMisc:GetItemCount(TokenID) >= 50) then
  1778. player:RemoveItem(TokenID, 50)
  1779. player:AddItem(41044, 1)
  1780. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1781. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1782. end
  1783. end
  1784.  
  1785. if (intid == 217) then
  1786. if (pMisc:GetItemCount(TokenID) >= 50) then
  1787. player:RemoveItem(TokenID, 50)
  1788. player:AddItem(40993, 1)
  1789. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1790. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1791. end
  1792. end
  1793.  
  1794. if (intid == 218) then
  1795. if (pMisc:GetItemCount(TokenID) >= 50) then
  1796. player:RemoveItem(TokenID, 50)
  1797. player:AddItem(41007, 1)
  1798. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1799. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1800. end
  1801. end
  1802.  
  1803. if (intid == 219) then
  1804. if (pMisc:GetItemCount(TokenID) >= 50) then
  1805. player:RemoveItem(TokenID, 50)
  1806. player:AddItem(41033, 1)
  1807. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1808. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1809. end
  1810. end
  1811.  
  1812. if (intid == 220) then -- Shaman3
  1813. if (pMisc:GetItemCount(TokenID) >= 50) then
  1814. player:RemoveItem(TokenID, 50)
  1815. player:AddItem(41151,1 )
  1816. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1817. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1818. end
  1819. end
  1820.  
  1821. if (intid == 221) then
  1822. if (pMisc:GetItemCount(TokenID) >= 50) then
  1823. player:RemoveItem(TokenID, 50)
  1824. player:AddItem(41211, 1)
  1825. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1826. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1827. end
  1828. end
  1829.  
  1830. if (intid == 222) then
  1831. if (pMisc:GetItemCount(TokenID) >= 50) then
  1832. player:RemoveItem(TokenID, 50)
  1833. player:AddItem(41081, 1)
  1834. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1835. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1836. end
  1837. end
  1838.  
  1839. if (intid == 223) then
  1840. if (pMisc:GetItemCount(TokenID) >= 50) then
  1841. player:RemoveItem(TokenID, 50)
  1842. player:AddItem(41137, 1)
  1843. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1844. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1845. end
  1846. end
  1847.  
  1848. if (intid == 224) then
  1849. if (pMisc:GetItemCount(TokenID) >= 50) then
  1850. player:RemoveItem(TokenID, 50)
  1851. player:AddItem(41199, 1)
  1852. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1853. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1854. end
  1855. end
  1856.  
  1857. if (intid == 273) then -- Mage
  1858. if (pMisc:GetItemCount(TokenID) >= 50) then
  1859. player:RemoveItem(TokenID, 50)
  1860. player:AddItem(41946,1 )
  1861. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1862. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1863. end
  1864. end
  1865.  
  1866. if (intid == 274) then
  1867. if (pMisc:GetItemCount(TokenID) >= 50) then
  1868. player:RemoveItem(TokenID, 50)
  1869. player:AddItem(41965, 1)
  1870. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1871. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1872. end
  1873. end
  1874.  
  1875. if (intid == 275) then
  1876. if (pMisc:GetItemCount(TokenID) >= 50) then
  1877. player:RemoveItem(TokenID, 50)
  1878. player:AddItem(41953, 1)
  1879. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1880. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1881. end
  1882. end
  1883.  
  1884. if (intid == 276) then
  1885. if (pMisc:GetItemCount(TokenID) >= 50) then
  1886. player:RemoveItem(TokenID, 50)
  1887. player:AddItem(41971, 1)
  1888. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1889. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1890. end
  1891. end
  1892.  
  1893. if (intid == 277) then
  1894. if (pMisc:GetItemCount(TokenID) >= 50) then
  1895. player:RemoveItem(TokenID, 50)
  1896. player:AddItem(41959, 1)
  1897. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1898. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1899. end
  1900. end
  1901.  
  1902. if (intid == 220) then -- Shaman3
  1903. if (pMisc:GetItemCount(TokenID) >= 50) then
  1904. player:RemoveItem(TokenID, 50)
  1905. player:AddItem(41151,1 )
  1906. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1907. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1908. end
  1909. end
  1910.  
  1911. if (intid == 221) then
  1912. if (pMisc:GetItemCount(TokenID) >= 50) then
  1913. player:RemoveItem(TokenID, 50)
  1914. player:AddItem(41211, 1)
  1915. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1916. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1917. end
  1918. end
  1919.  
  1920. if (intid == 222) then
  1921. if (pMisc:GetItemCount(TokenID) >= 50) then
  1922. player:RemoveItem(TokenID, 50)
  1923. player:AddItem(41081, 1)
  1924. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1925. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1926. end
  1927. end
  1928.  
  1929. if (intid == 223) then
  1930. if (pMisc:GetItemCount(TokenID) >= 50) then
  1931. player:RemoveItem(TokenID, 50)
  1932. player:AddItem(41137, 1)
  1933. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1934. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1935. end
  1936. end
  1937.  
  1938. if (intid == 224) then
  1939. if (pMisc:GetItemCount(TokenID) >= 50) then
  1940. player:RemoveItem(TokenID, 50)
  1941. player:AddItem(41199, 1)
  1942. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1943. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1944. end
  1945. end
  1946.  
  1947. if (intid == 225) then -- Warlock
  1948. if (pMisc:GetItemCount(TokenID) >= 50) then
  1949. player:RemoveItem(TokenID, 50)
  1950. player:AddItem(41993,1 )
  1951. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1952. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1953. end
  1954. end
  1955.  
  1956. if (intid == 226) then
  1957. if (pMisc:GetItemCount(TokenID) >= 50) then
  1958. player:RemoveItem(TokenID, 50)
  1959. player:AddItem(42011, 1)
  1960. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1961. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1962. end
  1963. end
  1964.  
  1965. if (intid == 227) then
  1966. if (pMisc:GetItemCount(TokenID) >= 50) then
  1967. player:RemoveItem(TokenID, 50)
  1968. player:AddItem(41998, 1)
  1969. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1970. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1971. end
  1972. end
  1973.  
  1974. if (intid == 228) then
  1975. if (pMisc:GetItemCount(TokenID) >= 50) then
  1976. player:RemoveItem(TokenID, 50)
  1977. player:AddItem(42017, 1)
  1978. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1979. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1980. end
  1981. end
  1982.  
  1983. if (intid == 229) then
  1984. if (pMisc:GetItemCount(TokenID) >= 50) then
  1985. player:RemoveItem(TokenID, 50)
  1986. player:AddItem(42005, 1)
  1987. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1988. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1989. end
  1990. end
  1991.  
  1992. if (intid == 233) then -- Druid1
  1993. if (pMisc:GetItemCount(TokenID) >= 50) then
  1994. player:RemoveItem(TokenID, 50)
  1995. player:AddItem(41327,1 )
  1996. elseif (pMisc:GetItemCount(TokenID) < 50) then
  1997. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  1998. end
  1999. end
  2000.  
  2001. if (intid == 234) then
  2002. if (pMisc:GetItemCount(TokenID) >= 50) then
  2003. player:RemoveItem(TokenID, 50)
  2004. player:AddItem(41281, 1)
  2005. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2006. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2007. end
  2008. end
  2009.  
  2010. if (intid == 235) then
  2011. if (pMisc:GetItemCount(TokenID) >= 50) then
  2012. player:RemoveItem(TokenID, 50)
  2013. player:AddItem(41316, 1)
  2014. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2015. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2016. end
  2017. end
  2018.  
  2019. if (intid == 236) then
  2020. if (pMisc:GetItemCount(TokenID) >= 50) then
  2021. player:RemoveItem(TokenID, 50)
  2022. player:AddItem(41293, 1)
  2023. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2024. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2025. end
  2026. end
  2027.  
  2028. if (intid == 237) then
  2029. if (pMisc:GetItemCount(TokenID) >= 50) then
  2030. player:RemoveItem(TokenID, 50)
  2031. player:AddItem(41304, 1)
  2032. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2033. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2034. end
  2035. end
  2036.  
  2037. if (intid == 238) then -- Druid2
  2038. if (pMisc:GetItemCount(TokenID) >= 50) then
  2039. player:RemoveItem(TokenID, 50)
  2040. player:AddItem(41678,1 )
  2041. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2042. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2043. end
  2044. end
  2045.  
  2046. if (intid == 239) then
  2047. if (pMisc:GetItemCount(TokenID) >= 50) then
  2048. player:RemoveItem(TokenID, 50)
  2049. player:AddItem(41715, 1)
  2050. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2051. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2052. end
  2053. end
  2054.  
  2055. if (intid == 240) then
  2056. if (pMisc:GetItemCount(TokenID) >= 50) then
  2057. player:RemoveItem(TokenID, 50)
  2058. player:AddItem(41661, 1)
  2059. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2060. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2061. end
  2062. end
  2063.  
  2064. if (intid == 241) then
  2065. if (pMisc:GetItemCount(TokenID) >= 50) then
  2066. player:RemoveItem(TokenID, 50)
  2067. player:AddItem(41773, 1)
  2068. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2069. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2070. end
  2071. end
  2072.  
  2073. if (intid == 242) then
  2074. if (pMisc:GetItemCount(TokenID) >= 50) then
  2075. player:RemoveItem(TokenID, 50)
  2076. player:AddItem(41667, 1)
  2077. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2078. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2079. end
  2080. end
  2081.  
  2082. if (intid == 243) then -- Druid3
  2083. if (pMisc:GetItemCount(TokenID) >= 50) then
  2084. player:RemoveItem(TokenID, 50)
  2085. player:AddItem(41321,1 )
  2086. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2087. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2088. end
  2089. end
  2090.  
  2091. if (intid == 244) then
  2092. if (pMisc:GetItemCount(TokenID) >= 50) then
  2093. player:RemoveItem(TokenID, 50)
  2094. player:AddItem(41275, 1)
  2095. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2096. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2097. end
  2098. end
  2099.  
  2100. if (intid == 245) then
  2101. if (pMisc:GetItemCount(TokenID) >= 50) then
  2102. player:RemoveItem(TokenID, 50)
  2103. player:AddItem(41310, 1)
  2104. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2105. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2106. end
  2107. end
  2108.  
  2109. if (intid == 246) then
  2110. if (pMisc:GetItemCount(TokenID) >= 50) then
  2111. player:RemoveItem(TokenID, 50)
  2112. player:AddItem(41287, 1)
  2113. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2114. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2115. end
  2116. end
  2117.  
  2118. if (intid == 247) then
  2119. if (pMisc:GetItemCount(TokenID) >= 50) then
  2120. player:RemoveItem(TokenID, 50)
  2121. player:AddItem(41298, 1)
  2122. elseif (pMisc:GetItemCount(TokenID) < 50) then
  2123. eUnit:SendChatMessage(15, 0, "You need at least 50 Tokens", player)
  2124. end
  2125. end
  2126.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement