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

How to modify Experience ?


Eleyox
 Share

Recommended Posts

**Sorry if i dont speak very good English, i'm french.**

**_H_**_ello everybody !_

_I have a problem for my Game.. I want to modify Experience_

_(Exemple : Level 1 = 50 Exp, Level 2 = 100 Exp and not Level 1 = 100 Exp , Level 2 = 400 Exp)_

But i dont find the solution.

In Admin Panel ? No..

In Server > Src I don't understand all.. but no , i think.

In Server > Data :

Accounts , Animation , Bank , Item , Logs , Map, Ncp , Quest , Ressource , Shop, Spell , And Banlist, Classes and Option

But no Experience.Ini (I Read that)

Who modify Exp ? Thanks
Link to comment
Share on other sites

Experience in eclipse and level experience requirements are calculated from a set formula -

```
GetPlayerNextLevel = (50 / 3) * ((player.Level + 1) ^ 3 - (6 * (player.Level + 1) ^ 2) + 17 * (player.Level + 1) - 12)
```

You would need to program your own paremetres to create a system like you mentioned.
Link to comment
Share on other sites

I dont Understand all..

If i Understand, i need to program my own parametres for create that.

But why program my Own Parametres ? (Sorry ,i'm newbie ![:(](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/sad.png) )
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...