Skip to content
Snippets Groups Projects
  1. Apr 27, 2020
  2. Jan 25, 2016
  3. Aug 01, 2015
    • Zoey76's avatar
      Project refactor · 64f4db54
      Zoey76 authored
      Moving all files to main folder.
      Using Gradle to define, manage dependecies and build the project.
      Upgraded Gradle wrapper.
      64f4db54
  4. Jan 02, 2015
  5. Dec 02, 2014
    • Sdw-'s avatar
      Some QuestState changes : · b70c11fb
      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
      b70c11fb
  6. Nov 18, 2014
  7. Nov 02, 2014
  8. Oct 31, 2014
  9. Oct 06, 2014
  10. Mar 03, 2014
  11. Mar 01, 2014
  12. Jan 24, 2014
  13. Aug 06, 2013
    • Zoey76's avatar
      BETA: Datapack part for [L6149]. · 28ee17d4
      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().
      28ee17d4
  14. May 17, 2013
  15. Mar 25, 2013
  16. Feb 11, 2013
  17. Feb 05, 2013
    • Zoey76's avatar
      BETA: Datapack part for [L5770]: · 1f7161de
      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.
      1f7161de
  18. Jan 08, 2013
    • Zoey76's avatar
      BETA: L2J !DataPack's license update: · 1ad03aa5
      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.
      1ad03aa5
  19. Dec 16, 2012
    • Zoey76's avatar
      BETA: Quests update: · 9cd43b1c
      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.
      9cd43b1c
  20. Aug 21, 2012
  21. May 30, 2012
  22. May 20, 2012
  23. May 14, 2012
  24. Apr 02, 2012
  25. Mar 17, 2012
  26. Mar 03, 2012
    • Zoey76's avatar
      BETA: Datapack part for [L5214]: · ac3a3723
      Zoey76 authored
      	* Cleanup of random related methods and imports.
      	* Fix for FairyTrees AI with wrong parameter type wouldn't override onKill(..) method.
      ac3a3723
  27. Jan 24, 2012
  28. Jan 07, 2012
    • Zoey76's avatar
      BETA: Datapack refactoring: · 02f3887a
      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.
      02f3887a
  29. Nov 21, 2011
    • Zoey76's avatar
      Datapack code refactoring: · 6435d0a5
      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.
      6435d0a5
  30. Sep 26, 2011
  31. Jun 20, 2011
  32. Apr 22, 2011
  33. Apr 16, 2011
  34. Apr 15, 2011
  35. Apr 10, 2011
  36. Feb 04, 2011
  37. Oct 01, 2010
  38. Jul 07, 2010
Loading