Key Changes
- [MOD] Extended item bags system to drop all items from specific section
- [NEW] Added option allowing to control 4th wings mix result, ChaosBox.ini -> Wing4MixResultSameClass
- [NEW] Added option to control monster penalty level, Common.ini -> PenaltyMonsterAddLevel
- [MOD] Modified Calc4thClassDamageFromUser and Calc4thClassDamageFromMonster functions in CalcCharacter.lua function
- [MOD] Modified selection of skill related lua functions, check git differences report for details
- [FIX] Fixed issue with spawn of Red Dragon and Attack Event monsters
- [FIX] Fixed Game Server vulnerability
- [FIX] Fixed Game Server crash
Additional Information
Point your attention to properly update all .lua files to avoid serious issues.
Package has been re-uploaded with fixed lua formula
MasterSkillCalc_3rd.lua
-- SkillID: 429, Party Healing Strengthener - (High Elf) function ElfPartyHealing(Energy) local HP = Energy / 6 + 6 return HP end