Skip to content
Snippets Groups Projects
  1. Apr 15, 2014
  2. Apr 14, 2014
  3. Apr 12, 2014
  4. Apr 11, 2014
    • Adry_85's avatar
      BETA: Miscellaneous skills fixes: · 636bac56
      Adry_85 authored
      	* Adding '''Wolf Howl''', '''Strider Roar''' and '''Flash Resistance''' skills
      	* Adding '''Divine Beast Stun Attack''' missing mp consume
      	* Adding '''Divine Beast Roar''' missing isDebuff
      	* Fixing trait table for skills '''Short-Range Physical Attack Resistance''' and '''Short-Range Physical Attack Weakness'''
      636bac56
  5. Apr 10, 2014
  6. Apr 09, 2014
  7. Apr 07, 2014
  8. Apr 06, 2014
  9. Apr 05, 2014
  10. Apr 03, 2014
    • Adry_85's avatar
      BETA: Miscellaneous improvements: · 81a3ec33
      Adry_85 authored
      	* Getting rid of qn in conquerable clan hall scripts
      	* Event mod constructor changes to match standards
      	* A few small ai/fantasy_isle/MC_Show improvements
      Patch by: jurchiks
      Reviewed by: Adry_85
      81a3ec33
  11. Apr 02, 2014
  12. Apr 01, 2014
    • Zoey76's avatar
      BETA: Moving Hellbound to Datapack: · 54d036a1
      Zoey76 authored
      	* New Datapack sided Hellbound Engine.
      	* Using one class-loader for all Hellbound related scripts:
      		* Faster loading and allows "communication" between scripts.
      		* Allows disabling Hellbound completely by just removing the class-loader from scripts.cfg.
      	* Static Hellbound's spawn data moved from SQL to XML.
      	* Removed `HellboundManager`.
      	* Reviewed all the Hellbound related scripts:
      		* Finalized all classes and removed main method.
      		* Added !JavaDocs.
      		* Removed the usage of `QuestState`, it's not required at all at AIs.
      		* Moved constructor at the top of the class after fields declaration.
      
      Reviewed by: xban1x, UnAfraid, St3eT, Konstantinos
      54d036a1
  13. Mar 31, 2014
  14. Mar 30, 2014
  15. Mar 28, 2014
  16. Mar 26, 2014
    • Adry_85's avatar
      BETA: Dp-part for [L6490]. · 638974da
      Adry_85 authored
      	* `ArmorType`, `EtcItemType` and `WeaponType` inside xml to upper case
      		* Patch by: Nos
      Reviewed by: Nos, !UnAfraid
      	
      638974da
  17. Mar 25, 2014
  18. Mar 24, 2014
    • Adry_85's avatar
      BETA: DP-part for [L6488]. · 4f08c1de
      Adry_85 authored
      	* Fixing `CrystalType` and `MaterialType` inside xml to upper case
      		* Patch by Nos
      Reviewed by: Nos, !UnAfraid, Zoey76
      4f08c1de
  19. Mar 22, 2014
  20. Mar 21, 2014
    • Rumen Nikiforov's avatar
      BETA: items.xsd changes after [10259] · 8e3f6570
      Rumen Nikiforov authored
      	* Reported by: angkor_tm
      8e3f6570
    • Adry_85's avatar
      BETA: Dp-part for [L6485]. · 56f535c2
      Adry_85 authored
      56f535c2
    • Nos's avatar
      BETA: Reworked Java Quest loading. · 44a92b53
      Nos authored
      	* Removed parameters from all quest constructors and passing them at super constructor instead.
      	* Made all quest constructors public.
      	* Now all quests are loaded from `QuestMasterHandler`.
      	* This does not include '''!SagasScripts''' and '''!TerritoryWarScripts''' because they load more quests within their main method.
      	
      Reviewed by: Zoey76, xban1x
      44a92b53
  21. Mar 20, 2014
    • St3eT's avatar
      BETA: Reworking '''!FleeNpc''' AI. · 3bf03505
      St3eT authored
      * Patch by: Pandragon, Nos
      * Tested by: Pandragon
      3bf03505
    • xban1x's avatar
      BETA: Quests rewritten from scratch in Java. · 0bb3efe9
      xban1x authored
      	* Q00292_BrigandsSweep
      	* Q00294_CovertBusiness
      	* Reviewed by: Zoey76, jurchiks
      0bb3efe9
    • Rumen Nikiforov's avatar
      BETA: DP-Part for [L6484] · 9f1b9ea7
      Rumen Nikiforov authored
      9f1b9ea7
    • Rumen Nikiforov's avatar
      BETA: Minor cleanup of htmls that are no longer in use since [10229] · 31c9bf49
      Rumen Nikiforov authored
      	* And also fixing minor typo in merchant htmls since [10252]
      	* Reported by: lion 
      31c9bf49
    • Nos's avatar
      BETA: Ported `AdminScan` to java so L2J can run on both java 7 and 8 since... · ac7f895a
      Nos authored
      BETA: Ported `AdminScan` to java so L2J can run on both java 7 and 8 since javascript engine API has changed on future versions.
      	* Added missing main method in `Q00382_KailsMagicCoin`.
      	
      Reviewed by: Zoey76
      ac7f895a
    • Zoey76's avatar
      BETA: Misc fixes: · ead6bd91
      Zoey76 authored
      	* Merchants fixes.
      		Patch by: Pandragon
      		Reviewed by: jurchiks, Zoey76
      	* Fairy Tree AI fixes.
      		Patch by: Pandragon
      		Reviewed by: Sdw, Nos, St3eT, Zoey76
      ead6bd91
    • Zoey76's avatar
      BETA: Quests in Java: · 18f29b15
      Zoey76 authored
      	* Sacrifice to the Sea (154)
      		Patch by: Pandragon
      		Reviewed by: jurchiks, Zoey76
      	* 1000 years, the End of Lamentation (344)
      		Patch by: Pandragon
      		Reviewed by: xban1x, janiko, jurchiks, Zoey76
      	* Go Get the Calculator
      		Patch by: Pandragon
      		Reviewed by: xban1x, jurchiks, Zoey76
      	* Bring Out the Flavor of Ingredients! (380)
      		Patch by: Pandragon
      		Reviewed by: Zoey76
      	* Let's Become a Royal Member! (381)
      		Patch by: Pandragon
      		Reviewed by: janiko, jurchiks, Zoey76
      	* Kail's Magic Coin (382)
      		Patch by: Sdw
      		Reviewed by: St3eT, jurchiks, xban1x, Zoey76
      	* Yoke of the Past (385)
      		Patch by: Pandragon
      		Reviewed by: Zoey76
      	* Little Wing (420)
      		Patch by: Pandragon
      		Reviewed by: Zoey76
      	* Little Wing's Big Adventure (421)
      		Patch by: Pandragon
      		Reviewed by: jurchiks, xban1x, Zoey76
      	* Daimon the White-Eyed - Part 1 (603)
      		Patch by: Pandragon
      		Reviewed by: Zoey76
      	* The Finest Ingredients - Part 2 (625)
      		Patch by: Janiko
      		Reviewed by: xban1x, jurchiks, Zoey76
      
      Thank you ^^
      18f29b15
  22. Mar 18, 2014
  23. Mar 15, 2014
  24. Mar 14, 2014
  25. Mar 09, 2014
  26. Mar 08, 2014
  27. Mar 07, 2014
Loading