To change the status of the class just go to: YOURSERVER \ gameserver \ data \ static_data \ stats
Inside the folder will contain all the xml's in classes containing the status (HP, MP, accuracy, etc.), and edit only the following lines that have an effect. Example xml gladiator at level 9:
<player_stats class="GLADIATOR" level="9"> <- Do not change anything in that lineValues to be changed into blue.
<Stats_template maxHp = "814" maxMp = "730" <- This can be changed (HP and MP)
power = "115" health = "115" agility = "100" accuracy = "100" knowledge = "90" will = "90" <- Do not change anything in that line
walk_speed = "1.5" run_speed = "6" fly_speed = "9" <- Do not change anything in that line
attack_speed = "1.5" <- Do not change anything in that line
evasion = "173" block = "173" Parry = "173" <- This can be changed, but preferably all of equal value (accuracy = accuracy, evasion = dodge, parry with the weapon defense = (reduce damage from monsters ))
main_hand_attack = "19" main_hand_accuracy = "262" main_hand_crit_rate = "2" <- Edit only the value of main_hand_accuracy (accuracy with the main hand (weapon))
magic_accuracy = "128" /> This can be changed (precision of Magic)
</ Player_stats>
Remember that the change is only the level in question (in this case, level 9 as in this example).
somale
Ragezone