Cod: Selectaţi tot
quest low_level_login_buff begin
state start begin
when login begin
if pc.get_level() > 50 then return end
affect.add(apply.MAX_HP, 50, 60*30)
syschat("[Buff] Bonus temporar pentru jucatori incepatori!")
end
end
end
