You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
levels: Configuration options for level-related functionality
max-level: The maximum level any character may reach.
experience: Configuration options for experience related functionality
equation: The formula used to calculate how much experience is required to reach a level. This takes into account experience earned for previous levels. This is parsed as JavaScript so use whatever maths functions you want to determine this, as long as it evaluates to a number.
Recommended cache sizes
rpkit_experience id: This should be the size of the maximum number of players.
rpkit_experience character_id: This should be the size of the maximum number of players.