Skip to content
Snippets Groups Projects
  1. 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
    • Zoey76's avatar
      Agathions with energy support · 34f1c018
      Zoey76 authored
      Added ConsumeAgathionEnergy effect.
      Added InstantAgathionEnergy effect.
      
      Added skills:
      Appetite for Destruction (21104)
      Enhanced Authority - CON+1 DEX+1 (21175)
      Enhanced Authority - CON+1 STR+1 (21172)
      Enhanced Authority - WIT+1 INT+1 (21173)
      Enhanced Authority - WIT+1 MEN+1 (21174)
      Enhanced Authority - CON+1 DEX+1 (21175)
      Divine Protection - Divinity (21176)
      Divine Protection - Water (21177)
      Divine Protection - Fire (21178)
      Divine Protection - Wind (21179)
      Divine Protection - Earth (21180)
      Divine Protection - Darkness (21181)
      Blessing of Resistance - Hold (21182)
      Blessing of Resistance - Paralysis (21183)
      Blessing of Resistance - Sleep (21184)
      Blessing of Resistance - Decrease Speed (21185)
      Blessing of Resistance - Bleed (21186)
      Blessing of Resistance - Stun (21187)
      Recovery Ability - HP (21188)
      Recovery Ability - MP (21189)
      Soul's Shield (21190)
      Guardian Deity's Strength (21193)
      Induk's Buff (21197)
      Silence of Loyalty (21198)
      Jack O'Lantern Card (23092)
      Rotten Jack O'Lantern Card (23093)
      Jack O'Lantern Card - Confirm Skill (23094)
      Rotten Jack O'Lantern Card - Confirm Skill (23095)
      Halloween Defeat (23096)
      First win (23097)
      2nd Consecutive Win (23098)
      3rd Consecutive Win (23099)
      4th Consecutive Win (23100)
      5th Consecutive Win (23101)
      6th Consecutive Win (23102)
      7th Consecutive Win (23103)
      8th Consecutive Win (23104)
      9th Consecutive Win (23105)
      10th Consecutive Win (23106)
      11th Consecutive Win (23107)
      12th Consecutive Win (23108)
      13th Consecutive Win (23109)
      14th Consecutive Win (23110)
      15th Consecutive Win (23111)
      16th Consecutive Win (23112)
      17th Consecutive Win (23113)
      18th Consecutive Win (23114)
      19th Consecutive Win (23115)
      20th Consecutive Win (23116)
      Jack's game - Gauge (23121)
      Gwangong Agathion Special Skill - Aura of Fury (23124)
      
      Fixed skills.xsd:
      Added categoryType condition.
      Added hasAgathion condition.
      Added agathionEnergy condition.
      Added ticks parameter.
      Added energy parameter.
      Added flyCourse parameter.
      Added enchant8Effects effect type node.
      34f1c018
  2. Sep 03, 2020
    • Maneco2's avatar
      Rework Queen Ant AI · f09de1e1
      Maneco2 authored
      Queen Ant has chance defend clan inside the zone Match retail.
      Queen Ant will not attack players outside the zone with normal attacks.
      Queen Ant movement based in zone match retail.
      Add respawn in Admin Panel
      Fixes #301
      f09de1e1
  3. Aug 31, 2020
  4. Aug 23, 2020
  5. Aug 05, 2020
  6. Jul 31, 2020
  7. Jul 15, 2020
    • Zoey76's avatar
      Adding Maven Wrapper · 22ef232e
      Zoey76 authored
      Now you can do:
      git clone
      mvnw clean install
      
      It doesn't require to download and install Maven.
      22ef232e
  8. Jul 12, 2020
    • Zoey76's avatar
      Clan crash fix · 5777af2b
      Zoey76 authored
      Improved using auto-increment key instead of handling it server side.
      5777af2b
  9. Jul 10, 2020
    • Zoey76's avatar
      Script loading rework · 6b1377da
      Zoey76 authored
      Added AI Loader class.
      Removed most main methods from scripts.
      Added Treasure AI that was missing in loading.
      6b1377da
  10. Jun 21, 2020
    • Zoey76's avatar
      Code format and cleanup · c188fc50
      Zoey76 authored
      Private methods don't need to be final.
      Enums don't need to be static.
      Public methods in final classes don't need to be final.
      Added Eclipse formatter.
      c188fc50
  11. Jun 15, 2020
  12. Jun 06, 2020
  13. Jun 05, 2020
  14. May 28, 2020
  15. May 20, 2020
    • Maneco2's avatar
      Add Knoriks AI · 91414616
      Maneco2 authored
      Add retail Routes
      Skill: Dark Storm (6744)
      Skill: Dark Blade (6747)
      91414616
  16. May 09, 2020
  17. Apr 27, 2020
Loading