Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Серверная часть (https://forum.zone-game.info/forumdisplay.php?f=148)
-   -   Гайд прописание лвлов от 51< (https://forum.zone-game.info/showthread.php?t=8841)

PEEERROGGGGG 29.06.2010 06:09

Гайд прописание лвлов от 51<
 
да едрен батон что вы темы нубские расписываете вот гайд для ЧАЙНИКОВ=))
1- отрываем файл Set он находится тут Server\gameserver\data\scripts\system\handlers\adm incommands и находим строку -
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_t able.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 код:

    <!-- 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

ну я думаю статы вы сами пропишите =))
ВСЕ!!!!

Nikoz 29.06.2010 10:23

Re: Гайд прописание лвлов от 51<
 
вопрос. эти рейты для сервера х**** сколько?
у меня х150, чегото мне кажется тут опыта нужно дофига.


еще бесит что в каждой новой строке должно быть больше число чем в предыдущей...

Jorasan 29.06.2010 11:50

Re: Гайд прописание лвлов от 51<
 
Цитата:

Сообщение от Nikoz (Сообщение 77115)
вопрос. эти рейты для сервера х**** сколько?
у меня х150, чегото мне кажется тут опыта нужно дофига.


еще бесит что в каждой новой строке должно быть больше число чем в предыдущей...

это тебе выбирать какой х****, а опыт ставишь сам уже:cool:

Nemesis 29.06.2010 16:15

Re: Гайд прописание лвлов от 51<
 
Готовые файлы можно скачать отсюда
В Архиве : папка player и player_experience_table.xml
Прописано для всех проф до 60 лвл

Jorasan 01.07.2010 10:48

Re: Гайд прописание лвлов от 51<
 
Цитата:

Сообщение от Nemesis (Сообщение 77154)
Готовые файлы можно скачать отсюда
В Архиве : папка player и player_experience_table.xml
Прописано для всех проф до 60 лвл

Скачал, но что то оно у меня не работает, командой //set level прописал 50-й лвл и дальше не идет, потом прописываю //set level 60 а в чате пишет (Set Admin level 60), а перс все равно остается 50-м левелом. Че так как можна пофиксить?

Nemesis 01.07.2010 11:16

Re: Гайд прописание лвлов от 51<
 
Я поднимаю ехпой
прописываю set exp

для того что бы работало через set level то надо еще один фаил редактировать
Где то на форуме видел

Первый пост прочти

Jorasan 01.07.2010 11:20

Re: Гайд прописание лвлов от 51<
 
Цитата:

Сообщение от Nemesis (Сообщение 77531)
Я поднимаю ехпой
прописываю set exp

для того что бы работало через set level то надо еще один фаил редактировать
Где то на форуме видел

то есть если я будучи 50-м буду прописывать 60-й команда не пройдет ? типа надо поднимать только set exp ?

Nemesis 01.07.2010 11:26

Re: Гайд прописание лвлов от 51<
 
Цитата:

В Архиве : папка player и player_experience_table.xml
Это то что я выкладывал

Цитата:

1- отрываем файл Set он находится тут Server\gameserver\data\scripts\system\handlers\adm incommands и находим строку -
Player player = target;
if (level <= 80)
player.getCommonData().setLevel(level);
PacketSendUtility.sendMessage(admin, "Set " + player.getCommonData().getName() + " level to " + level);

Красным обозночение лвла( можно ставить вплоть до 127 лвла вроде)
Это надо сделать чтобы работал через //set level

Jorasan 01.07.2010 11:31

Re: Гайд прописание лвлов от 51<
 
Цитата:

Сообщение от Nemesis (Сообщение 77534)
Это то что я выкладывал



Это надо сделать чтобы работал через //set level

ок попробую еще раз

PEEERROGGGGG 02.07.2010 06:22

Re: Гайд прописание лвлов от 51<
 
глаза разуйте и посмотрите выше

TieLay 30.10.2010 12:37

Re: Гайд прописание лвлов от 51<
 
Кстати, а кто-нибудь делала КОРРЕКТНЫЙ расчёт опыта и статов персов для уровней выше 60-го? Или может сделать и поделиться?

Добавлено через 2 часа 16 минут
кстати последние ревизии AL 2.0 не позволяют поднять персу уровень выше 55, даже после правки в файле .\data\scripts\system\handlers\admincommands\Set.j ava
строки
Цитата:

if (target instanceof Player)
{
Player player = target;

if (level < = 60)

player.getCommonData().setLevel(level);
PacketSendUtility.sendMessage(admin, "Set " + player.getCommonData().getName() + " level to " + level);
}


Текущее время: 13:34. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot