Graystone.lua 540 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : ZoneScripts/Graystone.lua
  3. Script Author : Dorbin
  4. Script Date : 2022.03.06 02:03:17
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. SetLocationProximityFunction(Zone, 896.36, -19.95, -113.86, 10, "TheStoneofKaladim")
  10. end
  11. function player_entry(Zone, Player)
  12. SendPopUpMessage(Player, "Graystone Yard", 255, 255, 255)
  13. end
  14. function TheStoneofKaladim(Zone,Player)
  15. SendPopUpMessage(Player, "The Stone of Kaladim", 255, 255, 0)
  16. end