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

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