Forum

> > CS2D > Scripts > How do I calculate the experience in rpg tibia?
Forums overviewCS2D overview Scripts overviewLog in to reply

English How do I calculate the experience in rpg tibia?

9 replies
To the start Previous 1 Next To the start

old How do I calculate the experience in rpg tibia?

superygorss
User Off Offline

Quote
How do I calculate the experience in rpg tibia?

example

level 60 to 61 how much experience do you need?

I read the more I understood nothing config.lua

I used google translate to write this text

I do not know much about the basic English only

old Re: How do I calculate the experience in rpg tibia?

superygorss
User Off Offline

Quote
I'm here again managed to put EXPTABLE that Yates had but I was wondering if it's to calculate:

CALC = function (level)
level = level - 1
return (level) ^ 3-3 * (level) ^ 2 + 8 * (level)

if it does not let me know and send them a way to calculate the experience

I used google translate again to speak here
edited 1×, last 02.12.12 04:27:34 am

old Re: How do I calculate the experience in rpg tibia?

Yates
Reviewer Off Offline

Quote
@user superygorss: The one I posted calculates the exp needed to level up, therefore the level+1 in the code. I used this so when you talk to a certain NPC it would then respond with how much exp you would need to level up.

Just tell me how you want to use this, it would be more easier for me to write it down in code then.

@user NutShell: Go away, your code is wrong and a fail.

old Re: How do I calculate the experience in rpg tibia?

superygorss
User Off Offline

Quote
I use google translate to try to talk to you if that is wrong is wrong a lot of people know a few people who posted using google translate

I wonder if you can put in place of experience doing this.

example: Experience 500

In place of the 500 I want to show percent see example below

example:

90% means that 10% failure for her to get to the next level

I wanted to like this

as I said I know the basic English

know only translate a few words

As I said at the beginning of the post I do not want the table kenvo because I've seen him in the post.

I could not understand the table.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview