- Jun 08, 2022
-
-
Noe Caratini authored
-
- Jan 17, 2021
-
-
Zoey76 authored
-
- Apr 27, 2020
- Mar 05, 2019
-
-
Zoey76 authored
Moved to Maven instead of Gradle. Using proper project structure and package structure.
-
- Feb 06, 2019
-
-
Zoey76 authored
-
- Jan 18, 2018
-
-
Adry85 authored
-
- Jan 25, 2016
-
-
Zoey76 authored
Fixed minor typos.
-
- Dec 11, 2015
-
-
Zoey76 authored
(179) quest Minor cleanup.
-
- Nov 23, 2015
-
-
Zoey76 authored
Reported by: Attila
-
- Aug 01, 2015
-
-
Zoey76 authored
Moving all files to main folder. Using Gradle to define, manage dependecies and build the project. Upgraded Gradle wrapper.
-
- Jun 09, 2015
-
-
Zealar authored
party Reported by : valanths1990
-
- Mar 15, 2015
-
- Feb 07, 2015
-
-
Zoey76 authored
L2J/L2J_Server@2f3dca83e5317b7471ac1bf472067e9ad1a85003
-
- Jan 23, 2015
-
-
Zoey76 authored
Reducing object creation by using static methods. Reducing database usage. Cleanup. Fixed Crystal Caverns instance check.
-
- Jan 02, 2015
-
-
Zoey76 authored
-
- Dec 02, 2014
-
-
Sdw- authored
- Update Village Master jython script to create a QuestState in onTalk following L2J/L2J_Server@ac426d90c3f02bb4f1916f1d23314c365c306907 - Updating all use L2PcInstance#getQuestState to use the helper from Quest when possible
-
- Oct 31, 2014
-
-
UnAfraid authored
-
- Jun 23, 2014
-
-
Zoey76 authored
* Unhardcoded some HTMLs. * Renamed `INSTNACEID` to `TEMPLATE_ID`. * Fixed missuse of template ID and instance ID in multiple instances. * Fixed Ranku, Demon Prince, Urban Area, Monastery Of Silence, Library Of Sages. Reported by: !FinalDestination, !CostyKiller, JOJO
-
- Mar 01, 2014
-
-
Nos authored
-
- Jan 24, 2014
-
-
Nos authored
Reviewed by: Zoey76, !UnAfraid
-
- Nov 17, 2013
-
-
xban1x authored
* Patch by: jurchiks * Reviewed by: xban1x
-
- Aug 06, 2013
-
-
Zoey76 authored
* Removed lot of casting. '''Note:''' If you get errors on your custom scripts after synchronizing, just check and change methods from getXXXId() to getId().
-
- Feb 11, 2013
-
-
Zoey76 authored
-
- Jan 09, 2013
-
-
Rumen Nikiforov authored
* Removing !teleCord class using Location instead!
-
- Jan 08, 2013
-
-
Zoey76 authored
* Comment fixes will be done later. * This is done so new patches won't be so large due new Eclipse settings on save.
-
Zoey76 authored
* Proper GPLv3 license. * Updated all Java DP files. * Added missing license to the following files: * !FirstClassTransferTalk * !AdminInstanceZone * Updated Eclipse preferences for new files (header). * ''Same'' settings as Core.
-
- Dec 16, 2012
-
-
Zoey76 authored
* Replaced assignment of questItemIds with registerQuestItems in all Java quests. * Replaced L2Skill with SkillHolder. * Updated Instances to use new InstaceWorld class. * Renamed some lower/mixed case static final variables with upper case names. * Updated some quests with new methods for conditions, etc. * Replacing playSound(String) with playSound(QuestSound) * Fixed some minor typos. '''Note:''' Quest contributors please review this changeset and adjust your contributions to match this changes.
-
- Aug 27, 2012
-
-
Rumen Nikiforov authored
-
- Aug 19, 2012
-
-
Zoey76 authored
* Requires [L5565] * Using !ItemHolder instead of int![2]. * Using Arrays.asList() for static lists, try to use this way too. * Adding method public void registerMobs(Collection<Integer> mobs, !QuestEventType... types) to L2AttackableAIScript.
-
- May 30, 2012
-
-
Zoey76 authored
* Other warnings will be fixed later.
-
- May 28, 2012
-
-
Zoey76 authored
* Avoiding synthetic access. * Avoiding potential NPEs. * Minor JavaDocs fixes. * Added some TODO tasks.
-
- Apr 02, 2012
-
-
Rumen Nikiforov authored
BETA: Removing backward compatibility for L2Party/L2CommandChannel if you want it skip that changeset thanks Battlecruiser
-
- Mar 03, 2012
-
-
Zoey76 authored
* Cleanup of random related methods and imports. * Fix for FairyTrees AI with wrong parameter type wouldn't override onKill(..) method.
-
- Jan 24, 2012
-
-
Zoey76 authored
-
- Jan 07, 2012
-
-
Zoey76 authored
* Using same Code warning/error configuration than core. * Fixed respective warnings and errors. * Fixing Extractable Skills restriction properly. 1. Unhardcode Skills Ids. 1. Now only Item Skills are restricted. 1. Items with consume count won't be consumed without giving the reward. 1. Applied to reuse time greater than 5 seconds, there is no point on restrict item skills with less reuse time. 1. Unhardcoded system message for item reward. * Hellbound fixes: 1. Hellbound should start closed at server start (level 0), thanks Trev. 1. Quarry ClassCastException fix. * Q290_ThreatRemoval removed unnecessary int cast. * Q636_TruthBeyond proper method to get an int. * Skill Santa Claus' Gift - Luck(22018) typo fix.
-
- Nov 23, 2011
-
-
Zoey76 authored
-