Experimentat
Experimentat
Mesaje: 72
Membru din: Sâm Ian 31, 2026 4:11 pm
Server: metin2avange.mt2.xyz
Rasă: Ninja
Regat: Chunjo
  • Has thanked: 1 time
  • 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