Cod: Selectaţi tot
quest boss_kill_notice_simple begin
state start begin
when kill begin
local v = npc.get_race()
if v == 691 or v == 1091 or v == 2493 then
notice_all("[BOSS] "..pc.get_name().." a omorat un boss!")
end
end
end
end
