Jump to content
  • 0

VIP System exp table


Question

Posted (edited)

Excuse me all , I just need some help for the Official VIP System rAthena , it's working for me , but the exp + drop rates increased by it self :

 

post-3334-0-34665500-1403487445_thumb.png

 

How to fix this problem ? Thanks

 

 

 

 

 

*another question , and how to check the player if he/she is vip ? thanks

Edited by Max

5 answers to this question

Recommended Posts

Posted

As for the exp increase, you can check them out here..

 

https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L171

 

And for the VIP checking

 

*vip_status(<type>,{"<character name>"})
 
Returns various information about a player's VIP status.
 
Valid types:
 1 - VIP status. (1 if VIP, 0 if non-VIP)
 2 - VIP expire date. (timestamp string if VIP, 0 if non-VIP)
 3 - VIP time remaining. (timestamp string if VIP, 0 if non-VIP)
 

NOTE: This command is only available if the VIP System is enabled.

Posted (edited)

 

As for the exp increase, you can check them out here..

 

https://github.com/rathena/rathena/blob/master/conf/battle/player.conf#L171

 

And for the VIP checking

 

 

 

*vip_status(<type>,{"<character name>"})
 
Returns various information about a player's VIP status.
 
Valid types:
 1 - VIP status. (1 if VIP, 0 if non-VIP)
 2 - VIP expire date. (timestamp string if VIP, 0 if non-VIP)
 3 - VIP time remaining. (timestamp string if VIP, 0 if non-VIP)
 

NOTE: This command is only available if the VIP System is enabled.

 

 

ya thanks now I know how to check if vip player

 

but that's not my question , vip_base_exp_increase: 50 = Exp value Premium +50% , already tried that

 

What i'm asking is why after 15 mins the rAthenaServer exp increased to 1400% lol and the drops to 900% ( for all player )

 

and this is how premium looks like

 

post-3334-0-03759700-1403568033_thumb.jpg

Edited by Max
Posted

It changes after a period of time? Maybe you got floating rates enabled, no?

 

nope , it's a new clean rAthena server files , i'm not gonna edit anything until this problem solved , because I want to edit all my server using vip feature :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...