Quest: Start Level 105 la prima conectare (o singură dată)
Scris: Dum Feb 01, 2026 10:00 am
Cod: Selectaţi tot
quest start_login begin
state start begin
when login with pc.getqf("used_quest") < 1 and pc.get_level() == 1 begin
local pLevel = 105
pc.set_level(pLevel)
pc.setqf("used_quest", 1)
end
end
end