helps with 1 crusader 388 skill !

jocker23

Путник
Участник
Сообщения
41
Розыгрыши
0
Репутация
0
Реакции
1
Баллы
95
Запрещено публиковать исходный код без BB-кода — CODE
Хроники
  1. Grand Cursade
Исходники
Присутствуют
Сборка
Pride Essence
Hello everyone, could you help me with this skill... the last one left so that they all work in my datapack.

could you see if there is something wrong with your code? could you also pass me which one is yours
abnormalVisualEffect ?

follow the code :

XML:
<skill id="47001" toLevel="1" name="Goring Charge">
        <!-- <Knockback skill with fixed cast time> Makes a powerful blow in front of you. When the skill is used, the character starts aiming. To activate the skill, click in the intended direction. Attacks and knocks down enemies in the line of fire with $s1 power. Ignores $s3 of the target's defense. -->
        <icon>icon.piercing_thrust</icon>
        <castRange>-1</castRange>
        <coolTime>500</coolTime>
        <effectPoint>-5000</effectPoint>
        <affectLimit>5-12</affectLimit>
        <effectRange>1100</effectRange>
        <magicLevel>80</magicLevel>
        <isMagic>0</isMagic>
        <mpConsume>500</mpConsume>
        <hitTime>1000</hitTime>
        <operateType>A1</operateType>
        <reuseDelay>60000</reuseDelay>
        <staticReuse>true</staticReuse>
        <magicCriticalRate>5</magicCriticalRate>
        <targetType>GROUND</targetType>
        <affectScope>FAN_PB</affectScope>
        <affectObject>NOT_FRIEND</affectObject>
        <fanRange>0;0;900;20</fanRange>
        <conditions>
            <condition name="EquipWeapon">
                <weaponType>
                    <item>PISTOLS</item>
                </weaponType>
            </condition>
        </conditions>
        <effects>
            <effect name="PhysicalAttack">
                <power>8000</power>
                <pDefMod>0.5</pDefMod>
            </effect>
            <effect name="CallSkill">
                <skillId>47020</skillId> <!-- Goring Charge -->
                <skillLevel>1</skillLevel>
            </effect>
        </effects>
    </skill>



Callskill :


XML:
<skill id="47020" toLevel="1" name="Goring Charge">
        <!-- Knocked down by a powerful blow. -->
        <icon>icon.skill1896</icon>
        <abnormalLevel>1</abnormalLevel>
        <abnormalTime>2</abnormalTime>
        <abnormalType>KNOCKDOWN</abnormalType>
        <abnormalVisualEffect>??????????</abnormalVisualEffect>
        <affectLimit>5-12</affectLimit>
        <affectRange>300</affectRange>
        <operateType>A2</operateType>
        <effectPoint>-500</effectPoint>
        <magicCriticalRate>5</magicCriticalRate>
        <activateRate>100</activateRate>
        <magicLevel>80</magicLevel>
        <isDebuff>true</isDebuff>
        <targetType>GROUND</targetType>
        <fanRange>0;0;600;60</fanRange>
        <affectScope>FAN</affectScope>
        <affectObject>NOT_FRIEND</affectObject>
        <conditions>
            <condition name="EquipWeapon">
                <weaponType>
                    <item>PISTOLS</item>
                </weaponType>
            </condition>
        </conditions>
        <effects>
            <effect name="KnockBack">
                <distance>50</distance>
                <speed>400</speed>
                <knockDown>true</knockDown>
            </effect>
            <effect name="DefenceTrait">
                <DERANGEMENT>100</DERANGEMENT>
                <SLEEP>100</SLEEP>
                <HOLD>100</HOLD>
                <SHOCK>100</SHOCK>
            </effect>
            <effect name="BlockActions">
                <allowedSkills>10279;10517;10025;10776;11770;1904;11264;11093;13314;1912;7002;18721;18722;28203;30516;35190</allowedSkills>
            </effect>
        </effects>
    </skill>
 
Последнее редактирование модератором:
Are you try to search in your Abnormal Visual Effect effect with name "Knockdown"?
 
Try to ask on mobius forum if you used Mobius files?

This skill already fixed in private version (on May 2022 as i remember).
 
Назад
Сверху Снизу