- Apr 27, 2020
- Jan 25, 2016
-
-
Zoey76 authored
Fixed minor typos.
-
- Aug 01, 2015
-
-
Zoey76 authored
Moving all files to main folder. Using Gradle to define, manage dependecies and build the project. Upgraded Gradle wrapper.
-
- 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
-
- Nov 18, 2014
-
-
Sdw- authored
Reviewed by: @NosBit, @UnAfraid, LoneRanger
-
- Nov 02, 2014
-
-
Zoey76 authored
-
- Oct 31, 2014
-
-
UnAfraid authored
-
- Oct 06, 2014
-
-
Adry_85 authored
-
- Mar 03, 2014
-
-
Zoey76 authored
-
- Mar 01, 2014
- Jan 24, 2014
-
-
Nos authored
Reviewed by: Zoey76, !UnAfraid
-
- 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().
-
- May 17, 2013
-
-
Rumen Nikiforov authored
* Patch by: jurchiks * Reviewed by: UnAfraid, Zoey76
-
- Mar 25, 2013
-
-
Adry_85 authored
Patch by: jurchiks, xban1x Reviewed by: Adry_85
-
- Feb 11, 2013
-
-
Zoey76 authored
-
- Feb 05, 2013
-
-
Zoey76 authored
* Using int parameter for cond instead of String. * Member sorting for quests and other scripts. * Types * Static fields * Static initializers * Fields * Initializers * Constructors * Methods * Static methods * Moved many non-static method to static. * Set many quest constructors as private. * Minor code changes.
-
- Jan 08, 2013
-
-
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 21, 2012
-
-
Zoey76 authored
* Based on forums changelogs, DevSVN, commit messages. * Added author to all Java quests. * Fixed all Java quest headers !JavaDocs, try to keep it this way. '''Note:''' I'ld like to remember contributors and committers that scripts '''must''' include author.
-
- May 30, 2012
-
-
Zoey76 authored
* Other warnings will be fixed later.
-
- May 20, 2012
-
-
Zoey76 authored
Thanks Battlecruiser for first implementation.
-
- May 14, 2012
-
-
MELERIX authored
-
- Apr 02, 2012
-
-
Rumen Nikiforov authored
BETA: Removing backward compatibility for L2Party/L2CommandChannel if you want it skip that changeset thanks Battlecruiser
-
- Mar 17, 2012
-
-
MELERIX authored
-
- 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 21, 2011
-
-
Zoey76 authored
* Removed "Loaded quest ...", with 600 quest this will be more likely spam. * Changed getQuestItemsCount(itemId) == 0 and getQuestItemsCount(itemId) < 1 for !st.hasQuestItems(itemId). * Changed getQuestItemsCount(itemId) > 0 and getQuestItemsCount(itemId) >= 1 for st.hasQuestItems(itemId). * Changed st.getState() != State.COMPLETED and st.getState() == State.COMPLETED for !qs.isCompleted() and qs.isCompleted() respectively. * Added some JavaDocs to event mods and minor code improvement. * Changed switch statements with one case for if statement. * Changed takeItems(itemId, st.getQuestItemsCount(itemId)) for takeItems(itemId, -1) where it was possible. * Changed for(int npcId : NPCIDS) addKillId(npcId); for addKillId(NPCIDS); can be done in more places. * Unhardcoded class Id in Q401_PathToWarrior.
-
- Sep 26, 2011
-
-
MELERIX authored
-
- Jun 20, 2011
-
-
MELERIX authored
-
- Apr 22, 2011
-
-
MELERIX authored
BETA/STABLE: '''Exploit Fix''' for 3rd class transfer party get quest items when in town, thanks Phantom2005.
-
- Apr 16, 2011
-
-
MELERIX authored
No commit message
-
- Apr 15, 2011
-
-
DrLecter authored
-
- Apr 10, 2011
-
-
MELERIX authored
HTM/JAVA: Fix for Q73 Saga of the Duelist (updated to Freya) by JIV, also thanks to Qwerty13 for code format and UnAfraid for a minor fix.
-
- Feb 04, 2011
-
-
MELERIX authored
No commit message
-
- Oct 01, 2010
-
-
nBd authored
-
- Jul 07, 2010
-
-
Gnacik authored
-