Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. --[[ Script made by austinsims of ac-web.org!]]function portalGossipOnTalk(pUnit, Event, player) pUnit:GossipCreateMenu(100, player, 0) pUnit:GossipMenuAddItem(0, "Teleport to Light's Hammer", 1, 0) pUnit:GossipMenuAddItem(0, "Teleport to Oratory of The Damned", 2, 0) pUnit:GossipMenuAddItem(0, "Teleport to Rampart of Skulls", 3, 0) pUnit:GossipMenuAddItem(0, "Teleport to Deathbringer's Rise", 4, 0) pUnit:GossipMenuAddItem(0, "Teleport to The Plagueworks", 5, 0) pUnit:GossipMenuAddItem(0, "Teleport to The Crimson Halls", 6, 0) pUnit:GossipMenuAddItem(0, "Teleport to The Frostwing Halls", 7, 0) pUnit:GossipMenuAddItem(0, "Teleport to The Frost Queen's Lair", 8, 0) pUnit:GossipMenuAddItem(0, "Teleport to The Frozen Throne", 9, 0) pUnit:GossipSendMenu(player)endfunction portalGossipOnSelect(Unit, Event, player, id, intid, code, pMisc) if (intid == 1) then player:Teleport(631, -17.856115, 2211.640137, 30.115812) player:GossipComplete() end if (intid == 2) then player:Teleport(631, -503.632599, 2211.219971, 62.823246) player:GossipComplete() end if (intid == 3) then player:Teleport(631, -615.098267, 2211.509766, 199.973083) player:GossipComplete() end if (intid == 4) then player:Teleport(631, -549.151001, 2211.463967, 539.290222) player:GossipComplete() end if (intid == 5) then player:Teleport(631, 4356.780273, 2863.636230, 349.337982) player:GossipComplete() end if (intid == 6) then player:Teleport(631, 4453.248535, 2769.325684, 349.347473) player:GossipComplete() end if (intid == 7) then player:Teleport(631, 4356.853516, 2674.143311, 349.340118) player:GossipComplete() end if (intid == 8) then player:Teleport(631, 4356.527344, 2402.710205, 220.462723) player:GossipComplete() end if (intid == 9) then player:Teleport(631, -782.4, 2604.1, 1784.6) player:GossipComplete() endendRegisterUnitGossipEvent(10113, 1, "portalGossipOnTalk")RegisterUnitGossipEvent(10113, 2, "portalGossipOnSelect")
  2.  
  3. --------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement