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
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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...