I just tried on client 2018-06-21aRagexeRE
thanks so much @melv0
1. How to change the maximum level of your server? https://gist.github.com/cydh/d82a06472f12c4ec7f38ab3de22fe86b
2. How to make the aura appear at a maximum level other than 99?
data\luafiles514\lua files\service_korea\ExternalSettings_kr.lub & externalsettings_kr_sak.lub
MaxLevelTable = {
BaseLevel = 99, << Edit this part into 255
BaseLevel3rd = 185,
BaseLevelExtend2 = 160,
BaseLevelUpperJob = 185,
BaseLevelHomun = 185,
BaseLevelDoram = 185,
JobLevelNovice = 10,
JobLevelSuperNovice = 99,
JobLevelBase = 50,
JobLevel2nd = 70,
JobLevel3rd = 65,
JobLevelExtend2 = 50,
JobLevelUpperJob = 60,
JobLevelDoram = 55
}
and that's it, see magic ingame ?