mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
140 B
Lua
7 lines
140 B
Lua
--NPCID: 223214 (Zeb's cage)
|
|
--potimeb
|
|
|
|
function event_death_complete(e)
|
|
-- spawn Zebuxoruk
|
|
eq.spawn2(223212,0,0,-582,-1100,0,127);
|
|
end
|