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

15 lines
No EOL
353 B
Lua
Executable file

--[[
Script Name : SpawnScripts/SourceEvil/goodnecromancerpoison.lua
Script Author : Jabantiz
Script Date : 2016.09.09 11:09:58
Script Purpose : Makes the poison cube not block everything
:
--]]
function spawn(NPC)
SpawnSet(NPC, "activity_state", "0")
end
function respawn(NPC)
spawn(NPC)
end