mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
8 lines
190 B
Lua
8 lines
190 B
Lua
function event_spawn(e)
|
|
eq.set_timer("mangler",720000);
|
|
end
|
|
|
|
function event_timer(e)
|
|
e.self:Say("<Bark, bark, bark! Hoooooowwwwwwl!>");
|
|
eq.signal(19049,1); -- NPC: Kevlin_Diggs Armor
|
|
end
|