22 lines
367 B
Lua
Executable file
22 lines
367 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/Freeport/LucanicKnightXolantan.lua
|
|
Script Author : Premierio015
|
|
Script Date : 2020.07.19 10:07:03
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
|
|
|
|
function spawn(NPC)
|
|
|
|
end
|
|
|
|
function hailed(NPC, Spawn)
|
|
SendMessage(Spawn, "The Wraithguard ignores you.")
|
|
end
|
|
|
|
function respawn(NPC)
|
|
|
|
end
|
|
|