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

18 lines
No EOL
366 B
Lua
Executable file

--[[
Script Name : SpawnScripts/Longshadow/afurioustroll.lua
Script Author : torsten
Script Date : 2022.07.19 01:07:14
Script Purpose :
:
--]]
function spawn(NPC)
SetPlayerProximityFunction(NPC, 20, "InRange", "LeaveRange")
end
function hailed(NPC, Spawn)
end
function respawn(NPC)
spawn(NPC)
end