Jump to content
Sign in to follow this  
blazi10

Level jump

Recommended Posts

people do not use 1.38 so they do not see how it was fixed in official:

            if exp<DEXP[80] and (exp+exp_up) > DEXP[80] then
                exp_up = math.floor((DEXP[80]-exp) + (exp_up-(DEXP[80]-exp))/50)
            end
            if Lv ( TurnToCha(t[i]) ) >= 80 then 
                exp_up = math.floor ( exp_up / 50 ) 
            end 

and attached below is how i did in c++

111.PNG

  • Like 6

kong.png

a2.png

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this  

×
×
  • Create New...