Jump to content
  • 0

Question

Posted

Hello, i want to ask how i can get the real rate from players? I have something like this
https://prnt.sc/RbWjkLJzrk0-
But this is getting the rate of server, and i want to get individual rates of exp sp and drop from players. For each player. What methods i have to create? Thank you !
Project: High Five ( L2jSunrise )

3 answers to this question

Recommended Posts

  • 0
Posted
double rate = Config.RATE_XP_BY_LVL[getLevel()] * (isInParty() ? _party.getRateExp(this) : 1.) * ((getStat().calc(Stats.EXP_RATE_MULTIPLIER, 1) + (getPremiumAccount().getRates().getExp() - 1.)));

 

  • 0
Posted (edited)

You need to find which factors affect those rates and include them in that formula.

Edited by Zake
  • 0
Posted
On 7/16/2022 at 8:20 AM, 0flee said:

Hello, i want to ask how i can get the real rate from players? I have something like this
https://prnt.sc/RbWjkLJzrk0-
But this is getting the rate of server, and i want to get individual rates of exp sp and drop from players. For each player. What methods i have to create? Thank you !
Project: High Five ( L2jSunrise )

Please use the correct topic names that describe your problem, otherwise such topics will be removed.

  • Like 1

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


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock