Skip to content
Snippets Groups Projects
  1. Dec 14, 2020
  2. Dec 11, 2020
    • Zoey76's avatar
      Renaming Hellbound and Gracia packages · 9f7a0836
      Zoey76 authored
      9f7a0836
    • 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
      Adding missing armor set bonuses · 97c2a3a7
      Zoey76 authored
      Imperial Crusader Breastplate of Fortune
      Draconic Leather Armor of Fortune
      Major Arcana Robe of Fortune
      Dynasty Breastplate of Fortune
      Dynasty Leather Armor of Fortune
      Dynasty Tunic of Fortune
      
      Reported by: @Mayhem
      Fixes #333
      97c2a3a7
    • 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. Dec 06, 2020
  4. Dec 05, 2020
  5. Dec 04, 2020
    • HorridoJoho's avatar
      BufferService (forbid-configs) · eb404591
      HorridoJoho authored
      Remove hardcoded restrictions from CustomServiceScript.
      
      Add loading of forbid-configs in BufferService. A game update is
      required for this to work. See commit in game for more details.
      eb404591
  6. Nov 29, 2020
  7. Nov 23, 2020
  8. Nov 22, 2020
  9. Nov 21, 2020
  10. Nov 09, 2020
  11. Oct 28, 2020
  12. Oct 18, 2020
  13. Oct 15, 2020
  14. Sep 28, 2020
  15. Sep 22, 2020
    • Zoey76's avatar
      Techincal debts · 073eb8c0
      Zoey76 authored
      Typo fixing.
      XSD cleaning up.
      Fixed event XSD location.
      Fixed instance.xsd.
      Fixed typo in conquerable clan halls table.
      073eb8c0
  16. Sep 16, 2020
    • HorridoJoho's avatar
      Buffer Service for L2J · ce038fd2
      HorridoJoho authored
      Requires CustomNpcData=True in general.properties.
      Requires l2j-server-game update for config/bufferservice.properties.
      
      Default npc in data/stats/npcs/custom/custom_bufferservice.xml (id
      60001).
      
      Take 'Divine Inspiration' into consideration when calculating max buffs
      per unique bufflist.
      Suggested by @JMD
      ce038fd2
  17. 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
  18. 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
  19. Aug 31, 2020
  20. Aug 23, 2020
  21. Aug 05, 2020
  22. Jul 31, 2020
  23. 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
  24. Jul 12, 2020
    • Zoey76's avatar
      Clan crash fix · 5777af2b
      Zoey76 authored
      Improved using auto-increment key instead of handling it server side.
      5777af2b
  25. 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
  26. 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
  27. Jun 15, 2020
  28. Jun 06, 2020
  29. Jun 05, 2020
  30. May 28, 2020
  31. May 20, 2020
    • Maneco2's avatar
      Add Knoriks AI · 91414616
      Maneco2 authored
      Add retail Routes
      Skill: Dark Storm (6744)
      Skill: Dark Blade (6747)
      91414616
  32. May 09, 2020
Loading