Longshadow.lua 556 B

1234567891011121314151617181920
  1. --[[
  2. Script Name : ZoneScripts/Longshadow.lua
  3. Script Author : Dorbin
  4. Script Date : 2023.10.14 11:10:34
  5. Script Purpose :
  6. :
  7. --]]
  8. function init_zone_script(Zone)
  9. SetLocationProximityFunction(Zone,-0.58, 2.07, -0.01, 12, "KnowledgePortal","LeaveLocation")
  10. end
  11. function player_entry(Zone, Player)
  12. SendPopUpMessage(Player, "Longshadow Alley", 255, 255, 255)
  13. end
  14. function KnowledgePortal(Zone,Player)
  15. SendPopUpMessage(Player, "The Destroyed Knowledge Portal", 255, 255, 0)
  16. end