TheSunkenCity_Classic.lua 554 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : ZoneScripts/TheSunkenCity_Classic.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2023.06.06 05:06:29
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. SetLocationProximityFunction(Zone,7.78, 0.21, -61.99, 12, "ShrineofPrexus","LeaveLocation")
  10. end
  11. function player_entry(Zone, Player)
  12. SendPopUpMessage(Player, "Sunken City", 255, 255, 255)
  13. end
  14. function ShrineofPrexus(Zone,Player)
  15. SendPopUpMessage(Player, "The Shrine of Prexus", 255, 255, 0)
  16. end