Skip to content
Snippets Groups Projects
  1. Jun 08, 2022
  2. Jan 17, 2021
  3. Apr 27, 2020
  4. Mar 05, 2019
    • Zoey76's avatar
      Complete DataPack refactor · 62c9e72b
      Zoey76 authored
      Moved to Maven instead of Gradle.
      Using proper project structure and package structure.
      62c9e72b
  5. Feb 06, 2019
  6. Jan 18, 2018
  7. Jan 25, 2016
  8. Dec 11, 2015
  9. Nov 23, 2015
  10. 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
  11. Jun 09, 2015
  12. Mar 15, 2015
  13. Feb 07, 2015
    • Zoey76's avatar
      Datapack part for · 66787433
      Zoey76 authored
      L2J/L2J_Server@2f3dca83e5317b7471ac1bf472067e9ad1a85003
      66787433
  14. Jan 23, 2015
  15. Jan 02, 2015
  16. 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
  17. Oct 31, 2014
  18. Jun 23, 2014
    • Zoey76's avatar
      BETA: Instance fixes: · cbebaac9
      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
      cbebaac9
  19. Mar 01, 2014
  20. Jan 24, 2014
  21. Nov 17, 2013
  22. 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
  23. Feb 11, 2013
  24. Jan 09, 2013
  25. Jan 08, 2013
    • Zoey76's avatar
      BETA: Full source format for DataPack: · 2ea49bf4
      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.
      2ea49bf4
    • 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
  26. 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
  27. Aug 27, 2012
  28. Aug 19, 2012
    • Zoey76's avatar
      BETA: Removing completely Trove from Datapack: · 92489339
      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.
      92489339
  29. May 30, 2012
  30. May 28, 2012
    • Zoey76's avatar
      BETA: Datapack fixes: · 688428ed
      Zoey76 authored
      	* Avoiding synthetic access.
      	* Avoiding potential NPEs.
      	* Minor JavaDocs fixes.
      	* Added some TODO tasks.
      688428ed
  31. Apr 02, 2012
  32. 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
  33. Jan 24, 2012
  34. 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
  35. Nov 23, 2011
Loading