mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
343 B
Lua
7 lines
343 B
Lua
function event_combat(e)
|
|
if e.joined then
|
|
eq.get_entity_list():MessageClose(e.self, false, 70, MT.White, "A wolf springs from a nearby bush...hungry for blood.");
|
|
eq.spawn2(174124, 0, 0, e.self:GetX(), e.self:GetY(), e.self:GetZ(), e.self:GetHeading()); -- a blood starved wolf
|
|
eq.depop_with_timer();
|
|
end
|
|
end
|