Quest problem

09/07/2016 00:06 Raphell#1
Hello, I have this quest, which gives level 249 at the creation of the character.

The problem is that after 1 or 2 hours, or maybe after a reboot, some players get level 1, with no points at status, or with reseted skills.

Why?

Code:
quest lvl_125 begin
        state start begin
        when login with pc.get_level() <= 249 begin
        local lvl = 250
        if pc.get_level() <= 250 then
        while pc.get_level() < lvl do
        pc.give_exp2(pc.get_next_exp())
        end
        end
        end
        end
        end
09/10/2016 00:14 Jinbei#2
Please post your quest in our sticky thread.
-> [Only registered and activated users can see links. Click Here To Register...]

#closed