- Mar 29, 2017
-
-
Zoey76 authored
-
- Mar 28, 2017
- Mar 27, 2017
-
-
Zoey76 authored
-
- Mar 26, 2017
-
-
Zealar authored
- Few optimization/fix done for Stolen Dignity (386) (require core)
-
- Mar 17, 2017
-
-
Zoey76 authored
-
- Mar 11, 2017
-
-
Zoey76 authored
Reported by: hellEVIL-13
-
- Mar 07, 2017
- Feb 18, 2017
-
-
Zoey76 authored
-
- Dec 13, 2016
-
-
Zoey76 authored
-
- Oct 31, 2016
-
-
Zoey76 authored
-
- Sep 18, 2016
-
-
Zoey76 authored
Reported by: u3games
-
- Sep 04, 2016
-
-
Zoey76 authored
-
- Aug 30, 2016
-
-
Zoey76 authored
Thanks to @Sacrifice78
-
- Aug 14, 2016
-
-
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
-
- Aug 02, 2016
-
-
ivantotov authored
-
- Jul 31, 2016
-
-
Zoey76 authored
-
- Jul 01, 2016
-
-
HorridoJoho authored
This commit implements the Nevits Herald npc. It gives the Nevits Hourglass buff to players. Patch By: @Sacrifice Tested By: @Sacrifice
-
HorridoJoho authored
This commit fixes collision height and radius for the Kadomas and Flame Box npcs. Reported By: @u3games Patch By: @u3games Reviewed By: @Sacrafice, @LasTravel Tested By: @u3games, @Sacrifice
-
- Jun 26, 2016
-
-
HorridoJoho authored
This commit fixes a bug where you can banish castle foreigners during territory war. Reported By: @l2mmo3d Patch By: @l2mmo3d
-
- Jun 24, 2016
-
-
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
-
- Apr 04, 2016
-
-
Zealar authored
Patched by: @UnAfraid
-
- Mar 29, 2016
-
-
Zealar authored
Patched by: @valdaron
-
- Mar 23, 2016
-
-
Zealar authored
Fix #316
-
- Mar 14, 2016
-
-
Zealar authored
Reported by: @Affinity90
-
- Jan 25, 2016
- Jan 18, 2016
-
-
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.
-
Zoey76 authored
-
- Jan 17, 2016
- Jan 13, 2016
-
-
Zoey76 authored
Update Q00227_TestOfTheReformer.java
-
- Jan 08, 2016
-
-
zarie authored
-
- Dec 26, 2015
-
-
Alex authored
Missing HTML page: data/scripts/quests/Q00212_TrialOfDuty/30109-04.html
-
- Dec 24, 2015
-
-
Zealar authored
-