L2JMobius
Public Development => Bug Reports => Topic started by: Saddam1993 on February 20, 2025, 02:42:57 AM
-
you cannot make any trigger skill to work for party, if you set them to activate for party they stop working.
great fury (warcryer skill, when you atk monster the skill will trigger with a chance and will boost party atk speed)
counter dash
counter atk speed
-
When skill is triggered, it only affects party members, if you spawn skill in skill list and use it as normal, it works good.
<skill id="5428" toLevel="1" name="Counter Dash">
<!-- Condition causing target to increase speed. -->
<icon>icon.skill0534</icon>
<operateType>A2</operateType>
<targetType>SELF</targetType>
<affectObject>FRIEND</affectObject>
<affectRange>1000</affectRange>
<affectScope>PARTY</affectScope>
<abnormalLevel>1</abnormalLevel>
<abnormalTime>60</abnormalTime>
<abnormalType>ARCHER_SPECIAL_I</abnormalType>
<basicProperty>NONE</basicProperty>
<hitCancelTime>0</hitCancelTime>
<isMagic>4</isMagic>
<isTriggeredSkill>true</isTriggeredSkill>
<magicCriticalRate>-5</magicCriticalRate>
<magicLevel>79</magicLevel>
<reuseDelay>10000</reuseDelay>
<specialLevel>-1</specialLevel>
<effects>
<effect name="Speed">
<amount>40</amount>
<mode>DIFF</mode>
</effect>
</effects>
</skill>
-
From what is this skill triggered?
How to create and apply DIFF patches
https://l2jmobius.org/forum/index.php?topic=896.0
Index: dist/game/data/stats/skills/05400-05499.xml
===================================================================
--- dist/game/data/stats/skills/05400-05499.xml (revision 17216)
+++ dist/game/data/stats/skills/05400-05499.xml (working copy)
@@ -607,7 +607,7 @@
<abnormalType>ARCHER_SPECIAL_I</abnormalType>
<affectObject>FRIEND</affectObject>
<affectRange>1000</affectRange>
- <affectScope>SINGLE</affectScope>
+ <affectScope>PARTY</affectScope>
<basicProperty>NONE</basicProperty>
<hitCancelTime>0</hitCancelTime>
<isMagic>4</isMagic>
-
counter dash from sagittatius, is not working, just test it and see.
-
also all wild magic skills stats are incorrect in fafurion, don't know about other skills, I only noticed this one for now.
-
Still not working, if you have time you can test it.