Skip to content
Snippets Groups Projects
  1. Dec 14, 2020
  2. Dec 11, 2020
    • Zoey76's avatar
      Enemy Only target handler should not work on non-attackable NPC · 298bc039
      Zoey76 authored
      Reported by: @ShinichiYao
      Fixes #312
      298bc039
    • Zoey76's avatar
      Skill fixes · afdbcb7a
      Zoey76 authored
      Added affectObject attribute.
      Added hitCancelTtime attribute.
      Added shieldDefensePercent effect parameter.
      Implemented MagicalAttackRange effect (takes shield defense bonus into
      consideration).
      Fixed Enemy target type, should work with ctrl key pressed down.
      
      High Five confirmed skills:
      Anchor (1170)
      Aura Burn (1172)
      Wind Strike (1177)
      Twister (1178)
      Flame Strike (1181)
      afdbcb7a
  3. Sep 07, 2020
    • Zoey76's avatar
      Fixed EnemyOnly target handler · 22fdde03
      Zoey76 authored
      Fixed a bug where in duel player couldn't use debuffs such as Surrender
      to Fire against enemy, with or without ctrl key pressed.
      Fixed a bug that didn't allow to use debuff in Olympiad when opposing
      side was Clan or Alliance mate.
      
      Skills using this target handler cannot be used in party members,
      regardless of being in PvP area.
      
      Skills using this target handler can be used in Clan mates while inside
      PvP area.
      
      Guessed that unless in PvP area skills using this target handler cannot
      be used in Alliance or Command Channel members.
      
      ---
      
      Unit tests:
      Each target case is properly documented using a single unit test.
      Added 100% coverage unit tests for this target handler.
      Replaced Mockito with EasyMock.
      22fdde03
  4. Apr 27, 2020
  5. Jan 12, 2020
  6. Dec 27, 2019
  7. Mar 05, 2019
    • Zoey76's avatar
      Complete DataPack refactor · 62c9e72b
      Zoey76 authored
      Moved to Maven instead of Gradle.
      Using proper project structure and package structure.
      62c9e72b
Loading