L2JMobius

Classic Saviors Gladiator Sonic Focus is not working

valntin · 4 · 5411

Offline valntin

  • Vassal
  • *
    • Posts: 6
It seems that Sonic Focus is not charging momentum. When you use the skill it just says that you have reached maximum level and no momentum has been added to the character.
 
Skill id="8" inside  data/stats/skills/00000-00099.xml

Orc tyrrant's have a similar skill Force Focus and their skill works as expected.

Have anyone found a solution?



Offline valntin

  • Vassal
  • *
    • Posts: 6
I tested a bit more and if you learn sonic master you can use sonic focus for up to the level of Sonic Master. You should be able to use Sonic Master  without the passive skill. Anyway, as soon as you leave the game and login back you are no longer able to use Sonic Focus.


Offline Ilene

  • Vassal
  • *
    • Posts: 3
Hi,

since it is still in the free version.
You can fix it in skills 00900-00999.xml --> 992

Remove the following and it works
Code: [Select]
<passiveConditions>
<condition name="EquipWeapon">
<weaponType>
<item>DUAL</item>
<item>SWORD</item>
<item>BLUNT</item>
</weaponType>
</condition>
</passiveConditions>
There is no conflict with other weapon types, since the limitation is also included in the effects and skill 6813

greeting