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

16 lines
No EOL
299 B
Lua
Executable file

--[[
Script Name : SpawnScripts/Starcrest/gardensoil.lua
Script Author : Dorbin
Script Date : 2023.09.26 07:09:59
Script Purpose :
:
--]]
function spawn(NPC)
SetRequiredQuest(NPC,241,4,1,1,1)
end
function respawn(NPC)
spawn(NPC)
end