ReplaceSkillBySkill

Статус
В этой теме нельзя размещать новые ответы.

Paxtorie

Единомышленник
Пользователь
Сообщения
12
Розыгрыши
0
Репутация
0
Реакции
0
Баллы
133
Хроники
  1. Prologue: Prelude of War
Исходники
Присутствуют
Сборка
l2jMobius Master Class
Привет, подскажите какая конструкция должна быть у ReplaceSkillBySkill? Чтобы заменить скилл1 на скилл2
 
Решение
XML:
<skill id="47085" toLevel="1" name="Extra Hit">
        <!-- Enhances a blow. The Dual Blow skill is upgraded to Triple Blow. -->
        <icon>icon.additional_hit</icon>
        <operateType>P</operateType>
        <effects>
            <effect name="ReplaceSkillBySkill">
                <existingSkillId>47002</existingSkillId> <!-- Dual Blow-->
                <replacementSkillId>47005</replacementSkillId> <!-- Tripple Blow -->
            </effect>
        </effects>
    </skill>
XML:
<skill id="47085" toLevel="1" name="Extra Hit">
        <!-- Enhances a blow. The Dual Blow skill is upgraded to Triple Blow. -->
        <icon>icon.additional_hit</icon>
        <operateType>P</operateType>
        <effects>
            <effect name="ReplaceSkillBySkill">
                <existingSkillId>47002</existingSkillId> <!-- Dual Blow-->
                <replacementSkillId>47005</replacementSkillId> <!-- Tripple Blow -->
            </effect>
        </effects>
    </skill>
 
Решение
XML:
<skill id="47085" toLevel="1" name="Extra Hit">
        <!-- Enhances a blow. The Dual Blow skill is upgraded to Triple Blow. -->
        <icon>icon.additional_hit</icon>
        <operateType>P</operateType>
        <effects>
            <effect name="ReplaceSkillBySkill">
                <existingSkillId>47002</existingSkillId> <!-- Dual Blow-->
                <replacementSkillId>47005</replacementSkillId> <!-- Tripple Blow -->
            </effect>
        </effects>
    </skill>
Благодарю
 
Статус
В этой теме нельзя размещать новые ответы.
Назад
Сверху Снизу