Addition of GiveItemByExp effect handler.

This commit is contained in:
MobiusDevelopment
2023-01-13 22:04:02 +00:00
parent 158eb77fa6
commit d10d61cc94
60 changed files with 1780 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ GetMomentum: Increases momentum by a given value at fixed rate.
GiveClanReputation: Gives clan reputation points to a players clan. (l2jmobius)
GiveExpAndSp: Gives a given amount of XP and SP. (l2jmobius)
GiveFame: Gives a given amount of Fame. (l2jmobius)
GiveItemByExp: Gives an item when a certain amount of EXP is gathered. (l2jmobius)
GiveRecommendation: Gives recommendations to a player. Blue name.
GiveSp: Gives a given amount of SP.
GiveXp: Gives a given amount of XP. (l2jmobius)