Lineage 2 Tower Forum

Full Version: Question Oo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Have a way to see how long i need botting (hours or days) to get some lv?

Exemple: I'm 90 30% and i bot 20/7.. How long i need stay botting to get 91?!

understand my question? Exist any script, plugin to see this?

For exemple:

CharName: You get 95000000 Xp Peer Hours
NextLv In: 1 Day 17 Hours and 57 Min.

Like this.

Shy


87lvl starts at EXACTLY 21.923.573.162

96lvl starts at EXACTLY 438.945.468.535
97lvl starts at EXACTLY 660.418.775.000
98lvl starts at EXACTLY 1.045.370.952.370
99lvl starts at EXACTLY 1.567.175.272.32
CurrentXpTime-StartXpTime = TimePassed
(CurrentPointXP -StartPointXP)/TimePassed = Vxp
XpAtNextLevel0Percent - CurrentPointXP = XpLeftForLevelUp
XpLeftForLevelUp/Vxp = TimeNeededToLevelUp


So in one equation!

TimeNeededToLevelUp = (XpAtNextLevel0Percent - CurrentPointXP)/((CurrentPointXP -StartPointXP)/(CurrentXpTime-StartXpTime))
ShowToClient("eureka","timeleft " .. tostring(TimeNeededToLevelUp ))
(01-10-2013 19:44 PM)amiroooo Wrote: [ -> ]CurrentXpTime-StartXpTime = TimePassed
(CurrentPointXP -StartPointXP)/TimePassed = Vxp
XpAtNextLevel0Percent - CurrentPointXP = XpLeftForLevelUp
XpLeftForLevelUp/Vxp = TimeNeededToLevelUp


So in one equation!

TimeNeededToLevelUp = (XpAtNextLevel0Percent - CurrentPointXP)/((CurrentPointXP -StartPointXP)/(CurrentXpTime-StartXpTime))
ShowToClient("eureka","timeleft " .. tostring(TimeNeededToLevelUp ))

:x

what is that?
kkkkkkkkkkkk

amirooo i'm your fan!!!
im guessing this is a script or plugin. Smile I am actually really interested in this as well, I don't really need the time to next lvl portion just the xp per hr
(01-11-2013 20:49 PM)clct Wrote: [ -> ]kkkkkkkkkkkk

amirooo i'm your fan!!!

Porque tu não explica ae já que entendeu?

Tal do brasileiro é triste.

(01-11-2013 22:24 PM)nadmaster101 Wrote: [ -> ]im guessing this is a script or plugin. Smile I am actually really interested in this as well, I don't really need the time to next lvl portion just the xp per hr

Its fine to me too :x
Reference URL's