Quote:
Originally posted by sonic3d
mines is 1 but its still way too fast. is there a way too configure it through php?
l8er
sonic
|
Unfortunately, the lowest number is 1 and the maximum number is 5 due to a php function limitation. If you are still leveling too fast, then I suggest you lower the amount of XP gained per win in battle and/or the amount of experience gained per turn in battle. Also, assuming you are giving experience for posts, you can lower that as well. If all of these values are at a minimum, then there is nothing else you can do except adjust the level function.
The level function is located in functions.php. It is called 'getlevel'. This function computes a user's level and returns either a float or an integer, depending on what is passed to it. If you want to lower everyone's level, than you can probably perform some division on the numbers before they are rounded off and this would give the allusion that they are at a lower level, for all practical purposes. In fact, if you are not happy with the way levels are gained and you want a linear leveling system, then you can change the function to do this as well. All changes done to the level function apply immediatley and will affect users who are in battle. However, it will not lower a user's stats to the correct setting until they update their stats.