06-29-2010, 06:09 AM
да едрен батон что вы темы нубские расписываете вот гайд для ЧАЙНИКОВ=))
1- отрываем файл Set он находится тут Server\gameserver\data\scripts\system\handlers\admincommands и находим строку -
Player player = target;
if (level <= 80)
player.getCommonData().setLevel(level);
PacketSendUtility.sendMessage(admin, "Set " + player.getCommonData().getName() + " level to " + level);
Красным обозночение лвла( можно ставить вплоть до 127 лвла вроде)
2- открываем файлик player_experience_table он находится тут Server\gameserver\data\static_data и берем например до 80 лвла ---
<?xml version="1.0" encoding="UTF-8"?>
<player_experience_table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="player_experience_table.xsd">
<exp>0</exp> <!-- level 0 --> <!-- Experience is tallied up per level and stacks. -->
<exp>650</exp> <!-- 650 -->
<exp>2567</exp> <!-- 1917 -->
<exp>6797</exp> <!-- 4230 -->
<exp>15490</exp> <!-- 8693 -->
<exp>30073</exp> <!-- 14583 -->
<exp>52958</exp> <!-- 22885 -->
<exp>87894</exp> <!-- 34936 -->
<exp>140329</exp> <!-- 52435 -->
<exp>213454</exp> <!-- 73125 -->
<exp>307558</exp> <!-- 94104 --> <!-- Level 10 -->
<exp>438553</exp> <!-- 130995 -->
<exp>608161</exp> <!-- 169608 -->
<exp>825336</exp> <!-- 217175 -->
<exp>1091985</exp> <!-- 266649 -->
<exp>1418170</exp> <!-- 326185 -->
<exp>1810467</exp> <!-- 392297 -->
<exp>2332547</exp> <!-- 522080 -->
<exp>3002260</exp> <!-- 669713 -->
<exp>3820082</exp> <!-- 817822 -->
<exp>4820229</exp> <!-- 1000147 --> <!-- Level 20 -->
<exp>6055323</exp> <!-- 1235094 -->
<exp>7665200</exp> <!-- 1609877 -->
<exp>9667124</exp> <!-- 2001924 -->
<exp>12015782</exp> <!-- 2348658 -->
<exp>14702523</exp> <!-- 2686741 -->
<exp>17819939</exp> <!-- 3117416 -->
<exp>21422200</exp> <!-- 3602261 -->
<exp>25434736</exp> <!-- 4012536 -->
<exp>30111208</exp> <!-- 4676472 -->
<exp>35939440</exp> <!-- 5828232 --> <!-- Level 30 -->
<exp>42747682</exp> <!-- 6808242 -->
<exp>50838806</exp> <!-- 8091124 -->
<exp>60528213</exp> <!-- 9689407 -->
<exp>73197342</exp> <!-- 12669129 -->
<exp>89321807</exp> <!-- 16124465 -->
<exp>109063829</exp> <!-- 19742022 -->
<exp>135085670</exp> <!-- 26021841 -->
<exp>165021833</exp> <!-- 29936163 -->
<exp>201169803</exp> <!-- 36147970 -->
<exp>243343723</exp> <!-- 42173920 --> <!-- Level 40 -->
<exp>292699203</exp> <!-- 49355480 -->
<exp>350659083</exp> <!-- 57959880 -->
<exp>415031452</exp> <!-- 64372369 -->
<exp>485413854</exp> <!-- 70382402 -->
<exp>559280864</exp> <!-- 73867010 -->
<exp>643809037</exp> <!-- 84528173 -->
<exp>741317548</exp> <!-- 97508511 -->
<exp>853743989</exp> <!-- 112426441 -->
<exp>982653882</exp> <!-- 128909893 -->
<exp>1128723910</exp> <!-- 146070028 --> <!-- Level 50 -->
<exp>2000000000</exp> <!-- 871276090 -->
<exp>2200000000</exp> <!-- 200000000 -->
<exp>2400000000</exp> <!-- 200000000 -->
<exp>2600000000</exp> <!-- 200000000 -->
<exp>2800000000</exp> <!-- 200000000 -->
<exp>3000000000</exp> <!-- 200000000 -->
<exp>3200000000</exp> <!-- 200000000 -->
<exp>3400000000</exp> <!-- 200000000 -->
<exp>3600000000</exp> <!-- 200000000 -->
<exp>3800000000</exp> <!-- 200000000 -->
<exp>4000000000</exp> <!-- 200000000 --> <!-- Level 60 -->
<exp>4200000000</exp> <!-- 200000000 -->
<exp>4400000000</exp> <!-- 200000000 -->
<exp>4600000000</exp> <!-- 200000000 -->
<exp>4800000000</exp> <!-- 200000000 -->
<exp>5000000000</exp> <!-- 200000000 -->
<exp>5200000000</exp> <!-- 200000000 -->
<exp>5400000000</exp> <!-- 200000000 -->
<exp>5600000000</exp> <!-- 200000000 -->
<exp>5800000000</exp> <!-- 200000000 -->
<exp>6000000000</exp> <!-- 200000000 -->
<exp>6200000000</exp> <!-- 200000000 --> <!-- Level 70 -->
<exp>6400000000</exp> <!-- 200000000 -->
<exp>6600000000</exp> <!-- 200000000 -->
<exp>6800000000</exp> <!-- 200000000 -->
<exp>7000000000</exp> <!-- 200000000 -->
<exp>7200000000</exp> <!-- 200000000 -->
<exp>7400000000</exp> <!-- 200000000 -->
<exp>7600000000</exp> <!-- 200000000 -->
<exp>7800000000</exp> <!-- 200000000 -->
<exp>8000000000</exp> <!-- 200000000 -->
<exp>8200000000</exp> <!-- 200000000 -->
<exp>8400000000</exp> <!-- 200000000 --> <!-- Level 80 -->
</player_experience_table>
3- Открываем файлик assassin-templates, chanter-templates, cleric-templates, gladiator-templates, ranger-templates, sorcerer-templates, spiritmaster-templates, templar-templates. И в каждом прописываем статы до 80 лвла. Например:templar-templates-
1- отрываем файл Set он находится тут Server\gameserver\data\scripts\system\handlers\admincommands и находим строку -
Player player = target;
if (level <= 80)
player.getCommonData().setLevel(level);
PacketSendUtility.sendMessage(admin, "Set " + player.getCommonData().getName() + " level to " + level);
Красным обозночение лвла( можно ставить вплоть до 127 лвла вроде)
2- открываем файлик player_experience_table он находится тут Server\gameserver\data\static_data и берем например до 80 лвла ---
<?xml version="1.0" encoding="UTF-8"?>
<player_experience_table xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="player_experience_table.xsd">
<exp>0</exp> <!-- level 0 --> <!-- Experience is tallied up per level and stacks. -->
<exp>650</exp> <!-- 650 -->
<exp>2567</exp> <!-- 1917 -->
<exp>6797</exp> <!-- 4230 -->
<exp>15490</exp> <!-- 8693 -->
<exp>30073</exp> <!-- 14583 -->
<exp>52958</exp> <!-- 22885 -->
<exp>87894</exp> <!-- 34936 -->
<exp>140329</exp> <!-- 52435 -->
<exp>213454</exp> <!-- 73125 -->
<exp>307558</exp> <!-- 94104 --> <!-- Level 10 -->
<exp>438553</exp> <!-- 130995 -->
<exp>608161</exp> <!-- 169608 -->
<exp>825336</exp> <!-- 217175 -->
<exp>1091985</exp> <!-- 266649 -->
<exp>1418170</exp> <!-- 326185 -->
<exp>1810467</exp> <!-- 392297 -->
<exp>2332547</exp> <!-- 522080 -->
<exp>3002260</exp> <!-- 669713 -->
<exp>3820082</exp> <!-- 817822 -->
<exp>4820229</exp> <!-- 1000147 --> <!-- Level 20 -->
<exp>6055323</exp> <!-- 1235094 -->
<exp>7665200</exp> <!-- 1609877 -->
<exp>9667124</exp> <!-- 2001924 -->
<exp>12015782</exp> <!-- 2348658 -->
<exp>14702523</exp> <!-- 2686741 -->
<exp>17819939</exp> <!-- 3117416 -->
<exp>21422200</exp> <!-- 3602261 -->
<exp>25434736</exp> <!-- 4012536 -->
<exp>30111208</exp> <!-- 4676472 -->
<exp>35939440</exp> <!-- 5828232 --> <!-- Level 30 -->
<exp>42747682</exp> <!-- 6808242 -->
<exp>50838806</exp> <!-- 8091124 -->
<exp>60528213</exp> <!-- 9689407 -->
<exp>73197342</exp> <!-- 12669129 -->
<exp>89321807</exp> <!-- 16124465 -->
<exp>109063829</exp> <!-- 19742022 -->
<exp>135085670</exp> <!-- 26021841 -->
<exp>165021833</exp> <!-- 29936163 -->
<exp>201169803</exp> <!-- 36147970 -->
<exp>243343723</exp> <!-- 42173920 --> <!-- Level 40 -->
<exp>292699203</exp> <!-- 49355480 -->
<exp>350659083</exp> <!-- 57959880 -->
<exp>415031452</exp> <!-- 64372369 -->
<exp>485413854</exp> <!-- 70382402 -->
<exp>559280864</exp> <!-- 73867010 -->
<exp>643809037</exp> <!-- 84528173 -->
<exp>741317548</exp> <!-- 97508511 -->
<exp>853743989</exp> <!-- 112426441 -->
<exp>982653882</exp> <!-- 128909893 -->
<exp>1128723910</exp> <!-- 146070028 --> <!-- Level 50 -->
<exp>2000000000</exp> <!-- 871276090 -->
<exp>2200000000</exp> <!-- 200000000 -->
<exp>2400000000</exp> <!-- 200000000 -->
<exp>2600000000</exp> <!-- 200000000 -->
<exp>2800000000</exp> <!-- 200000000 -->
<exp>3000000000</exp> <!-- 200000000 -->
<exp>3200000000</exp> <!-- 200000000 -->
<exp>3400000000</exp> <!-- 200000000 -->
<exp>3600000000</exp> <!-- 200000000 -->
<exp>3800000000</exp> <!-- 200000000 -->
<exp>4000000000</exp> <!-- 200000000 --> <!-- Level 60 -->
<exp>4200000000</exp> <!-- 200000000 -->
<exp>4400000000</exp> <!-- 200000000 -->
<exp>4600000000</exp> <!-- 200000000 -->
<exp>4800000000</exp> <!-- 200000000 -->
<exp>5000000000</exp> <!-- 200000000 -->
<exp>5200000000</exp> <!-- 200000000 -->
<exp>5400000000</exp> <!-- 200000000 -->
<exp>5600000000</exp> <!-- 200000000 -->
<exp>5800000000</exp> <!-- 200000000 -->
<exp>6000000000</exp> <!-- 200000000 -->
<exp>6200000000</exp> <!-- 200000000 --> <!-- Level 70 -->
<exp>6400000000</exp> <!-- 200000000 -->
<exp>6600000000</exp> <!-- 200000000 -->
<exp>6800000000</exp> <!-- 200000000 -->
<exp>7000000000</exp> <!-- 200000000 -->
<exp>7200000000</exp> <!-- 200000000 -->
<exp>7400000000</exp> <!-- 200000000 -->
<exp>7600000000</exp> <!-- 200000000 -->
<exp>7800000000</exp> <!-- 200000000 -->
<exp>8000000000</exp> <!-- 200000000 -->
<exp>8200000000</exp> <!-- 200000000 -->
<exp>8400000000</exp> <!-- 200000000 --> <!-- Level 80 -->
</player_experience_table>
3- Открываем файлик assassin-templates, chanter-templates, cleric-templates, gladiator-templates, ranger-templates, sorcerer-templates, spiritmaster-templates, templar-templates. И в каждом прописываем статы до 80 лвла. Например:templar-templates-
PHP код:
<?php
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="51">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="52">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="53">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="54">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="55">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="56">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="57">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="58">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="59">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="60">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="61">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="62">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="63">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="64">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="65">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="66">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="67">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="68">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="69">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="70">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="71">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="72">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="73">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="74">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="75">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="76">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="77">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="78">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="79">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
<!-- Checked By Kamui 11/2009 at US Retail -->
<player_stats class="TEMPLAR" level="80">
<stats_template maxHp="6008" maxMp="3672"
power="115" health="100" agility="100" accuracy="100" knowledge="90" will="105"
walk_speed="1.5" run_speed="6" fly_speed="9"
attack_speed="1.5"
evasion="682" block="682" parry="682"
main_hand_attack="19" main_hand_accuracy="590" main_hand_crit_rate="2"
magic_accuracy="713" />
</player_stats>
</player_stats_templates>
ну я думаю статы вы сами пропишите =))
ВСЕ!!!!