mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
16 lines
No EOL
287 B
Lua
Executable file
16 lines
No EOL
287 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/Antonica/NotFound.lua
|
|
Script Author : Dorbin
|
|
Script Date : 2023.05.18 03:05:16
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function spawn(NPC)
|
|
SetRequiredQuest(NPC,5840,1)
|
|
end
|
|
|
|
|
|
function respawn(NPC)
|
|
spawn(NPC)
|
|
end |