Oakmyst_Classic.lua 543 B

12345678910111213141516171819
  1. --[[
  2. Script Name : ZoneScripts/Oakmyst_Classic.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.10.19 02:10:59
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. SetLocationProximityFunction(Zone,924.78, 2.03, -270.69, 12, "ClearwaterPond","LeaveLocation")
  10. end
  11. function player_entry(Zone, Player)
  12. SendPopUpMessage(Player, "Oakmyst Forest", 255, 255, 255)
  13. end
  14. function ClearwaterPond(Zone,Player)
  15. SendPopUpMessage(Player, "Clearwater Pond", 255, 255, 0)
  16. end