Advertisement
slp13at420

WD HearthStone

Jan 4th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 47.65 KB | None | 0 0
  1. -- i dont know who made this but i found it in xXgrimXx's arcemu repack . so rep grim
  2. -- i modified it for my realm
  3. -- changed online store to VIP store
  4. -- VIP store allows chars to purchase there next VIP level with mg rather than
  5. -- earning it by votes count.
  6. -- with a check so they dont keep buying levels even tho they are maxxed VIP
  7.  
  8. function Item_Trigger(item, event, player)
  9. player:FullCastSpell(49308)
  10. item:GossipCreateMenu(120000, player, 0)
  11. item:GossipMenuAddItem(2, "Global GPS Teleport", 18, 0)
  12. item:GossipMenuAddItem(2, "Eventable Zones", 6100, 0)
  13. item:GossipMenuAddItem(2, "Hearthstone", 3773, 0)
  14. item:GossipMenuAddItem(6, "Protection Bank", 54327, 0)
  15. item:GossipMenuAddItem(8, "Gear Repair", 54328, 0)
  16. item:GossipMenuAddItem(2, "Arena Team", 3775, 0)
  17. item:GossipMenuAddItem(2, "Check MG", 3205, 0)
  18. item:GossipMenuAddItem(2, "VIP Shop", 8090, 0)
  19. item:GossipMenuAddItem(4, "|cffFF0000Mailbox Online", 8080, 0)
  20. item:GossipMenuAddItem(7, "Other Services", 8073, 0)
  21. item:GossipSendMenu(player)
  22. end
  23.  
  24. function OnSelect(item, event, player, id, intid, code)
  25.  
  26. if(intid == 75) then
  27. return Item_Trigger(item, event, player)
  28. end
  29.  
  30. if(intid == 9999) then
  31. player:GossipComplete()
  32. end
  33.  
  34. if(intid == 8080) then
  35. player:SendBroadcastMessage("at the moment unavailable. we will update later.")
  36. player:GossipComplete()
  37. end
  38.  
  39. if(intid == 7071) then
  40. player:Teleport(0, -246.918533, 1532.947632, 77.121796)
  41. player:GossipComplete()
  42. end
  43.  
  44. if(intid == 12904) then
  45. player:Teleport(0, -47343.663574, -3111.000977, 308.573029)
  46. player:GossipComplete()
  47. end
  48.  
  49. if(intid == 12905) then
  50. player:Teleport(0, -4771.063965, -3525.218018, 303.590790)
  51. player:GossipComplete()
  52. end
  53.  
  54. if(intid == 29030) then
  55. player:Teleport(1, 6500.379883, -2364.060059, 594.765686)
  56. player:GossipComplete()
  57. end
  58.  
  59. if(intid == 2904) then
  60. player:Teleport(1, -6287.853516, -383.331238, -0.947034)
  61. player:GossipComplete()
  62. end
  63.  
  64. if(intid == 12903) then
  65. player:Teleport(1, 1274.176392, -4331.429199, 33.097721)
  66. player:GossipComplete()
  67. end
  68.  
  69. if(intid == 2905) then
  70. player:Teleport(1, -5660.225098, -3493.307617, -57.450867)
  71. player:GossipComplete()
  72. end
  73.  
  74. if(intid == 12905) then
  75. player:Teleport(0, -11298.624023, -367.173950, 65.445702)
  76. player:GossipComplete()
  77. end
  78.  
  79. if(intid == 29103) then
  80. player:Teleport(530, 6654.667969, -6458.312988, 29.2593025)
  81. player:GossipComplete()
  82. end
  83.  
  84. if(intid == 29101) then
  85. player:Teleport(0, -11665.720703, -2371.583252, 0.551880)
  86. player:GossipComplete()
  87. end
  88.  
  89. if(intid == 29060) then
  90. player:Teleport(1, 5479.136719, -3730.750000, 1593.439941)
  91. player:GossipComplete()
  92. end
  93.  
  94. if(intid == 90003) then
  95. player:Teleport(1, -6212.604004, -3951.196777, -58.751427)
  96. player:GossipComplete()
  97. end
  98.  
  99. if(intid == 11500) then
  100. player:Teleport(0, -8348.363281, 624.138550, 97.632553)
  101. player:GossipComplete()
  102. end
  103.  
  104. if(intid == 21222) then
  105. player:SendBattlegroundWindow(player, 1)
  106. player:GossipComplete()
  107. end
  108. if(intid == 21223) then
  109. player:SendBattlegroundWindow(player, 2)
  110. player:GossipComplete()
  111. end
  112. if(intid == 21224) then
  113. player:SendBattlegroundWindow(player, 3)
  114. player:GossipComplete()
  115. end
  116. if(intid == 21225) then
  117. player:SendBattlegroundWindow(player, 4)
  118. player:GossipComplete()
  119. end
  120.  
  121. if(intid == 15000) then
  122. player:Teleport(1, 7567.507324, -2891.146240, 460.661255)
  123. player:GossipComplete()
  124. end
  125.  
  126. if(intid == 2900) then
  127. player:Teleport(1, -4285.628418, -785.919495, -52.691986)
  128. player:GossipComplete()
  129. end
  130.  
  131. if(intid == 2901) then
  132. player:Teleport(1, -6286.524902, -385.810486, 1.208365)
  133. player:GossipComplete()
  134. end
  135.  
  136. if(intid == 6100) then
  137. item:GossipCreateMenu(120000, player, 0)
  138. item:GossipMenuAddItem(0, "..return\n ", 75, 0)
  139. if (player:GetTeam() == 0) then -- alliance
  140. item:GossipMenuAddItem(2, "[Kill] Arathi Basin [A]\n ", 4780, 0)
  141. elseif (player:GetTeam() == 1) then -- horde
  142. item:GossipMenuAddItem(2, "[Kill] Arathi Basin [H]\n ", 4781, 0)
  143. end
  144. item:GossipMenuAddItem(2, "[Teleport] Azeroth (|cffFF0000Well of the forgoten|r) \n ", 4779, 0)
  145. item:GossipMenuAddItem(2, "[Teleport] Oldhillsbrad (|cffFF0000FFA Battle|r)\n ", 4777, 0)
  146. item:GossipMenuAddItem(2, "[Teleport] Oldhillsbrad (|cffFF00005V5 Arena|r)\n ", 4778, 0)
  147. item:GossipSendMenu(player)
  148. end
  149.  
  150. if(intid == 40) then
  151. if (player:IsInCombat() == true) then
  152. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  153. else
  154. item:GossipCreateMenu(120000, player, 0)
  155. item:GossipMenuAddItem(2, " [Eastern Kingdom Menu Page]\n ", 40, 0)
  156. item:GossipMenuAddItem(0, "..Main Page\n ", 75, 0)
  157. item:GossipMenuAddItem(2, "Alterac Mountains", 208, 0)
  158. item:GossipMenuAddItem(2, "Badlands", 214, 0)
  159. item:GossipMenuAddItem(2, "Blasted Lands", 222, 0)
  160. item:GossipMenuAddItem(2, "Burning Steppes", 216, 0)
  161. item:GossipMenuAddItem(2, "Deadwind Pass", 221, 0)
  162. item:GossipMenuAddItem(2, "Dun Morogh", 212, 0)
  163. item:GossipMenuAddItem(2, "Duskwood", 220, 0)
  164. item:GossipMenuAddItem(2, "Eastern Plaguelands", 206, 0)
  165. item:GossipMenuAddItem(2, "Elwynn Forest", 217, 0)
  166. item:GossipMenuAddItem(2, "Eversong Woods", 201, 0)
  167. item:GossipMenuAddItem(2, "Ghostlands", 202, 0)
  168. item:GossipSendMenu(player)
  169. end
  170. end
  171.  
  172. if(intid == 8073) then
  173. item:GossipCreateMenu(120000, player, 0)
  174. item:GossipMenuAddItem(0, "..Main Page\n ", 75, 0)
  175. item:GossipMenuAddItem(2, "Bind location (Cost: 10 MG)", 3774, 0)
  176. item:GossipMenuAddItem(2, "Character repair (Cost: 5g)", 54328, 0)
  177. item:GossipMenuAddItem(2, "Combat Unstuck", 3206, 0)
  178. item:GossipMenuAddItem(2, "Magic buffs (Cost: 20 MG)", 54321, 0)
  179. item:GossipMenuAddItem(2, "Sickness removal", 9090, 0)
  180. item:GossipMenuAddItem(2, "Reset talent points (Cost: 10g)", 54325, 0)
  181. item:GossipMenuAddItem(2, "Weapon skills", 9997, 0)
  182. item:GossipSendMenu(player)
  183. end
  184.  
  185. if(intid == 8090) then
  186. item:GossipCreateMenu(120000, player, 0)
  187. item:GossipMenuAddItem(0, "..Main Page\n ", 75, 0)
  188. item:GossipMenuAddItem(0, "VIP level upgrade (Cost: 100,000 MG)", 8091, 0)
  189. item:GossipSendMenu(player)
  190. end
  191.  
  192. if(intid == 8091) then
  193. local CheckmgforGtoken = WorldDBQuery("SELECT `mg` FROM logon.accounts WHERE `login` = '"..player:GetAccountName().."';");
  194. local CheckViplevels = WorldDBQuery("SELECT `vip` FROM logon.accounts WHERE `login` = '"..player:GetAccountName().."';");
  195.  
  196. local MagicGoldftgk = CheckmgforGtoken:GetColumn(0):GetLong()
  197. local Viplevels = CheckViplevels:GetColumn(0):GetLong()
  198.  
  199. if (MagicGoldftgk < 50000) then -- not enough mg
  200. item:GossipCreateMenu(120000, player, 0)
  201. item:GossipMenuAddItem(0, "you only have "..MagicGoldftgk.." Magic Gold. you need "..'50000' - MagicGoldftgk.." more.", 8090, 0)
  202. item:GossipSendMenu(player)
  203. else
  204.  
  205. if (Viplevels == 10) then -- max vip level cant upgrade anymore. current max level is 10
  206. item:GossipCreateMenu(120000, player, 0)
  207. item:GossipMenuAddItem(0, "you are VIP"..Viplevels..". you cant upgrade anymore.", 8090, 0)
  208. item:GossipSendMenu(player)
  209. else
  210. -- player:AddItem(44209, 990)
  211. item:GossipCreateMenu(120000, player, 0)
  212. item:GossipMenuAddItem(0, "Congratulations you are now VIP"..Viplevels + '1'.."", 8090, 0)
  213. item:GossipSendMenu(player)
  214.  
  215. WorldDBQuery("UPDATE logon.accounts SET `mg` = '"..MagicGoldftgk.."'-'50000' WHERE `login` = '"..player:GetAccountName().."' LIMIT 1; ");
  216. WorldDBQuery("UPDATE logon.accounts SET `votes` = `votes` + '125' WHERE `login` = '"..player:GetAccountName().."' LIMIT 1; ");
  217. WorldDBQuery("UPDATE logon.accounts SET `vip` = `vip` + '1' WHERE `login` = '"..player:GetAccountName().."' LIMIT 1; ");
  218. end
  219. end
  220. end
  221. if(intid == 9997) then
  222.     player:AdvanceSkill(43, 1000)
  223.     player:AdvanceSkill(44, 1000)
  224.     player:AdvanceSkill(45, 1000)
  225.     player:AdvanceSkill(46, 1000)
  226.     player:AdvanceSkill(54, 1000)
  227.     player:AdvanceSkill(55, 1000)
  228.     player:AdvanceSkill(95, 1000)
  229.     player:AdvanceSkill(136, 1000)
  230.     player:AdvanceSkill(160, 1000)
  231.     player:AdvanceSkill(162, 1000)
  232.     player:AdvanceSkill(172, 1000)
  233.     player:AdvanceSkill(173, 1000)
  234.     player:AdvanceSkill(176, 1000)
  235.     player:AdvanceSkill(226, 1000)
  236.     player:AdvanceSkill(228, 1000)
  237.     player:AdvanceSkill(229, 1000)
  238.     player:AdvanceSkill(473, 1000) 
  239.     player:AdvanceSkill(164, 1000)
  240.     player:AdvanceSkill(165, 1000)
  241.     player:AdvanceSkill(171, 1000)
  242.     player:AdvanceSkill(182, 1000)
  243.     player:AdvanceSkill(186, 1000)
  244.     player:AdvanceSkill(197, 1000)
  245.     player:AdvanceSkill(202, 1000)
  246.     player:AdvanceSkill(333, 1000)
  247.     player:AdvanceSkill(393, 1000)
  248.     player:AdvanceSkill(755, 1000)
  249.     player:AdvanceSkill(773, 1000)
  250.     player:AdvanceSkill(129, 1000)
  251.     player:AdvanceSkill(185, 1000)
  252.     player:AdvanceSkill(356, 1000)
  253. player:GossipComplete()
  254. end
  255.  
  256. if(intid == 54327) then
  257. player:SendBankWindow(player)
  258. player:GossipComplete()
  259. end
  260.  
  261. if(intid == 54328) then
  262. if(player:GetCoinage() < 10) then
  263. player:SendBroadcastMessage("Not enough copper (10 required).")
  264. player:GossipComplete()
  265. else
  266. player:RepairAllPlayerItems()
  267. player:GossipComplete()
  268. player:SendBroadcastMessage("|cff82CAFFRepair Cost: |cff00ff0010 coins of copper|r (Items repaired).")
  269. player:DealGoldCost(10)
  270. end
  271. end
  272.  
  273. if(intid == 54325) then
  274. player:GossipComplete()
  275. player:GossipMiscAction(9, player, 1)
  276. end
  277.  
  278. if(intid == 54321) then
  279. local GetMagicGold = WorldDBQuery("SELECT `mg` FROM logon.accounts WHERE `login` = '"..player:GetAccountName().."';");
  280.  
  281. local MagicGold = GetMagicGold:GetColumn(0):GetLong()
  282.  
  283. if (MagicGold < 20) then
  284.  
  285. player:SendBroadcastMessage("Not enough MG.")
  286. player:GossipComplete()
  287. else
  288.     player:CastSpell(33077)
  289.     player:CastSpell(33078)
  290.     player:CastSpell(33079)
  291.     player:CastSpell(33080)
  292.     player:CastSpell(33081)
  293.     player:CastSpell(33082)
  294.     player:CastSpell(24705)
  295.     player:CastSpell(26035)
  296. WorldDBQuery("UPDATE logon.accounts SET `mg` = '"..MagicGold.."'-'20' WHERE `login` = '"..player:GetAccountName().."' LIMIT 1; ");
  297. item:GossipCreateMenu(110001, player, 0)
  298. item:GossipMenuAddItem(0, "..Return\n", 75, 0)
  299. item:GossipMenuAddItem(0, "Congratulations, you have been buffed.\n Tip: 20 mg spent.", 75, 0)
  300. item:GossipSendMenu(player)
  301. end
  302. end
  303.  
  304. if(intid == 75002) then
  305. player:Teleport(560, 2013.447632, 242.440292, 71.172020)
  306. player:GossipComplete()
  307. end
  308.  
  309. if(intid == 1000) then
  310. player:Teleport(469, -7665.006348, -1102.048950, 399.679230)
  311. player:GossipComplete()
  312. end
  313.  
  314. if(intid == 1002) then
  315. player:Teleport(530, 2891.586670, 1572.162720, 248.763815)
  316. player:GossipComplete()
  317. end
  318.  
  319. if(intid == 1500) then
  320. player:Teleport(0, 334.382446, 372.605347, -38.309719)
  321. player:GossipComplete()
  322. end
  323.  
  324. if(intid == 1501) then
  325. player:Teleport(0, -10428.820313, -422.008423, 44.391155)
  326. player:GossipComplete()
  327. end
  328.  
  329. if(intid == 1502) then
  330. player:Teleport(0, -10428.820313, -422.008423, 44.391155)
  331. player:GossipComplete()
  332. end
  333.  
  334. if(intid == 834) then
  335. player:Teleport(43, -161.737076, 132.046326, -73.882683)
  336. player:GossipComplete()
  337. end
  338.  
  339. if(intid == 1010) then
  340. player:Teleport(1, 6925.790039, -2274.969971, 590.013000)
  341. player:GossipComplete()
  342. end
  343.  
  344. if(intid == 1011) then
  345. player:Teleport(1, 4582.560059, -3820.830078, 978.575012)
  346. player:GossipComplete()
  347. end
  348.  
  349. if(intid == 1012) then
  350. player:Teleport(1, 1814.668335, -4419.4147480, -18.812292)
  351. player:GossipComplete()
  352. end
  353.  
  354. if(intid == 835) then
  355. player:Teleport(48, -151.889999, 106.959999, -39.869999)
  356. player:GossipComplete()
  357. end
  358.  
  359. if(intid == 836) then
  360. player:Teleport(47, 1943.000000, 1544.630005, 81.997025)
  361. player:GossipComplete()
  362. end
  363.  
  364. if(intid == 837) then
  365. player:Teleport(189, 1691.010010, 1053.744507, 18.677431)
  366. player:GossipComplete()
  367. end
  368.  
  369. if(intid == 838) then
  370. player:Teleport(189, 862.380432, 1321.962036, 18.676479)
  371. player:GossipComplete()
  372. end
  373.  
  374. if(intid == 839) then
  375. player:Teleport(189, 1614.569580, -323.615875, 18.675322)
  376. player:GossipComplete()
  377. end
  378.  
  379. if(intid == 820) then
  380. player:Teleport(189, 257.482117, -209.070969, 18.677341)
  381. player:GossipComplete()
  382. end
  383.  
  384. if(intid == 821) then
  385. player:Teleport(209, 1221.819946, 840.745972, 8.976506)
  386. player:GossipComplete()
  387. end
  388.  
  389. if(intid == 822) then
  390. player:Teleport(0, -10265.416016, -3887.859131, -38.769176)
  391. player:GossipComplete()
  392. end
  393.  
  394. if(intid == 1) then
  395. if (player:IsInCombat() == true) then
  396. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  397. else
  398. item:GossipCreateMenu(120000, player, 0)
  399. item:GossipMenuAddItem(2, " [Raid Instances (page: 1)]\n ", 1, 0)
  400. item:GossipMenuAddItem(0, "|cff573838..Return\n", 18, 0)
  401. item:GossipMenuAddItem(2, "[Teleport] Auchenai Crypts", 435, 0)
  402. item:GossipMenuAddItem(2, "[Teleport] Black Temple", 451, 0)
  403. item:GossipMenuAddItem(2, "[Teleport] Blackrock", 24, 0)
  404. item:GossipMenuAddItem(2, "[Teleport] Caverns Of Time", 29, 0)
  405. item:GossipMenuAddItem(2, "[Teleport] The Deadmines", 3704, 0)
  406. item:GossipMenuAddItem(2, "[Teleport] Gruul's Lair", 446, 0)
  407. item:GossipMenuAddItem(2, "[Teleport] Hellfire Ramparts", 430, 0)
  408. item:GossipMenuAddItem(2, "[Teleport] Hyjal Summit", 3705, 0)
  409. item:GossipMenuAddItem(2, "[Teleport] Karazhan", 27, 0)
  410. item:GossipMenuAddItem(2, "[Teleport] Molten Core", 26, 0)
  411. item:GossipMenuAddItem(0, "\n Next Page..", 2, 0)
  412. item:GossipSendMenu(player)
  413. end
  414. end
  415.  
  416. if(intid == 2) then
  417. if (player:IsInCombat() == true) then
  418. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  419. else
  420. item:GossipCreateMenu(120000, player, 0)
  421. item:GossipMenuAddItem(2, " [Raid Instances (page: 2)]\n ", 2, 0)
  422. item:GossipMenuAddItem(0, "|cff573838..Return\n", 1, 0)
  423. item:GossipMenuAddItem(2, "[Teleport] Magtheridon's Lair", 447, 0)
  424. item:GossipMenuAddItem(2, "[Teleport] Mana-Tombs", 434, 0)
  425. item:GossipMenuAddItem(2, "[Teleport] Naxxramas", 28, 0)
  426. item:GossipMenuAddItem(2, "[Teleport] Onyxia's Lair", 25, 0)
  427. item:GossipMenuAddItem(2, "[Teleport] Scarlet Monastery", 21, 0)
  428. item:GossipMenuAddItem(2, "[Teleport] Scholomance", 23, 0)
  429. item:GossipMenuAddItem(2, "[Teleport] Serpentshrine Cavern", 449, 0)
  430. item:GossipMenuAddItem(2, "[Teleport] Shadow Labyrinth", 440, 0)
  431. item:GossipMenuAddItem(2, "[Teleport] Sunwell Plateau", 452, 0)
  432. item:GossipMenuAddItem(2, "[Teleport] Shadowfang Keep", 19, 0)
  433. item:GossipMenuAddItem(0, "\n Next Page..", 3, 0)
  434. item:GossipSendMenu(player)
  435. end
  436. end
  437.  
  438. if(intid == 3) then
  439. if (player:IsInCombat() == true) then
  440. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  441. else
  442. item:GossipCreateMenu(120000, player, 0)
  443. item:GossipMenuAddItem(2, " [Raid Instances (page: 3)]\n ", 3, 0)
  444. item:GossipMenuAddItem(0, "|cff573838..Return\n", 2, 0)
  445. item:GossipMenuAddItem(2, "[Teleport] Sethekk Halls", 438, 0)
  446. item:GossipMenuAddItem(2, "[Teleport] Shattered Halls", 441, 0)
  447. item:GossipMenuAddItem(2, "[Teleport] Stratholme", 22, 0)
  448. item:GossipMenuAddItem(2, "[Teleport] The BloodFurnace", 431, 0)
  449. item:GossipMenuAddItem(2, "[Teleport] Zul'Aman", 3706, 0)
  450. item:GossipMenuAddItem(2, "[Teleport] Zul'Gurub", 20, 0)
  451. item:GossipSendMenu(player)
  452. end
  453. end
  454.  
  455. if(intid == 4) then
  456. if (player:IsInCombat() == true) then
  457. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  458. else
  459. item:GossipCreateMenu(120000, player, 0)
  460. item:GossipMenuAddItem(2, " [Primay Instances Menu]\n ", 4, 0)
  461. item:GossipMenuAddItem(0, "|cff573838..Return\n", 18, 0)
  462. item:GossipMenuAddItem(2, "[Teleport] The Shattered Halls", 3707, 0)
  463. item:GossipMenuAddItem(2, "[Teleport] The Blood Furnance", 3708, 0)
  464. item:GossipMenuAddItem(2, "[Teleport] Hellfire Ramparts", 3709, 0)
  465. item:GossipMenuAddItem(2, "[Teleport] The Slave Pens", 3710, 0)
  466. item:GossipMenuAddItem(2, "[Teleport] The Underbog", 3711, 0)
  467. item:GossipMenuAddItem(2, "[Teleport] The Steamvault", 3712, 0)
  468. item:GossipMenuAddItem(2, "[Teleport] The Mechanar", 3713, 0)
  469. item:GossipMenuAddItem(2, "[Teleport] The Botanica", 3714, 0)
  470. item:GossipMenuAddItem(2, "[Teleport] The Arcatraz", 3715, 0)
  471. item:GossipMenuAddItem(2, "[Teleport] The Black Moras", 3716, 0)
  472. item:GossipMenuAddItem(2, "[Teleport] Shadow Labyrinth", 3728, 0)
  473. item:GossipSendMenu(player)
  474. end
  475. end
  476.  
  477. if(intid == 5) then
  478. if (player:IsInCombat() == true) then
  479. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  480. else
  481. item:GossipCreateMenu(120000, player, 0)
  482. item:GossipMenuAddItem(2, " [Secondary Instances Menu]\n ", 5, 0)
  483. item:GossipMenuAddItem(0, "|cff573838..Return\n", 18, 0)
  484. item:GossipMenuAddItem(2, "[Teleport] Zul'Farak", 3717, 0)
  485. item:GossipMenuAddItem(2, "[Teleport] Maraudon", 3718, 0)
  486. item:GossipMenuAddItem(2, "[Teleport] Lost Temple", 3719, 0)
  487. item:GossipMenuAddItem(2, "[Teleport] Blackrock Depths", 3720, 0)
  488. item:GossipMenuAddItem(2, "[Teleport] Scarlet Monastery", 3721, 0)
  489. item:GossipMenuAddItem(7, "[Teleport] Dire Maul (north)", 3722, 0)
  490. item:GossipMenuAddItem(7, "[Teleport] Dire Maul (east)", 3723, 0)
  491. item:GossipMenuAddItem(7, "[Teleport] Dire Maul (west)", 3724, 0)
  492. item:GossipMenuAddItem(2, "[Teleport] Gnomeregan", 3725, 0)
  493. item:GossipMenuAddItem(2, "[Teleport] Uldaman", 3726, 0)
  494. item:GossipMenuAddItem(2, "[Teleport] Wailing Caverns", 3727, 0)
  495. item:GossipSendMenu(player)
  496. end
  497. end
  498.  
  499. if(intid == 18) then
  500. if (player:IsInCombat() == true) then
  501. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  502. else
  503. item:GossipCreateMenu(120000, player, 0)
  504. local race=player:GetPlayerRace()
  505. if race==2 or race==5 or race==6 or race==8 or race==10 then -- horde
  506. item:GossipMenuAddItem(0, "|cff573838..Return\n", 75, 0)
  507. item:GossipMenuAddItem(2, "[World Teleport]", 3200, 0)
  508. end
  509. local race=player:GetPlayerRace()
  510. if race==1 or race==3 or race==4 or race==7 or race==11 then -- alliance
  511. item:GossipMenuAddItem(0, "|cff573838..Return\n", 75, 0)
  512. item:GossipMenuAddItem(2, "[World Teleport]", 3201, 0)
  513. end
  514. item:GossipMenuAddItem(2, "[|cff0000FFWotlk|r Instances]", 3203, 0)
  515. item:GossipMenuAddItem(2, "[|cff4E4C4BTBC|r Raid Instances]", 1, 0)
  516. item:GossipMenuAddItem(2, "[|cff4E4C4BTBC|r Primary Instances]", 4, 0)
  517. item:GossipMenuAddItem(2, "[|cff4E4C4BTBC|r Secondary Instances]", 5, 0)
  518. item:GossipMenuAddItem(2, "[World Bosses Event]", 3202, 0)
  519. item:GossipMenuAddItem(2, "[|cff006CBFTournament Grounds|r]", 3757, 0)
  520. item:GossipMenuAddItem(2, "[|cffFF0000Battleground|r] Arathi Basin", 3770, 0)
  521. item:GossipMenuAddItem(2, "[|cffFF0000Battleground|r] Eye of the Storm", 3771, 0)
  522. item:GossipMenuAddItem(2, "[|cffFF0000Battleground|r] Warsong Gulch", 3769, 0)
  523. item:GossipMenuAddItem(2, "[|cff00ff00Instance|r] Icecrown Citadel", 3751, 0)
  524. item:GossipMenuAddItem(2, "[|cff00ff00Instance|r] The Ulduar", 3758, 0)
  525. item:GossipMenuAddItem(2, "[|cff00ff00Instance|r] Black Temple", 3772, 0)
  526. item:GossipSendMenu(player)
  527. end
  528. end
  529.  
  530. if(intid == 3200) then
  531. if (player:IsInCombat() == true) then
  532. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  533. else
  534. item:GossipCreateMenu(120000, player, 0)
  535. item:GossipMenuAddItem(0, "|cff573838..Return\n", 18, 0)
  536. item:GossipMenuAddItem(2, "[|cffFF0000Horde|r] Orgrimmar (Main City)", 3729, 0)
  537. item:GossipMenuAddItem(2, "[|cffFF0000Horde|r] Silvermoon City (Resting People)", 3730, 0)
  538. item:GossipMenuAddItem(2, "[|cffFF0000Horde|r] Thunder Bluff", 3731, 0)
  539. item:GossipMenuAddItem(2, "[|cffFF0000Horde|r] Undercity", 3732, 0)
  540. item:GossipMenuAddItem(2, "[Neutral] Ratchet", 3733, 0)
  541. item:GossipMenuAddItem(2, "[Neutral] Booty Bay", 3734, 0)
  542. item:GossipMenuAddItem(2, "[HK Area] Gadgetzan", 3735, 0)
  543. item:GossipMenuAddItem(2, "[PK Area] Shattrath", 3736, 0)
  544. item:GossipMenuAddItem(2, "[|cff00ffffDark Portal|r] The Stairs of Destiny", 3737, 0)
  545. item:GossipMenuAddItem(2, "[|cff00ff00New Area|r] Dalaran City", 3738, 0)
  546. item:GossipSendMenu(player)
  547. end
  548. end
  549.  
  550. if(intid == 3201) then
  551. if (player:IsInCombat() == true) then
  552. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  553. else
  554. item:GossipCreateMenu(120000, player, 0)
  555. item:GossipMenuAddItem(0, "|cff573838..Return\n", 18, 0)
  556. item:GossipMenuAddItem(2, "[|cff0000FFAlly|r] Ironforge City (Main City)", 3740, 0)
  557. item:GossipMenuAddItem(2, "[|cff0000FFAlly|r] Stormwind (Rest City)", 3739, 0)
  558. item:GossipMenuAddItem(2, "[|cff0000FFAlly|r] Darnassus City", 3741, 0)
  559. item:GossipMenuAddItem(2, "[|cff0000FFAlly|r] The Exodar", 3742, 0)
  560. item:GossipMenuAddItem(2, "[Neutral] Ratchet", 3733, 0)
  561. item:GossipMenuAddItem(2, "[Neutral] Booty Bay", 3734, 0)
  562. item:GossipMenuAddItem(2, "[HK Area] Gadgetzan", 3735, 0)
  563. item:GossipMenuAddItem(2, "[PK Area] Shattrath", 3743, 0)
  564. item:GossipMenuAddItem(2, "[|cff00ffffDark Portal|r] The Stairs of Destiny", 3737, 0)
  565. item:GossipMenuAddItem(2, "[|cff00ff00New Area|r] Dalaran City", 3738, 0)
  566. item:GossipSendMenu(player)
  567. end
  568. end
  569.  
  570. if(intid == 3202) then
  571. if (player:IsInCombat() == true) then
  572. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  573. else
  574. item:GossipCreateMenu(120000, player, 0)
  575. item:GossipMenuAddItem(0, "|cff573838..Return\n", 18, 0)
  576. item:GossipMenuAddItem(2, "Azuregos\n ", 3744, 0)
  577. item:GossipMenuAddItem(2, "Lethon\n ", 3745, 0)
  578. item:GossipMenuAddItem(2, "Emeriss\n ", 3746, 0)
  579. item:GossipMenuAddItem(2, "Taerar\n ", 3747, 0)
  580. item:GossipMenuAddItem(2, "Ysondre\n ", 3748, 0)
  581. item:GossipMenuAddItem(2, "Kazzak\n ", 3749, 0)
  582. item:GossipMenuAddItem(2, "Doomwalker\n ", 3750, 0)
  583. item:GossipSendMenu(player)
  584. end
  585. end
  586.  
  587. if(intid == 3203) then
  588. if (player:IsInCombat() == true) then
  589. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  590. else
  591. item:GossipCreateMenu(120000, player, 0)
  592. item:GossipMenuAddItem(0, "|cff573838..Return\n", 18, 0)
  593. item:GossipMenuAddItem(2, "[Teleport] Azjol Nerub", 3763, 0)
  594. item:GossipMenuAddItem(2, "[Teleport] Gundrak", 3767, 0)
  595. item:GossipMenuAddItem(2, "[Teleport] Halls of Lightning", 3765, 0)
  596. item:GossipMenuAddItem(2, "[Teleport] Halls of Reflection", 3752, 0)
  597. item:GossipMenuAddItem(2, "[Teleport] Halls of Stone", 3766, 0)
  598. item:GossipMenuAddItem(2, "[Teleport] Pit of Saron", 3753, 0)
  599. item:GossipMenuAddItem(2, "[Teleport] Forge of Souls", 3754, 0)
  600. item:GossipMenuAddItem(2, "[Teleport] Naxxramas", 3759, 0)
  601. item:GossipMenuAddItem(2, "[Teleport] Vault of Archavon", 3760, 0)
  602. item:GossipMenuAddItem(2, "[Teleport] The Nexus", 3762, 0)
  603. item:GossipMenuAddItem(2, "[Teleport] The Oculus", 3768, 0)
  604. item:GossipMenuAddItem(2, "[Teleport] Trial of the Champion", 3755, 0)
  605. item:GossipMenuAddItem(0, "\n Next Page..", 3204, 0)
  606. item:GossipSendMenu(player)
  607. end
  608. end
  609.  
  610. if(intid == 3204) then
  611. if (player:IsInCombat() == true) then
  612. player:SendAreaTriggerMessage("|cffFF0000You can't use that in combat.")
  613. else
  614. item:GossipCreateMenu(120000, player, 0)
  615. item:GossipMenuAddItem(0, "|cff573838..Return\n", 3203, 0)
  616. item:GossipMenuAddItem(2, "[Teleport] Trial of the Crusader", 3756, 0)
  617. item:GossipMenuAddItem(2, "[Teleport] The Obsidian Sanctum", 3764, 0)
  618. item:GossipMenuAddItem(2, "[Teleport] The Violet Hold", 3761, 0)
  619. item:GossipMenuAddItem(2, "[Teleport] The Ulduar", 3758, 0)
  620. item:GossipSendMenu(player)
  621. end
  622. end
  623.  
  624. if(intid == 3205) then
  625. GetMagicGold = WorldDBQuery("SELECT `mg` FROM logon.accounts WHERE `login` = '"..player:GetAccountName().."';");
  626. GetVotes = WorldDBQuery("SELECT `votes` FROM logon.accounts WHERE `login` = '"..player:GetAccountName().."';");
  627. GetVip = WorldDBQuery("SELECT `vip` FROM logon.accounts WHERE `login` = '"..player:GetAccountName().."';");
  628.  
  629. MagicGold = GetMagicGold:GetColumn(0):GetLong()
  630. Votes = GetVotes:GetColumn(0):GetLong()
  631. Vip = GetVip:GetColumn(0):GetLong()
  632.  
  633. item:GossipCreateMenu(57, player, 0)
  634. item:GossipMenuAddItem(0, "|cff573838..Return\n", 75, 0)
  635. item:GossipMenuAddItem(2, "Your MG: "..MagicGold.." (Magical gold)", 75, 0)
  636. item:GossipMenuAddItem(2, "Your votes total: "..Votes.."", 75, 0)
  637. item:GossipMenuAddItem(2, "Your VIP level: "..Vip.."", 75, 0)
  638. item:GossipSendMenu(player)
  639. end
  640.  
  641. if(intid == 3206) then
  642. player:DisableCombat()
  643. player:SetOutOfCombatRange(range)
  644. player:SendBroadcastMessage("|cffEC3131Unstucked from combat.|r")
  645. player:GossipComplete()
  646. end
  647.  
  648. if(intid == 9090) then
  649. if (player:HasAura(15007) == true) then
  650. player:SendBroadcastMessage("|cff00ff00Your Sickness has been removed.")
  651. player:RemoveAura(15007)
  652. player:GossipComplete()
  653. else
  654. player:SendAreaTriggerMessage("|cffff0000Aura not found.")
  655. player:GossipComplete()
  656. end
  657. end
  658.  
  659. if(intid == 10) then
  660. player:GossipComplete()
  661. player:Teleport(1, 1484, -4417, 25)
  662. end
  663.  
  664. if(intid == 11) then
  665. player:GossipComplete()
  666. player:Teleport(0, 1831, 238, 60)
  667. end
  668.  
  669. if(intid == 12) then
  670. player:GossipComplete()
  671. player:Teleport(1, -1277, 118, 131)
  672. end
  673.  
  674. if(intid == 13) then
  675. player:GossipComplete()
  676. player:Teleport(530, 9413, -7277, 14)
  677. end
  678.  
  679. if(intid == 14) then
  680. player:GossipComplete()
  681. player:Teleport(0, -8913.23, 554.633, 94.7944)
  682. end
  683.  
  684. if(intid == 15) then
  685. player:GossipComplete()
  686. player:Teleport(0, -4981.25, -881.542, 502.66)
  687. end
  688.  
  689. if(intid == 833) then
  690. player:GossipComplete()
  691. player:Teleport(389, 2.258112, -10.744517, -16.434870)
  692. end
  693.  
  694. if(intid == 16) then
  695. player:GossipComplete()
  696. player:Teleport(1, 9948, 2413, 1327)
  697. end
  698.  
  699. if(intid == 17) then
  700. player:GossipComplete()
  701. player:Teleport(530, -4014.080078, -11895.799805, -1.990842)
  702. end
  703.  
  704. if(intid == 19) then
  705. player:GossipComplete()
  706. player:Teleport(0, -234.495087, 1561.946411, 76.892143)
  707. end
  708.  
  709. if(intid == 20) then
  710. player:GossipComplete()
  711. player:Teleport(0, -11919.073242, -1202.459374, 92.298744)
  712. end
  713.  
  714. if(intid == 21) then
  715. player:GossipComplete()
  716. player:Teleport(0, 2870.442627, -819.985229, 160.331085)
  717. end
  718.  
  719. if(intid == 22) then
  720. player:GossipComplete()
  721. player:Teleport(0, 3359.111572, -3380.8444238, 144.781860)
  722. end
  723.  
  724. if(intid == 23) then
  725. player:GossipComplete()
  726. player:Teleport(0, 1267.468628, -2556.651367, 94.127983)
  727. end
  728.  
  729. if(intid == 24) then
  730. player:GossipComplete()
  731. player:Teleport(0, -7527.129883, -1224.997437, 285.733002)
  732. end
  733.  
  734. if(intid == 25) then
  735. player:GossipComplete()
  736. player:Teleport(1, -4708.491699, -3727.672363, 54.535076)
  737. end
  738.  
  739. if(intid == 26) then
  740. player:GossipComplete()
  741. player:Teleport(0, -7515.409668, -1045.369629, 182.301208)
  742. end
  743.  
  744. if(intid == 27) then
  745. player:GossipComplete()
  746. player:Teleport(0, -11122.913086, -2014.498779, 47.079350)
  747. end
  748.  
  749. if(intid == 28) then
  750. player:GossipComplete()
  751. player:Teleport(0, 3132.915283, -3731.012939, 138.658371)
  752. end
  753.  
  754. if(intid == 29) then
  755. player:GossipComplete()
  756. player:Teleport(1, -8519.718750, -4297.542480, -208.441376)
  757. end
  758.  
  759. if(intid == 30) then
  760. player:GossipComplete()
  761. player:Teleport(530, -247.9672, 948.5709, 84.3798)
  762. end
  763.  
  764. if(intid == 31) then
  765. player:GossipComplete()
  766. player:Teleport(530, -1045.0179, 5380.0288, 22.1216)
  767. end
  768.  
  769. if (intid == 32) then
  770. player:GossipComplete()
  771. player:Teleport(530, -468, 8418, 28)
  772. end
  773.  
  774. if(intid == 33) then
  775. player:GossipComplete()
  776. player:Teleport(530, 1552.2236, 6813.3798, 125.1364)
  777. end
  778.  
  779. if(intid == 34) then
  780. player:GossipComplete()
  781. player:Teleport(530, 3396, 4185, 137)
  782. end
  783.  
  784. if(intid == 35) then
  785. player:GossipComplete()
  786. player:Teleport(530, -2276.82, 5132.03, -8.62994)
  787. end
  788.  
  789. if(intid == 36) then
  790. player:GossipComplete()
  791. player:Teleport(530, -3004.3488, 2968.4343, 81.8821)
  792. end
  793.  
  794. if(intid == 37) then
  795. player:GossipComplete()
  796. player:Teleport(530, -1849.4200, 5401.4599, -12.4279)
  797. end
  798.  
  799. if(intid == 669) then
  800. player:GossipComplete()
  801. player:Teleport(603, 1673.903809, -24.098600, 427.311707)
  802. end
  803.  
  804. if(intid == 38) then
  805. player:GossipComplete()
  806. player:Teleport(530, -1821.645508, 5415.870117, 0.857084)
  807. end
  808.  
  809. if(intid == 46) then
  810. player:GossipComplete()
  811. player:Teleport(571, 5785.240234, 724.909973, 641.080994)
  812. end
  813.  
  814. if(intid == 100) then
  815. player:GossipComplete()
  816. player:Teleport(1, 9874.646484, 595.742432, 1303.874023)
  817. end
  818.  
  819. if(intid == 102) then
  820. player:GossipComplete()
  821. player:Teleport(530, -2721.68, -12208.9, 10.0882)
  822. end
  823.  
  824. if(intid == 103) then
  825. player:GossipComplete()
  826. player:Teleport(530, -4020.48, -13783.3, 74.9001)
  827. end
  828.  
  829. if(intid == 105) then
  830. player:GossipComplete()
  831. player:Teleport(1, 6207.5, -152.833, 80.8185)
  832. end
  833.  
  834. if(intid == 106) then
  835. player:GossipComplete()
  836. player:Teleport(1, 7101.68, -2670.2, 512.2)
  837. end
  838.  
  839. if(intid == 107) then
  840. player:GossipComplete()
  841. player:Teleport(1, 5483.9, -749.881, 335.621)
  842. end
  843.  
  844. if(intid == 108) then
  845. player:GossipComplete()
  846. player:Teleport(1, 6107.62, -4181.6, 853.322)
  847. end
  848.  
  849. if(intid == 109) then
  850. player:GossipComplete()
  851. player:Teleport(1, 2717.1, 5967.91, 107.4)
  852. end
  853.  
  854. if(intid == 111) then
  855. player:GossipComplete()
  856. player:Teleport(1, 341.42, -4684.7, 31.9493)
  857. end
  858.  
  859. if(intid == 112) then
  860. player:GossipComplete()
  861. player:Teleport(1, 1145.85, 664.812, 143)
  862. end
  863.  
  864. if(intid == 113) then
  865. player:GossipComplete()
  866. player:Teleport(1, -93.1614, 1691.15, 90.0649)
  867. end
  868.  
  869. if(intid == 114) then
  870. player:GossipComplete()
  871. player:Teleport(1, -90.19003, -1943.44, -180.4727)
  872. end
  873.  
  874. if(intid == 115) then
  875. player:GossipComplete()
  876. player:Teleport(1, -1840.75, 5359, -7.845)
  877. end
  878.  
  879. if(intid == 709) then
  880. player:GossipComplete()
  881. player:Teleport(1, -3750.512451, 1098.846294, 151.969482)
  882. end
  883.  
  884. if(intid == 116) then
  885. player:GossipComplete()
  886. player:Teleport(1, -4458.93, 243.415, -65.6136)
  887. end
  888.  
  889. if(intid == 117) then
  890. player:GossipComplete()
  891. player:Teleport(1, -3463.26, -4123.13, 18.1043)
  892. end
  893.  
  894. if(intid == 119) then
  895. player:GossipComplete()
  896. player:Teleport(1, -7932.61, -2139.61, -229.728)
  897. end
  898.  
  899. if(intid == 120) then
  900. player:GossipComplete()
  901. player:Teleport(1, -7373.69, -2950.2, -11.7598)
  902. end
  903.  
  904. if(intid == 121) then
  905. player:GossipComplete()
  906. player:Teleport(1, -7373.69, -2950.2, -30.7598)
  907. end
  908.  
  909. if(intid == 201) then
  910. player:GossipComplete()
  911. player:Teleport(530, 9449.15, -6782.61, 16.6167)
  912. end
  913.  
  914. if(intid == 202) then
  915. player:GossipComplete()
  916. player:Teleport(530, 7880, -6193, 22)
  917. end
  918.  
  919. if(intid == 203) then
  920. player:GossipComplete()
  921. player:Teleport(0, 1224.36, -1151.97, 61.7327)
  922. end
  923.  
  924. if(intid == 205) then
  925. player:GossipComplete()
  926. player:Teleport(0, 2019.35, 1904.36, 106.144)
  927. end
  928.  
  929. if(intid == 206) then
  930. player:GossipComplete()
  931. player:Teleport(0, 1919.44, -4306.23, 77.838)
  932. end
  933.  
  934. if(intid == 207) then
  935. player:GossipComplete()
  936. player:Teleport(0, 511.536, 1638.63, 121.417)
  937. end
  938.  
  939. if(intid == 208) then
  940. player:GossipComplete()
  941. player:Teleport(0, 272.704, -654.514, 129.609)
  942. end
  943.  
  944. if(intid == 209) then
  945. player:GossipComplete()
  946. player:Teleport(0, 139.375, -1982.79, 134.043)
  947. end
  948.  
  949. if(intid == 210) then
  950. player:GossipComplete()
  951. player:Teleport(0, -852.854, -576.712, 21.0293)
  952. end
  953.  
  954. if(intid == 211) then
  955. player:GossipComplete()
  956. player:Teleport(0, -4086.36, -2610.95, 47.0143)
  957. end
  958.  
  959. if(intid == 212) then
  960. player:GossipComplete()
  961. player:Teleport(0, -5425.924316, -224.271957, 404.984344)
  962. end
  963.  
  964. if(intid == 213) then
  965. player:GossipComplete()
  966. player:Teleport(0, -4939.1, -3423.74, 306.595)
  967. end
  968.  
  969. if(intid == 214) then
  970. player:GossipComplete()
  971. player:Teleport(0, -6018.138184, -3311.517822, 261.744324)
  972. end
  973.  
  974. if(intid == 215) then
  975. player:GossipComplete()
  976. player:Teleport(0, -7176.63, -937.667, 171.206)
  977. end
  978.  
  979. if(intid == 216) then
  980. player:GossipComplete()
  981. player:Teleport(0, -7907.41, -1128.66, 192.056)
  982. end
  983.  
  984. if(intid == 217) then
  985. player:GossipComplete()
  986. player:Teleport(0, -9621.383789, -371.068207, 57.471478)
  987. end
  988.  
  989. if(intid == 218) then
  990. player:GossipComplete()
  991. player:Teleport(0, -9219.37, -2149.94, 71.606)
  992. end
  993.  
  994. if(intid == 219) then
  995. player:GossipComplete()
  996. player:Teleport(0, -10264.6, -3059.9, 19.9356)
  997. end                        
  998.  
  999. if(intid == 220) then
  1000. player:GossipComplete()
  1001. player:Teleport(0, -11224.254883, -378.471802, 52.764240)
  1002. end
  1003.  
  1004. if(intid == 221) then
  1005. player:GossipComplete()
  1006. player:Teleport(0, -10435.4, -1809.28, 101)
  1007. end
  1008.  
  1009. if(intid == 222) then
  1010. player:GossipComplete()
  1011. player:Teleport(0, -11204.5, -2730.61, 15.8972)
  1012. end
  1013.  
  1014. if(intid == 223) then
  1015. player:GossipComplete()
  1016. player:Teleport(0, -11634.8, -54.0697, 14.4439)
  1017. end
  1018.  
  1019. if(intid == 430) then
  1020. player:GossipComplete()
  1021. player:Teleport(530, -360.671, 3071.9, -15.0977)
  1022. end
  1023.  
  1024. if(intid == 431) then
  1025. player:GossipComplete()
  1026. player:Teleport(542, -3.9967, 14.6363, -44.8009)
  1027. end
  1028.  
  1029. if(intid == 432) then
  1030. player:GossipComplete()
  1031. player:Teleport(530, 721.926, 7012.24, -73.065)
  1032. end
  1033.  
  1034. if(intid == 433) then
  1035. player:GossipComplete()
  1036. player:Teleport(530, 779.802, 6769.33, -71.4282)
  1037. end
  1038.  
  1039. if(intid == 434) then
  1040. player:GossipComplete()
  1041. player:Teleport(530, -3101.47, 4947.11, -101.177)
  1042. end
  1043.  
  1044. if(intid == 435) then
  1045. player:GossipComplete()
  1046. player:Teleport(530, -3357.32, 5216.77, -101.049)
  1047. end
  1048.  
  1049. if(intid == 777) then
  1050. player:GossipComplete()
  1051. player:Teleport(0, -13243.240234, 197.949799, 32.112690)
  1052. end
  1053.  
  1054. if(intid == 778) then
  1055. player:GossipComplete()
  1056. player:Teleport(530, -2044.388672, 6655.308594, 37.733746)
  1057. end
  1058.  
  1059. if(intid == 779) then
  1060. player:GossipComplete()
  1061. player:Teleport(1, 2177.811523, -4764.241699, 67.311165)
  1062. end
  1063.  
  1064. if(intid == 436) then
  1065. player:GossipComplete()
  1066. player:Teleport(1, -8195.94, -4500.13, 9.60819)
  1067. end
  1068.  
  1069. if(intid == 438) then
  1070. player:GossipComplete()
  1071. player:Teleport(530, -3360.13, 4667.85, -101.047)
  1072. end
  1073.  
  1074. if(intid == 439) then
  1075. player:GossipComplete()
  1076. player:Teleport(0, -11634.8, -54.0697, 14.4439)
  1077. end
  1078.  
  1079. if(intid == 440) then
  1080. player:GossipComplete()
  1081. player:Teleport(530, -3635.76, 4931.82, -100.034)
  1082. end
  1083.  
  1084. if(intid == 441) then
  1085. player:GossipComplete()
  1086. player:Teleport(530, -309.83, 3080.08, -3.63538)
  1087. end
  1088.  
  1089. if(intid == 442) then
  1090. player:GossipComplete()
  1091. player:Teleport(530, 2885.2, 1564.73, 248.874)
  1092. end
  1093.  
  1094. if(intid == 443) then
  1095. player:GossipComplete()
  1096. player:Teleport(530, 3405.48, 1489.14, 183.838)
  1097. end
  1098.  
  1099. if(intid == 444) then
  1100. player:GossipComplete()
  1101. player:Teleport(530, 2872, 1555.29, 253.159)
  1102. end
  1103.  
  1104. if(intid == 445) then
  1105. player:GossipComplete()
  1106. player:Teleport(585, 2.19347, -0.123698, -2.8025)
  1107. end
  1108.  
  1109. if(intid == 446) then
  1110. player:GossipComplete()
  1111. player:Teleport(530, 3606.85, 5260.49, 4.1724)
  1112. end
  1113.  
  1114. if(intid == 447) then
  1115. player:GossipComplete()
  1116. player:Teleport(530, -319.635, 3102.03, -113.937)
  1117. end
  1118.  
  1119. if(intid == 448) then
  1120. player:GossipComplete()
  1121. player:Teleport(530, 6850, -7950, 170)
  1122. end
  1123.  
  1124. if(intid == 449) then
  1125. player:GossipComplete()
  1126. player:Teleport(530, 742.883, 6867.19, -68.8289)
  1127. end
  1128.  
  1129. if(intid == 450) then
  1130.  
  1131. player:GossipComplete()
  1132. player:Teleport(530, 3087.22, 1380.7, 184.883)
  1133. end
  1134.  
  1135. if(intid == 451) then
  1136. player:GossipComplete()
  1137. player:Teleport(530, -3604.74, 328.252, 38.3077)
  1138. end
  1139.  
  1140. if(intid == 452) then
  1141. player:GossipComplete()
  1142. player:Teleport(580, 1791.17, 926.31, 15.1135)
  1143. end
  1144.  
  1145. if(intid == 501) then
  1146. player:GossipComplete()
  1147. player:Teleport(571, 2087.0109, 6508.6171, 1.4727)
  1148. end
  1149.  
  1150. if(intid == 502) then
  1151. player:GossipComplete()
  1152. player:Teleport(571, 5434.8281, -1022.4812, 175.0125)
  1153. end
  1154.  
  1155. if(intid == 503) then
  1156. player:GossipComplete()
  1157. player:Teleport(571, 5811.4067, 647.7883, 647.4152)
  1158. end
  1159.  
  1160. if(intid == 504) then
  1161. player:GossipComplete()
  1162. player:Teleport(571, 3511.6850, 2841.8454, 36.7473)
  1163. end
  1164.  
  1165. if(intid == 505) then
  1166. player:GossipComplete()
  1167. player:Teleport(571, 3346.2551, -4486.8173, 259.2319)
  1168. end
  1169.  
  1170. if(intid == 506) then
  1171. player:GossipComplete()
  1172. player:Teleport(571, 2195.3654, -4526.7729, 216.7943)
  1173. end
  1174.  
  1175. if(intid == 507) then
  1176. player:GossipComplete()
  1177. player:Teleport(571, 6729.2387, 2510.4931, 427.7868)
  1178. end
  1179.  
  1180. if(intid == 508) then
  1181. player:GossipComplete()
  1182. player:Teleport(570, 4913.3090, 5536.0737, -76.4190)
  1183. end
  1184.  
  1185. if(intid == 509) then
  1186. player:GossipComplete()
  1187. player:Teleport(571, 6196.4174, -776.7462, 402.3688)
  1188. end
  1189.  
  1190. if(intid == 510) then
  1191. player:GossipComplete()
  1192. player:Teleport(571, 5443.4326, -1259.7487, 248.7494)
  1193. end
  1194.  
  1195. if(intid == 511) then
  1196. player:GossipComplete()
  1197. player:Teleport(609, 2355.7048, -5662.7075, 426.0274)
  1198. end
  1199.  
  1200. if(intid == 521) then
  1201. player:GossipComplete()
  1202. player:Teleport(574, 149, -88, 13)
  1203. end
  1204.  
  1205. if(intid == 522) then
  1206. player:GossipComplete()
  1207. player:Teleport(575, 570, -327, 111)
  1208. end
  1209.  
  1210. if(intid == 523) then
  1211. player:GossipComplete()
  1212. player:Teleport(576, 146, -10, -16)
  1213. end
  1214.  
  1215. if(intid == 524) then
  1216. player:GossipComplete()
  1217. player:Teleport(578, 1129, 1052, 70)
  1218. end
  1219.  
  1220. if(intid == 525) then
  1221. player:GossipComplete()
  1222. player:Teleport(599, 1153, 811, 196)
  1223. end
  1224.  
  1225. if(intid == 526) then
  1226. player:GossipComplete()
  1227. player:Teleport(602, 1333, -237, 41)
  1228. end
  1229.  
  1230. if(intid == 527) then
  1231. player:GossipComplete()
  1232. player:Teleport(603, 1739, 310, 119)
  1233. end
  1234.  
  1235. if(intid == 528) then
  1236. player:GossipComplete()
  1237. player:Teleport(600, -518, -488, 11)
  1238. end
  1239.  
  1240. if(intid == 529) then
  1241. player:GossipComplete()
  1242. player:Teleport(604, 2031, 805, 246)
  1243. end
  1244.  
  1245. if(intid == 530) then
  1246. player:GossipComplete()
  1247. player:Teleport(1, -8638, -4382, -207)
  1248. end
  1249.  
  1250. if(intid == 531) then
  1251. player:GossipComplete()
  1252. player:Teleport(595, 1967, 1287, 146)
  1253. end
  1254.  
  1255. if(intid == 532) then
  1256. player:GossipComplete()
  1257. player:Teleport(595, 2300, 1495, 129)
  1258. end
  1259.  
  1260. if(intid == 533) then
  1261. player:GossipComplete()
  1262. player:Teleport(595, 2258.3, 1153.6, 139)
  1263. end
  1264.  
  1265. if(intid == 534) then
  1266. player:GossipComplete()
  1267. player:Teleport(595, 1560.4, 603.3, 100)
  1268. end
  1269.  
  1270. if(intid == 535) then
  1271. player:GossipComplete()
  1272. player:Teleport(595, 1654.3, 1611.9, 117)
  1273. end
  1274.  
  1275. if(intid == 536) then
  1276. player:GossipComplete()
  1277. player:Teleport(607, 1605, 32, 23)
  1278. end
  1279.  
  1280. if(intid == 6666) then   -- Neutral Mall
  1281. player:FullCastSpell(26638)
  1282. player:GossipComplete()
  1283. player:Teleport(530, -249.690094, 1018.246399, 54.327438)
  1284. player:GossipComplete()
  1285. end
  1286.  
  1287. if(intid == 578) then   --Horde Mall
  1288. player:GossipComplete()
  1289. player:Teleport(1, 1920.535522, -4129.774414, 43.142735)
  1290. player:GossipComplete()
  1291. end
  1292.  
  1293. if(intid == 567) then   --Alliance Mall
  1294. player:GossipComplete()
  1295. player:Teleport(0, -8452.386719, 346.997894, 120.885796)
  1296. player:GossipComplete()
  1297. end
  1298.  
  1299. if(intid == 3700) then -- wildhammer stronghold
  1300. player:GossipComplete()
  1301. player:Teleport(530, -3996.853271, 2166.762939, 104.906471)
  1302. end
  1303.  
  1304. if(intid == 3701) then -- netherwing ledge
  1305. player:GossipComplete()
  1306. player:Teleport(530, -5090.712891, 670.831909, 87.805176)
  1307. end
  1308.  
  1309. if(intid == 3702) then -- honor hold
  1310. player:GossipComplete()
  1311. player:Teleport(530, -625.251221, 2522.399170, 74.799454)
  1312. end
  1313.  
  1314. if(intid == 3703) then -- dark portal
  1315. player:GossipComplete()
  1316. player:Teleport(530, -248.713028, 957.037842, 84.358704)
  1317. end
  1318.  
  1319. if(intid == 3704) then -- deadmines
  1320. player:GossipComplete()
  1321. player:Teleport(36, -17.809183, -378.987152, 60.833763)
  1322. end
  1323.  
  1324. if(intid == 3705) then -- hyjal summit
  1325. player:GossipComplete()
  1326. player:Teleport(534, 4225.198242, -4180.307617, 868.566833)
  1327. end
  1328.  
  1329. if(intid == 3706) then -- zulaman
  1330. player:GossipComplete()
  1331. player:Teleport(568, 120.699997, 1776.000000, 43.455036)
  1332. end
  1333.  
  1334. if(intid == 3707) then -- The Shattered Halls
  1335. player:GossipComplete()
  1336. player:Teleport(540, -13.860044, 0.752476, -13.219612)
  1337. end
  1338.  
  1339. if(intid == 3708) then -- The Blood Furnance
  1340. player:GossipComplete()
  1341. player:Teleport(542, -3.996700, 14.636300, -44.800900)
  1342. end
  1343.  
  1344. if(intid == 3709) then -- Hellfire Ramparts
  1345. player:GossipComplete()
  1346. player:Teleport(543, -1349.072998, 1651.941406, 68.819313)
  1347. end
  1348.  
  1349. if(intid == 3710) then -- The Slave Pens
  1350. player:GossipComplete()
  1351. player:Teleport(547, 123.657310, -124.957458, 0.817396)
  1352. end
  1353.  
  1354. if(intid == 3711) then -- The Underbog
  1355. player:GossipComplete()
  1356. player:Teleport(546, 9.700000, -16.200001, -2.754272)
  1357. end
  1358.  
  1359. if(intid == 3712) then -- The Steamvault
  1360. player:GossipComplete()
  1361. player:Teleport(545, -7.500000, 5.900000, -4.300000)
  1362. end
  1363.  
  1364. if(intid == 3713) then -- The Mechanar
  1365. player:GossipComplete()
  1366. player:Teleport(554, -16.211353, -0.075583, -1.812405)
  1367. end
  1368.  
  1369. if(intid == 3714) then -- The Botanica
  1370. player:GossipComplete()
  1371. player:Teleport(553, 29.703419, 38.498005, -5.695748)
  1372. end
  1373.  
  1374. if(intid == 3715) then -- The Arcatraz
  1375. player:GossipComplete()
  1376. player:Teleport(552, -1.760039, -0.076107, -0.205473)
  1377. end
  1378.  
  1379. if(intid == 3716) then -- The Black Moras
  1380. player:GossipComplete()
  1381. player:Teleport(269, -2040.000000, 7120.879883, 22.950001)
  1382. end
  1383.  
  1384. if(intid == 3717) then -- Zul'Farak
  1385. player:GossipComplete()
  1386. player:Teleport(209, 1213.0000000, 841.000000, 8.900000)
  1387. end
  1388.  
  1389. if(intid == 3718) then -- Maraudon
  1390. player:GossipComplete()
  1391. player:Teleport(349, 1012.700012, -459.317993, -43.547100)
  1392. end
  1393.  
  1394. if(intid == 3719) then -- Lost Temple
  1395. player:GossipComplete()
  1396. player:Teleport(109, -313.369995, 99.955399, -131.848999)
  1397. end
  1398.  
  1399. if(intid == 3720) then -- Blackrock Depths
  1400. player:GossipComplete()
  1401. player:Teleport(230, 456.477448, 34.875973, -69.399284)
  1402. end
  1403.  
  1404. if(intid == 3721) then -- Scarlet Monastery
  1405. player:GossipComplete()
  1406. player:Teleport(189, 855.000000, 1320.000000, 18.673920)
  1407. end
  1408.  
  1409. if(intid == 3722) then -- Dire Maul (north)
  1410. player:GossipComplete()
  1411. player:Teleport(429, 255.164001, -17.024200, -2.560600)
  1412. end
  1413.  
  1414. if(intid == 3723) then -- Dire Maul (east)
  1415. player:GossipComplete()
  1416. player:Teleport(429, 46.240002, -155.529999, -2.713500)
  1417. end
  1418.  
  1419. if(intid == 3724) then -- Dire Maul (west)
  1420. player:GossipComplete()
  1421. player:Teleport(429, 32.611378, 159.274307, -3.470170)
  1422. end
  1423.  
  1424. if(intid == 3725) then -- Gnomeregan
  1425. player:GossipComplete()
  1426. player:Teleport(90, -332.600006, -3.445000, -152.845993)
  1427. end
  1428.  
  1429. if(intid == 3726) then -- Uldaman
  1430. player:GossipComplete()
  1431. player:Teleport(70, -227.529007, 45.009800, -46.019600)
  1432. end
  1433.  
  1434. if(intid == 3727) then -- Wailing Caverns
  1435. player:GossipComplete()
  1436. player:Teleport(43, -161.800003, 133.270004, -73.870972)
  1437. end
  1438.  
  1439. if(intid == 3728) then -- Shadow Labyrinth
  1440. player:GossipComplete()
  1441. player:Teleport(555, 0.500000, -0.200000, -1.127946)
  1442. end
  1443.  
  1444. if(intid == 3729) then -- Orgrimmar
  1445. player:GossipComplete()
  1446. player:Teleport(1, 1604.293457, -4393.540527, 9.953289)
  1447. end
  1448.  
  1449. if(intid == 3730) then -- Silvermoon City
  1450. player:GossipComplete()
  1451. player:Teleport(530, 9502.581055, -7301.966309, 14.119079)
  1452. end
  1453.  
  1454. if(intid == 3731) then -- Thudner Bluff
  1455. player:GossipComplete()
  1456. player:Teleport(1, -1198.568359, -38.401581, 162.051270)
  1457. end
  1458.  
  1459. if(intid == 3732) then -- Undercity
  1460. player:GossipComplete()
  1461. player:FullCastSpell(5000)
  1462. end
  1463.  
  1464. if(intid == 3733) then -- Ratchet
  1465. player:GossipComplete()
  1466. player:FullCastSpell(4999)
  1467. end
  1468.  
  1469. if(intid == 3734) then -- Booty Bay
  1470. player:GossipComplete()
  1471. player:FullCastSpell(4997)
  1472. end
  1473.  
  1474. if(intid == 3735) then -- Gadgetzan
  1475. player:GossipComplete()
  1476. player:Teleport(1, -7082.378418, -3799.434814, 8.554993)
  1477. end
  1478.  
  1479. if(intid == 3736) then -- Shattrath Horde
  1480. player:GossipComplete()
  1481. player:Teleport(530, -2009.689941, 5356.979980, -9.350689)
  1482. end
  1483.  
  1484. if(intid == 3736) then -- Shadow Labyrinth
  1485. player:GossipComplete()
  1486. player:Teleport(555, 0.500000, -0.200000, -1.127946)
  1487. end
  1488.  
  1489. if(intid == 3737) then -- Dark Portal Stairs of Destiny
  1490. player:GossipComplete()
  1491. player:Teleport(530, -246.6000006, 946.000000, 84.379791)
  1492. end
  1493.  
  1494. if(intid == 3738) then -- Dalaran
  1495. player:GossipComplete()
  1496. player:Teleport(571, 5807.819824, 588.228821, 660.939026)
  1497. end
  1498.  
  1499. if(intid == 3743) then -- Shattrath Ally
  1500. player:GossipComplete()
  1501. player:Teleport(530, -1718.250000, 5502.459961, -9.799516)
  1502. end
  1503.  
  1504. if(intid == 3739) then -- Stormwind
  1505. player:GossipComplete()
  1506. player:FullCastSpell(3561)
  1507. end
  1508.  
  1509. if(intid == 3740) then -- Ironforge
  1510. player:GossipComplete()
  1511. player:FullCastSpell(3562)
  1512. end
  1513.  
  1514. if(intid == 3741) then -- Darnassus
  1515. player:GossipComplete()
  1516. player:FullCastSpell(3565)
  1517. end
  1518.  
  1519. if(intid == 3742) then -- Exodar
  1520. player:GossipComplete()
  1521. player:FullCastSpell(32271)
  1522. end
  1523.  
  1524. if(intid == 3744) then -- Azuregos
  1525. player:GossipComplete()
  1526. player:Teleport(1, 2620.368652, -5978.207520, 101.068459)
  1527. end
  1528.  
  1529. if(intid == 3745) then -- Lethon
  1530. player:GossipComplete()
  1531. player:Teleport(0, 670.500000, -4068.139893, 101.976385)
  1532. end
  1533.  
  1534. if(intid == 3746) then -- Emeriss
  1535. player:GossipComplete()
  1536. player:Teleport(1, 3126.010010, -3709.010010, 119.519997)
  1537. end
  1538.  
  1539. if(intid == 3747) then -- Taerar
  1540. player:GossipComplete()
  1541. player:Teleport(0, -10431.503906, -421.919006, 43.980788)
  1542. end
  1543.  
  1544. if(intid == 3748) then -- Ysondre
  1545. player:GossipComplete()
  1546. player:Teleport(1, 3126.010010, -3709.010010, 119.519997)
  1547. end
  1548.  
  1549. if(intid == 3749) then -- Kazzak
  1550. player:GossipComplete()
  1551. player:Teleport(530, 889.394165, 2298.253906, 299.099335)
  1552. end
  1553.  
  1554. if(intid == 3750) then -- Doomwalker
  1555. player:GossipComplete()
  1556. player:Teleport(530, -3604.309326, 317.521149, 38.965004)
  1557. end
  1558.  
  1559. if(intid == 3751) then -- Icecrown Citadel
  1560. player:GossipComplete()
  1561. player:Teleport(571, 5817.117188, 2084.855713, 636.064209)
  1562. end
  1563.  
  1564. if(intid == 3752) then -- Halls of Reflection
  1565. player:GossipComplete()
  1566. player:Teleport(668, 5280.481934, 1976.010010, 707.695190)
  1567. end
  1568.  
  1569. if(intid == 3753) then -- Pit of Saron
  1570. player:GossipComplete()
  1571. player:Teleport(658, 435.743011, 212.412994, 528.708984)
  1572. end
  1573.  
  1574. if(intid == 3754) then -- Forge of Souls
  1575. player:GossipComplete()
  1576. player:Teleport(632, 4922.744629, 2175.815186, 638.734009)
  1577. end
  1578.  
  1579. if(intid == 3755) then -- Trial of the Champion
  1580. player:GossipComplete()
  1581. player:Teleport(650, 805.216003, 618.056030, 412.393005)
  1582. end
  1583.  
  1584. if(intid == 3756) then -- Trial of the Crusader
  1585. player:GossipComplete()
  1586. player:Teleport(649, 563.881775, 79.318825, 395.207458)
  1587. end
  1588.  
  1589. if(intid == 3757) then -- The Argent Tournament Grounds
  1590. player:GossipComplete()
  1591. player:Teleport(571, 8437.063477, 866.838257, 547.293030)
  1592. end
  1593.  
  1594. if(intid == 3758) then -- The Ulduar
  1595. player:GossipComplete()
  1596. player:Teleport(603, -914.041016, -148.979996, 463.136993)
  1597. end
  1598.  
  1599. if(intid == 3759) then -- Naxxramass
  1600. player:GossipComplete()
  1601. player:Teleport(571, 3667.206299, -1277.371582, 243.644684)
  1602. end
  1603.  
  1604. if(intid == 3760) then -- Vault of Archavon
  1605. player:GossipComplete()
  1606. player:Teleport(624, -505.959991, -103.352997, 157.000000)
  1607. end
  1608.  
  1609. if(intid == 3761) then -- The Violet Hold
  1610. player:GossipComplete()
  1611. player:Teleport(608, 1829.337524, 803.186462, 44.360580)
  1612. end
  1613.  
  1614. if(intid == 3762) then -- The Nexus
  1615. player:GossipComplete()
  1616. player:Teleport(576, 172.538330, -5.488685, -16.636000)
  1617. end
  1618.  
  1619. if(intid == 3763) then -- Azjol Nerub
  1620. player:GossipComplete()
  1621. player:Teleport(601, 413.313995, 795.968018, 831.351013)
  1622. end
  1623.  
  1624. if(intid == 3764) then -- The Obsidian Sanctum
  1625. player:GossipComplete()
  1626. player:Teleport(615, 3228.580078, 385.859985, 65.549004)
  1627. end
  1628.  
  1629. if(intid == 3765) then -- Halls of Lightning
  1630. player:GossipComplete()
  1631. player:Teleport(602, 1331.469971, 259.618988, 53.397999)
  1632. end
  1633.  
  1634. if(intid == 3766) then -- Halls of Stone
  1635. player:GossipComplete()
  1636. player:Teleport(599, 1153.239990, 806.164001, 195.936996)
  1637. end
  1638.  
  1639. if(intid == 3767) then -- Gundrak
  1640. player:GossipComplete()
  1641. player:Teleport(604, 1894.579956, 652.713013, 176.666000)
  1642. end
  1643.  
  1644. if(intid == 3768) then -- The Oculus
  1645. player:GossipComplete()
  1646. player:Teleport(578, 1066.984985, 980.481567, 361.070709)
  1647. end
  1648.  
  1649. if(intid == 3769) then -- Battleground Warsong Gulch
  1650. player:SendBattlegroundWindow(player, 2)
  1651. end
  1652.  
  1653. if(intid == 3770) then -- Battleground Arathi Basin
  1654. player:SendBattlegroundWindow(player, 3)
  1655. end
  1656.  
  1657. if(intid == 3771) then -- Battleground Eye of the Storm
  1658. player:SendBattlegroundWindow(player, 7)
  1659. end
  1660.  
  1661. if(intid == 3772) then -- The Black Temple
  1662. player:GossipComplete()
  1663. player:Teleport(564, 96.446198, 1002.349976, -86.998398)
  1664. end
  1665.  
  1666. if(intid == 4777) then -- durn panda vs dark dragon
  1667. player:GossipComplete()
  1668. player:Teleport(560, 2010.765015, 278.545929, 65.519997)
  1669. end
  1670.  
  1671. if(intid == 4778) then -- 5vs5 panda vs dark dragon
  1672. player:GossipComplete()
  1673. player:Teleport(560, 1343.939087, -244.066256, 63.296009)
  1674. end
  1675.  
  1676. if(intid == 4779) then -- well fo the forgoten
  1677. player:GossipComplete()
  1678. player:Teleport(player:Teleport(0, -11072.995117, -1795.999878, 52.644585))
  1679. end
  1680.  
  1681. if(intid == 4780) then -- arathi alliance
  1682. player:GossipComplete()
  1683. player:Teleport(529, 1304.099121, 1301.838135, -9.008953)
  1684. end
  1685.  
  1686. if(intid == 4781) then -- arathi horde
  1687. player:GossipComplete()
  1688. player:Teleport(529, 692.952515, 691.519897, -12.914865)
  1689. end
  1690.  
  1691. if(intid == 3773) then -- Hearthstone unstuck
  1692. player:ClearCooldownForSpell(7355)
  1693. player:FullCastSpell(7355)
  1694. player:GossipComplete()
  1695. end
  1696.  
  1697. if(intid == 3774) then -- Bind Location
  1698. local GetMagicGold = WorldDBQuery("SELECT `mg` FROM logon.accounts WHERE `login` = '"..player:GetAccountName().."';");
  1699.  
  1700. local MagicGold = GetMagicGold:GetColumn(0):GetLong()
  1701.  
  1702. if (MagicGold < 10) then
  1703. player:SendBroadcastMessage("Not enough MG.")
  1704. player:GossipComplete()
  1705.  
  1706. else
  1707.  
  1708. WorldDBQuery("UPDATE logon.accounts SET `mg` = '"..MagicGold.."'-'10' WHERE `login` = '"..player:GetAccountName().."'; ");
  1709.  
  1710. player:FullCastSpell(3286)
  1711. local GetMagicGoldLeft = WorldDBQuery("SELECT `mg` FROM logon.accounts WHERE `login` = '"..player:GetAccountName().."';");
  1712.  
  1713. local MagicGoldLeftz = GetMagicGoldLeft:GetColumn(0):GetString()
  1714. player:SendBroadcastMessage("|cffEC3131Spent 10 MG, total left: "..MagicGoldLeftz..".|r")
  1715. player:GossipComplete()
  1716. end
  1717. end
  1718.  
  1719. if(intid == 3775) then -- Arena battlegrounds
  1720. player:SendBattlegroundWindow(player, 4)
  1721. end
  1722.  
  1723. end
  1724.  
  1725. RegisterItemGossipEvent(6948, 1, "Item_Trigger")
  1726. RegisterItemGossipEvent(6948, 2, "OnSelect")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement