Skip to content
Snippets Groups Projects
  1. Mar 29, 2017
  2. Mar 28, 2017
  3. Mar 27, 2017
  4. Mar 26, 2017
  5. Mar 17, 2017
  6. Mar 11, 2017
  7. Mar 07, 2017
  8. Feb 18, 2017
  9. Dec 13, 2016
  10. Oct 31, 2016
  11. Sep 18, 2016
  12. Sep 04, 2016
  13. Aug 30, 2016
  14. 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
  15. Aug 02, 2016
  16. Jul 31, 2016
  17. Jul 01, 2016
  18. Jun 26, 2016
  19. 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
  20. Apr 04, 2016
  21. Mar 29, 2016
  22. Mar 23, 2016
  23. Mar 14, 2016
  24. Jan 25, 2016
  25. Jan 18, 2016
    • Zoey76's avatar
      Area Friendly target handler update · 8c011d6a
      Zoey76 authored
      Static comparator to prevent initialization on each call.
      List is created after single-target checks are performed.
      Using LinkedList instead ArrayList due resize overhead.
      Adding target only if it's not null.
      Sorting the list of creatures after it's complete, not after adding the
      target (that wouldn't have an effect on the list since it has a single
      element).
      Performing maximum target check first.
      Skipping hidden creatures.
      Skipping, when in siege, creatures that are not in the same siege side.
      8c011d6a
    • Zoey76's avatar
  26. Jan 17, 2016
  27. Jan 13, 2016
  28. Jan 08, 2016
  29. Dec 26, 2015
    • Alex's avatar
      typo · f8c0e03a
      Alex authored
      Missing HTML page: data/scripts/quests/Q00212_TrialOfDuty/30109-04.html
      f8c0e03a
  30. Dec 24, 2015
Loading