mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
18 lines
No EOL
333 B
Lua
Executable file
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 |