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