function GossipOnSelect(Unit, Event, player, id, intid, code, pMisc) if (intid == 1) then player:Teleport(Mall_MapID, Mall_X, Mall_Y, Mall_Z) player:GossipComplete() end if (intid == 2) then Unit:GossipCreateMenu(100, player, 50) Unit:GossipMenuAddItem(2, "Stormwind", 6, 0) Unit:GossipMenuAddItem(2, "Ironforge", 7, 0) Unit:GossipMenuAddItem(2, "Darnassus", 8, 0) Unit:GossipMenuAddItem(2, "Exodar", 9, 0) Unit:GossipMenuAddItem(1, "Orgrimmar", 10, 0) Unit:GossipMenuAddItem(1, "The Undercity", 11, 0) Unit:GossipMenuAddItem(1, "Thunder Bluff", 12, 0) Unit:GossipMenuAddItem(1, "Silvermoon", 13, 0) Unit:GossipSendMenu(player) end if (intid == 3) then Unit:GossipCreateMenu(100, player, 300) Unit:GossipMenuAddItem(2, "Dalaran", 30, 0) Unit:GossipMenuAddItem(2, "Shattrath", 31, 0) Unit:GossipMenuAddItem(2, "Booty Bay", 32, 0) Unit:GossipMenuAddItem(2, "Gadgetzan", 33, 0) Unit:GossipMenuAddItem(2, "Ratchet", 34, 0) Unit:GossipSendMenu(player) end if (intid == 17) then Unit:GossipCreateMenu(100, player, 1700) Unit:GossipMenuAddItem(2, "Fight !", 1701, 0) Unit:GossipMenuAddItem(0, "Still under construction....", 1702, 0) Unit:GossipSendMenu(player) end if (intid == 30) then player:Teleport(571, 5811.4067, 647.7883, 647.4152) player:GossipComplete() end if (intid == 31) then player:Teleport(530, -1849.4200, 5401.4599, -12.4279) player:GossipComplete() end if (intid == 32) then player:Teleport(0, -14284.9, 557.354, 8.841) player:GossipComplete() end if (intid == 33) then player:Teleport(1, -7124.13, -3818.93, 8.4107) player:GossipComplete() end if (intid == 34) then player:Teleport(1, -994.248, -3830.1, 7) end if (intid == 4) then Unit:CastSpellOnTarget(25898, player) Unit:CastSpellOnTarget(48469, player) Unit:CastSpellOnTarget(48073, player) Unit:CastSpellOnTarget(58451, player) Unit:CastSpellOnTarget(58449, player) Unit:CastSpellOnTarget(48102, player) Unit:CastSpellOnTarget(58453, player) player:SendBroadcastMessage("Ye Da BuffZorZ Are Up!") player:GossipComplete() end if (intid == 6) then player:Teleport(0, -9100.480469, 406.950745, 92.594185) player:GossipComplete() end if (intid == 7) then player:Teleport(0, -5028.265137, -825.976563, 495.301575) player:GossipComplete() end if (intid == 8) then player:Teleport(1, 9985.907227, 1971.155640, 1326.815674) player:GossipComplete() end if (intid == 9) then player:Teleport(530, -4072.202393, -12014.337891, -1.277277) player:GossipComplete() end if (intid == 10) then player:Teleport(1, 1371.068970, -4370.801758, 26.052483) player:GossipComplete() end if (intid == 11) then player:Teleport(0, 2050.203125, 285.650604, 56.994549) player:GossipComplete() end if (intid == 12) then player:Teleport(1, -1304.569946, 205.285004, 68.681396) player:GossipComplete() end if (intid == 13) then player:Teleport(530, 9400.486328, -7278.376953, 14.206780) player:GossipComplete() end
if (intid == 15) then player:CastSpell(34093) player:CastSpell(54198) player:LearnSpells(mounts_1) player:LearnSpells(mounts_2) play er:LearnSpells(mounts_3) player:SendBroadcastMessage("All mounts and mount riding skills obtained!") player:SendBroadcastMessage("Advanced Riding/Flying Skill.") player:GossipComplete() end
if (intid == 16) then local dummyx = player:GetX() local dummyy = player:GetY() local dummyz = player:GetZ() local dummyo = player:GetO() Unit:SpawnCreature(32541, dummyx, dummyy, dummyz, dummyo, 679, 120000) player:SendAreaTriggerMessage("ADVANCE UR PWNZORZ SKILLZ ON DUMMEHS.") player:GossipComplete() end if (intid == 5) then player:GossipComplete() end end