Search the Community
Showing results for tags 'auto stats'.
-
Auto stats command command after reset fuction This function distributes stats after /reset auto function When activated free level up points are auto-distributed with respect of defined rules Usage: Display Help info: /autostat Display status or disable: /autostat off Setup auto-distribution: /autostat min_free_points: Minimum number of free level up points on character to run stats distribution str_percent: Percent of free level up points that will go to strength agi_percent: Percent of free level up points that will go to agility vit_percent: Percent of free level up points that will go to vitality ene_percent: Percent of free level up points that will go to energy cmd_percent: Percent of free level up points that will go to command Sum of all percentages must be lower or equal 100. Setting below 100 will leave some level up points undistributed AutoStatCMD = /autostat Example: /autostat 30000 20 19 25 11 0 Where: 9999 stat ammont you want to distribute (free stats to add) Where: 20 - Percent of those 9999 to add on Strenght Where: 19 - Percent OF those 9999 to add on Agility Where: 25 - Percent OF those 9999 to add on Vitality Where: 11 - Percent OF those 9999 to add on Energy Where: 0 - Percent OF those 9999 to add on Command Command is Dark Lord stat possition, other classes must leave it as: 0 For high stats/resets use command with less stats to distribute, example : /autostat 500 2 2 2 2 0