L2JMobius
Public Development => Shares/Contributions => Committed User Contributions => Topic started by: michaldoroz7 on May 17, 2026, 07:45:10 PM
-
Hey, i'm TILLI and I freshly started to work on public branch of 13.2 Wolf Waker. In this topic i would like to start adding my fixes which will be find by me during local play tests. From time to time i will also add some custom server side features if someone will be interested.
I would like to keep all my work done only in this one topic since it will be easier for maintaining.
Part 1 fixes contains:
- FIX: Sonic Violence not dealing damage -> change to work similar like eruption skill
- FIX: Replacement of Pa'agrio's Blessing - Might into Freya's Ice Rose - Event in quests reward
- FIX: Added SP rewards in class transfer skills
- FEATURE: Some simple mana regeneration for killing monsters - kinda similar like it works on retails but here we can configure values how much % of player mana we want to return
https://drive.google.com/file/d/1crBu3mnReT7Rh4HcXM_UwJthsNd9f988/view?usp=sharing
I know it's not that much but it's pretty rough to find bugs alone. So if You know some things which need to be fixed - let me know here :)
Best regards TILLI
-
- FEATURE: Some simple mana regeneration for killing monsters - kinda similar like it works on retails but here we can configure values how much % of player mana we want to return
Not all monsters give MP, if you notice spesific monsters missing that, you should add it to their XML.
You can pick values from similar level monsters that already have it.
- FIX: Added SP rewards in class transfer skills
The client does not mention Exp or Sp for the quests.
reward_exp=0 reward_sp=0 If proven retail, it must be added in the quest script.
-
- FIX: Sonic Violence not dealing damage -> change to work similar like eruption skill
Committed with https://gitlab.com/MobiusDevelopment/L2J_Mobius/-/commit/bcea59b356b5dd7fae65ac53b946736094db4940
- FIX: Replacement of Pa'agrio's Blessing - Might into Freya's Ice Rose - Event in quests reward
Committed with https://gitlab.com/MobiusDevelopment/L2J_Mobius/-/commit/157259d1376223cd7aa54d3b05f807ae254fcd5d
Please create separate topics for different shares.
Thanks :D