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

23 lines
481 B
Lua
Executable file

--[[
Script Name : SpawnScripts/Commonlands/aghostlyorc.lua
Script Author : gloat
Script Date : 2019.01.31 12:01:05
Script Purpose :
:
--]]
require "SpawnScripts/Generic/NPCModule"
function spawn(NPC, Spawn)
NPCModule(NPC, Spawn)
GhostOrcArmorCommon(NPC, Spawn)
RandomMovement(NPC, Spawn, 12, -12, 2, 8, 15)
end
function hailed(NPC, Spawn)
FaceTarget(NPC, Spawn)
end
function respawn(NPC)
end