🟠 QUEST: Anunț global la atingerea nivelului maxim
Scris: Dum Feb 01, 2026 10:56 am
Cod: Selectaţi tot
quest max_level_notice begin
state start begin
when levelup begin
if pc.get_level() == 250 then
notice_all("[Server] "..pc.get_name().." a atins nivelul MAXIM!")
end
end
end
end