mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
19 lines
No EOL
334 B
Lua
Executable file
19 lines
No EOL
334 B
Lua
Executable file
--[[
|
|
Script Name : SpawnScripts/SummonerPets/TellurianRecruit.lua
|
|
Script Author : LordPazuzu
|
|
Script Date : 2023.02.18 11:02:22
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
function spawn(NPC)
|
|
|
|
end
|
|
|
|
function hailed(NPC, Spawn)
|
|
FaceTarget(NPC, Spawn)
|
|
end
|
|
|
|
function respawn(NPC)
|
|
spawn(NPC)
|
|
end |