Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EA] question: Changing the EXP


kelspel
 Share

Recommended Posts

Hello everyone,

I wonder if it's possible to change the the amount of EXP you need to level up.

I have searched threw vb6 but i can't seem to find anything.

Is this possible, so yes in which section?

With friendly greetings, Kelspel

Ps: Sorry for my bad english
Link to comment
Share on other sites

In EO 2.0 there's a function that looks like this

```

Function GetPlayerNextLevel(ByVal index As Long) As Long

GetPlayerNextLevel = (50 / 3) * ((GetPlayerLevel(index) + 1) ^ 3 - (6 * (GetPlayerLevel(index) + 1) ^ 2) + 17 * (GetPlayerLevel(index) + 1) - 12)

End Function

```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...