mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
18 lines
No EOL
309 B
Lua
Executable file
18 lines
No EOL
309 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/DoF_design_path_script/LordNagafen.lua
|
|
Script Author : Dorbin
|
|
Script Date : 2023.07.18 10:07:33
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function spawn(NPC)
|
|
SetSpawnAnimation(NPC,"1643")
|
|
end
|
|
|
|
|
|
|
|
|
|
function respawn(NPC)
|
|
spawn(NPC)
|
|
end |