Castleview.lua 540 B

12345678910111213141516171819
  1. --[[
  2. Script Name : ZoneScripts/Castleview.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.02.21 05:02:52
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. SetLocationProximityFunction(Zone,770.58, -17.21, -113.26, 9, "FountOfValor","LeaveLocation")
  10. end
  11. function player_entry(Zone, Player)
  12. SendPopUpMessage(Player, "Castleview Hamlet", 255, 255, 255)
  13. end
  14. function FountOfValor(Zone,Player)
  15. SendPopUpMessage(Player, "Fountain of Valor", 255, 255, 0)
  16. end