🟡 QUEST: Limită level minim pentru PvP (protecție începători)
Scris: Dum Feb 01, 2026 10:55 am
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