- Jan 16, 2023
-
-
Zoey76 authored
Added missing copyright notice. General cleanup.
-
- Dec 12, 2022
-
-
HorridoJoho authored
-
- Jul 27, 2022
-
-
MarceMdt authored
FIX fixing quest Q00382_KailsMagicCoin by MarceMdt - https://bitbucket.org/l2jserver/l2j-server-datapack/pull-requests/60
-
- Jul 25, 2022
-
-
Jemdo authored
FIX fixing newbieguide accesory obtention by @Jemdo - https://bitbucket.org/l2jserver/l2j-server-datapack/pull-requests/58
-
- Jul 16, 2022
-
-
hd321kbps authored
-
- Jun 15, 2022
-
-
Noe Caratini authored
-
Noe Caratini authored
Also small code cleanup
-
Noe Caratini authored
-
Noe Caratini authored
-
Noe Caratini authored
fix(crystalcaverns): Fixed Crystalline Golems going after fragments that don't exist in current instance Small cleanup of some other parts of the code
-
- Jun 14, 2022
-
-
HorridoJoho authored
+ added target select command + added target deselect command * adjusted documentation
-
- Jun 13, 2022
-
-
HorridoJoho authored
+ added documentation text for teleporter service
-
HorridoJoho authored
* formating text documentation without tabs
-
HorridoJoho authored
* modified and added more detailed documentation for the BufferService
-
HorridoJoho authored
* fixed html any command calling the wrong html processing method
-
- Jun 10, 2022
-
-
HorridoJoho authored
Add a command to teleporterService to display any html.
-
HorridoJoho authored
3 commands were added to the BufferService. One to show any html and commands to select and deselect a buff category, like with the unique bufflists. See documentation.txt
-
- Jun 08, 2022
-
-
Noe Caratini authored
-
Noe Caratini authored
-
Noe Caratini authored
-
- May 12, 2022
-
-
Noe Caratini authored
-
- May 02, 2022
-
-
Noe Caratini authored
For vitality to increase, vitalityConsumeRate has to be negative. Some skills were adding to the stat instead of subtracting, causing vitality to decrease.
-
Noe Caratini authored
This prevented players from attempting to craft Black Ice Crystals at the Ice Shelf. Converted switch statements to new style.
-
- May 01, 2022
-
-
Noe Caratini authored
-
- Apr 29, 2022
-
-
Noe Caratini authored
The MaxHp/MaxMp/MaxCp effect are calling L2Character#addStatFunc which does not broadcast a status update packet. Changed the call to L2Character#addStatFuncs which does handle broadcast.
-
- Apr 27, 2022
-
-
HorridoJoho authored
-
HorridoJoho authored
-
HorridoJoho authored
-
- Apr 26, 2022
-
-
Noe Caratini authored
Elixir skills, Great Wolf's Awakening and a lot of extractable skills.
-
- Apr 22, 2022
-
-
Noe Caratini authored
-
- Apr 20, 2022
-
-
Noe Caratini authored
Q00214_TrialOfTheScholar Q00219_TestimonyOfFate Q00228_TestOfMagus Q00412_PathOfTheDarkWizard Q00419_GetAPet
-
Noe Caratini authored
Q00106_ForgottenTruth Q00169_OffspringOfNightmares Q00412_PathOfTheDarkWizard Q00419_GetAPet
-
- Apr 19, 2022
-
-
Noe Caratini authored
-
- Apr 18, 2022
-
-
Noe Caratini authored
Added mistakenly removed drop chance and limit for Kaldis Gold Dragon
-
Noe Caratini authored
-
Noe Caratini authored
Refactored all quests to use QuestDroplist and the new giveItemRandomly() signature.
-
- Apr 12, 2022
-
-
gargantouas authored
Approved by: @HorridoJoho Patch by: @elbyffs
-
- Apr 07, 2022
-
-
Noe Caratini authored
All skills had no effect because of missing affectScope. Also added hitCancelTime to Increase Power and Rapid Attack.
-
Noe Caratini authored
All Oren territory teleports were going to the same coordinates at Giran Arena. Dion Hills z coord was missing a minus sign.
-
- Mar 31, 2022
-
-
HorridoJoho authored
* Fixed a bug where summon skills were not working because of the missing affect scope.
-