LucanicKnightXolantan.lua 367 B

12345678910111213141516171819202122
  1. --[[
  2. Script Name : SpawnScripts/Freeport/LucanicKnightXolantan.lua
  3. Script Author : Premierio015
  4. Script Date : 2020.07.19 10:07:03
  5. Script Purpose :
  6. :
  7. --]]
  8. function spawn(NPC)
  9. end
  10. function hailed(NPC, Spawn)
  11. SendMessage(Spawn, "The Wraithguard ignores you.")
  12. end
  13. function respawn(NPC)
  14. end