mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
18 lines
No EOL
326 B
Lua
Executable file
18 lines
No EOL
326 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/Ruins/Widget_orc_document_box.lua
|
|
Script Purpose : Widget_orc_document_box
|
|
Script Author : Scatman
|
|
Script Date : 2009.08.21
|
|
Script Notes :
|
|
--]]
|
|
|
|
function spawn(NPC)
|
|
SetRequiredQuest(NPC, 288, 3)
|
|
end
|
|
|
|
function hailed(NPC, Spawn)
|
|
end
|
|
|
|
function respawn(NPC)
|
|
spawn(NPC)
|
|
end |