eq2emu-content/SpawnScripts/MizansCellar/table3.lua
2024-10-26 11:37:28 +00:00

18 lines
No EOL
333 B
Lua
Executable file

--[[
Script Name : SpawnScripts/MizansCellar/table3.lua
Script Author : Dorbin
Script Date : 2022.10.05 02:10:10
Script Purpose :
:
--]]
function spawn(NPC)
SetRequiredQuest(NPC,5749,8,1,1,1)
end
function hailed(NPC, Spawn)
end
function respawn(NPC)
spawn(NPC)
end