next lvl exp needed

02/12/2017 15:43 patoghpatogh#1
hi,
with this code

pc.get_exp()

i have the exp that i have now.


how can i have the code of next level exp?

or what is code of max exp for a lvl?
02/12/2017 16:00 MaxChri#2
Quote:
Originally Posted by patoghpatogh View Post
hi,
with this code

pc.get_exp()

i have the exp that i have now.


how can i have the code of next level exp?

or what is code of max exp for a lvl?
Just have a look in the quest_function list.
It's not easy I know.

Code:
pc.get_next_exp
02/12/2017 16:30 patoghpatogh#3
Quote:
Originally Posted by MaxChri View Post
Just have a look in the quest_function list.
It's not easy I know.

Code:
pc.get_next_exp

thats so usefull. thanks bro.