L2JMobius

Fafurion triggered skills not work for party

Saddam1993 · 6 · 1888

Offline Saddam1993

  • Black Sheep
  • Heir
  • **
    • Posts: 17
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


Offline Saddam1993

  • Black Sheep
  • Heir
  • **
    • Posts: 17
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>


Online Mobius

  • Distinguished King
  • *****
    • Posts: 19715
From what is this skill triggered?

How to create and apply DIFF patches
https://l2jmobius.org/forum/index.php?topic=896.0

Code: (diff) [Select]
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>


Offline Saddam1993

  • Black Sheep
  • Heir
  • **
    • Posts: 17
counter dash from sagittatius, is not working, just test it and see.


Offline Saddam1993

  • Black Sheep
  • Heir
  • **
    • Posts: 17
also all wild magic skills stats are incorrect in fafurion, don't know about other skills, I only noticed this one for now.


Offline Saddam1993

  • Black Sheep
  • Heir
  • **
    • Posts: 17