mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
17 lines
No EOL
323 B
Lua
Executable file
17 lines
No EOL
323 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/TempleSt/astein.lua
|
|
Script Author : Dorbin
|
|
Script Date : 2023.10.29 12:10:06
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
local MucksQuest = 5874
|
|
|
|
function spawn(NPC)
|
|
SetRequiredQuest(NPC, MucksQuest, 2, 1)
|
|
end
|
|
|
|
|
|
function respawn(NPC)
|
|
spawn(NPC)
|
|
end |