Classic_forest.lua 546 B

12345678910111213141516171819
  1. --[[
  2. Script Name : ZoneScripts/Classic_forest.lua
  3. Script Author : LordPazuzu
  4. Script Date : 2022.10.10 10:10:12
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. SetLocationProximityFunction(Zone,1083.63, -3.04, -777.39, 12, "MageTower","LeaveLocation")
  10. end
  11. function player_entry(Zone, Player)
  12. SendPopUpMessage(Player, "The Forest Ruins", 255, 255, 255)
  13. end
  14. function MageTower(Zone,Player)
  15. SendPopUpMessage(Player, "The Ruined Mage Tower", 255, 255, 0)
  16. end