Peatbog_Classic.lua 536 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : ZoneScripts/Peatbog_Classic.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.11.05 04:11:32
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. SetLocationProximityFunction(Zone,667.05, -33.56, 494.87, 12, "TwoLogsPond","LeaveLocation")
  10. end
  11. function player_entry(Zone, Player)
  12. SendPopUpMessage(Player, "The Peat Bog", 230, 230, 230)
  13. end
  14. function TwoLogsPond(Zone,Player)
  15. SendPopUpMessage(Player, "Two Logs Pond", 255, 255, 0)
  16. end