Pagina 1 din 1

🟡 QUEST: Limită level minim pentru PvP (protecție începători)

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

Cod: Selectaţi tot

quest pvp_level_limit begin
	state start begin
		when kill begin
			if npc.is_pc() then
				if pc.get_level() < 50 then
					syschat("[PvP] PvP este permis de la nivel 50.")
					return
				end
			end
		end
	end
end