Changing status of classes

Results 1 to 1 of 1
  1. #1
    Apprentice somale is offline
    MemberRank
    Feb 2007 Join Date
    5Posts

    Changing status of classes

    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 line
    <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>
    Values to be changed into blue.
    Remember that the change is only the level in question (in this case, level 9 as in this example).

    Sorry for my bad English. I used google translator.

    Credits: somale
    Last edited by somale; 06-04-10 at 07:21 PM.




Advertisement