Pagina 1 din 1

🟠 QUEST: Anunț global când moare un boss (simplu)

Scris: Dum Feb 01, 2026 10:51 am
de ProFight3D

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