Skip to content
Snippets Groups Projects
  1. Apr 27, 2020
  2. Apr 06, 2017
  3. Apr 05, 2017
  4. Apr 04, 2017
    • Zoey76's avatar
      Fixed Dust Rider HP% for skill use. · 8915b39f
      Zoey76 authored
      Reported by: @Zealar
      
      Fixed formatting in a few HTMLs from quest 663 (testing new formatter
      tool).
      8915b39f
    • Zoey76's avatar
      Dust Rider AI · a952ee22
      Zoey76 authored
      Skills:
      * Critical Strike (6826)
      * Petrify (6827)
      * Dust Storm (6828)
      * 84 level Raid Boss (6899)
      * NPC Haste (6914)
      
      Requested by: @ShinichiYao
      a952ee22
  5. Apr 03, 2017
  6. Apr 01, 2017
    • Zoey76's avatar
      Emerald Horn AI · 5af47c7f
      Zoey76 authored
      Skills:
      * Deadly Bleed (6816)
      * P. Def. Decrease (6821)
      * P. Def. Decrease (6822)
      * Reflect Attack (6823)
      * Piercing Storm (6824)
      * Bleed (6825)
      
      Requested by: ShinichiYao
      5af47c7f
  7. Mar 29, 2017
  8. Mar 28, 2017
  9. Mar 27, 2017
  10. Mar 26, 2017
  11. Mar 17, 2017
  12. Mar 11, 2017
  13. Mar 07, 2017
  14. Feb 18, 2017
  15. Dec 13, 2016
  16. Oct 31, 2016
  17. Sep 18, 2016
  18. Sep 04, 2016
  19. Aug 30, 2016
  20. Aug 14, 2016
    • Christian's avatar
      Feature: Update Nevit's Herald NPC to match High Five (CT2.6) · 2af0e0c4
      Christian authored
      -- Fixed License in file (L2J Server by L2J DataPack)
      -- Removed QuestState import, not's needed
      -- Added a minimal description of script
      -- Fixed spawns of NPC to retail values. Added missing spawn in Heine.
      Thanks to @maneco2 for coordinates
      -- Added comments where appropriate
      -- Removed ANTHARAS array and his "for each" loop. Thanks to @maneco2
      for his comment at respect.
      -- Moved SPAM array
      -- Edited onFirstTalk() method
      -- Removed check condition in onFirstTalk() method
      
      Reported By: @Sdw, @maneco2
      Patch By: @Sacrifice
      Tested By: @Sacrifice
      2af0e0c4
  21. Aug 02, 2016
  22. Jul 31, 2016
  23. Jul 01, 2016
  24. Jun 26, 2016
  25. Jun 24, 2016
    • HorridoJoho's avatar
      Syntax: Fixing illegal FlagWar.super expression. · 5cf19ac6
      HorridoJoho authored
      Using super to get the this reference as a reference of the type of the
      super class is not valid. According to java documentation super can be
      used to access members and methods of it's super class. Using it to get
      a reference to the current class is not documented. In the past ECJ
      allowed this expression and hapilly compiled. But tests one year ago has
      shown that the JDK compiler in tools.jar was reporting it as an error.
      Now as reported @Sacrifice, the last update of Eclipse also complains
      about this, so this expression is now removed and the code a little bit
      cleaned using a lambda instead of inner class.
      
      Reported By: @Sacrifice
      Patch By: @Sacrifice, @HorridoJoho
      5cf19ac6
  26. Apr 04, 2016
Loading