Skip to content
Snippets Groups Projects
  1. Apr 27, 2020
  2. Jan 25, 2016
  3. Dec 11, 2015
  4. Nov 23, 2015
  5. 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
  6. Jun 09, 2015
  7. Mar 15, 2015
  8. Feb 07, 2015
    • Zoey76's avatar
      Datapack part for · 66787433
      Zoey76 authored
      L2J/L2J_Server@2f3dca83e5317b7471ac1bf472067e9ad1a85003
      66787433
  9. Jan 23, 2015
  10. Jan 02, 2015
  11. 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
  12. Oct 31, 2014
  13. 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
  14. Mar 01, 2014
  15. Jan 24, 2014
  16. Nov 17, 2013
  17. 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
  18. Feb 11, 2013
  19. Jan 09, 2013
  20. 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
  21. 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
  22. Aug 27, 2012
  23. 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
  24. May 30, 2012
  25. 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
  26. Apr 02, 2012
  27. 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
  28. Jan 24, 2012
  29. 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
  30. Nov 23, 2011
  31. 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
  32. Sep 28, 2011
    • Zoey76's avatar
      BETA: Datapack updates: · e680e66e
      Zoey76 authored
      	* Added missing license to Java files.
      	* Cleanup.
      	* Set GPLv3 as default header for Java files.
      e680e66e
  33. Sep 26, 2011
  34. Aug 11, 2011
  35. Apr 16, 2011
Loading