L2JMobius

High Five Kamael skills do not work.

Odyssey · 9 · 5909

Offline Odyssey

  • Heir
  • **
    • Posts: 21
Does not work: Rush Impact, Shoulder Charge, Storm Assault, Blade Rush.  In chat message: Can not use now.


Online Pavlov

  • Baron
  • *****
    • Posts: 213
  • Chief Datapack Developer
    • https://l2jmobius.org/
I would suggest to switch the language to english and then let us know what the red text means :)
P.S - Do you see any error(s) in the server console or in the logs?



## http://l2jmobius.org/forum/index.php?topic=22.0 ##
Lineage II · Server Development


Online Pavlov

  • Baron
  • *****
    • Posts: 213
  • Chief Datapack Developer
    • https://l2jmobius.org/
Another advice is to test the skills with non-gm characters and in non-safe zones :)
Lineage II · Server Development



Online Mobius

  • Distinguished King
  • *****
    • Posts: 16147
Skill id?
What is your distance from the target?
Post a screenshot of the geodata on that location.


Offline HellBorn

  • Knight
  • ***
    • Posts: 55
Did you fixed that skills? Cause still not work. The problem is your distance calculator in java, i think. Its working without that...


Offline HellBorn

  • Knight
  • ***
    • Posts: 55
The skills not working if i standing at mob or far, farest...


Offline HellBorn

  • Knight
  • ***
    • Posts: 55
   @Override
   public boolean testImpl(L2Character effector, L2Character effected, Skill skill, L2Item item)
   {
      return (effected != null) //
         && (effector.calculateDistance3D(effected) >= _distance); //  <- Put end of the line this ;
         && GeoEngine.getInstance().canSeeTarget(effector, effected);  <- Delete this line, should be fine
   }


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16147
Wont help and he can't do it as a free user.
Fixed with revision 4652.