mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
15 lines
No EOL
353 B
Lua
Executable file
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 |