иконка свитков

tzymbal s

Путник
Участник
Сообщения
28
Розыгрыши
0
Репутация
0
Реакции
6
Баллы
93
Хроники
  1. Master Class
Исходники
Присутствуют
Сборка
L2J_Mobius_Essence_7.2_AztacansTemple
Подскажите пожалуйста -какой параметр отвечает запоказ иконки свитка в ряду бафов?
2024-11-12 08 49 54.png
 
да -я понимаю..но какой параметр?
Код:
    <skill id="51108" toLevel="1" name="Dandy's Golden Ball">
        <!-- Sayha's Grace points +140,000. For 1 h., Acquired XP/ SP +100%. Changes the armor's appearance to that of NC Dinos Uniform. The effect remains after death. -->
        <icon>icon.ev_dinos_baseball_gold</icon>
        <abnormalLevel>1</abnormalLevel>
        <abnormalTime>3600</abnormalTime>
        <abnormalType>CHANGEBODY</abnormalType>
        <abnormalVisualEffect>CHANGE_DINOS</abnormalVisualEffect>
        <blockedInOlympiad>true</blockedInOlympiad>
        <effectPoint>1</effectPoint>
        <isMagic>4</isMagic> <!-- Magic Skill -->
        <magicLevel>60</magicLevel>
        <operateType>A2</operateType>
        <reuseDelay>60000</reuseDelay>
        <hitTime>3500</hitTime>
        <stayAfterDeath>true</stayAfterDeath>
        <basicProperty>NONE</basicProperty>
        <magicCriticalRate>5</magicCriticalRate>
        <hitCancelTime>0</hitCancelTime>
        <targetType>SELF</targetType>
        <affectScope>SINGLE</affectScope>
        <itemConsumeId>91136</itemConsumeId> <!-- Dandy's Home Run Ball -->
        <itemConsumeCount>1</itemConsumeCount>
        <conditions>
            <condition name="OpNotAffectedBySkill">
                <skillId>51108</skillId> <!-- Dandy's Golden Ball -->
            </condition>
            <condition name="OpNotAffectedBySkill">
                <skillId>54206</skillId> <!-- Ultimate Death Knight Transformation -->
            </condition>
        </conditions>
        <effects>
            <effect name="ExpModify">
                <amount>100</amount>
            </effect>
            <effect name="SpModify">
                <amount>100</amount>
            </effect>
            <effect name="BonusDropRate">
                <amount>30</amount>
                <mode>PER</mode>
            </effect>
            <effect name="VitalityPointUp">
                <value>140000</value>
            </effect>
        </effects>
    </skill>
    <skill id="51109" toLevel="1" name="Windstorm Box">
        <icon>icon.skill0000</icon>
        <operateType>A1</operateType>
        <hitTime>500</hitTime>
        <coolTime>500</coolTime>
        <reuseDelay>1000</reuseDelay>
    </skill>
    <skill id="51110" toLevel="1" name="Fisherman's Blessing">
        <!-- For 24 h., acquired XP/ SP while fishing +50%. The effect remains after death. -->
        <icon>icon.fishing_zone_ticket_1</icon>
        <operateType>A1</operateType>
        <isMagic>4</isMagic>
        <reuseDelay>10000</reuseDelay>
        <effectPoint>1</effectPoint>
    </skill>
    <skill id="51111" toLevel="1" name="Head Enlargement">
        <!-- Increases your head's size. -->
        <icon>icon.ev_kr_traditional_dress</icon>
        <operateType>A1</operateType>
    </skill>
    <skill id="51112" toLevel="1" name="Firecracker">
        <!-- Launches fireworks. -->
        <icon>icon.ev_kr_traditional_dress</icon>
        <operateType>A1</operateType>
        <reuseDelay>1500</reuseDelay>
    </skill>
Код:
 
tzymbal s, в клиенте, а не датапаке, в датнике скил груп icon_type (или как там оно).
 
Назад
Сверху Снизу