level maximum aura

Tio Akima

New member
Messages
349
Points
0
Age
36
Discord
TioAkima#0636
Github
Tio Akima
Emulator
how to turn off the hour that appears to reach maximum level?

thanks

 
conf\map\battle\client.conf

Code:
// Maximum allowed 'level' value that can be sent in unit packets.
// Use together with the aura_lv setting to tell when exactly to show the aura.
// NOTE: You also need to adjust the client if you want this to work.
// NOTE: Default is 99. Values above 127 will probably behave incorrectly.
// NOTE: If you don't know what this does, don't change it!!!
max_lv: 99 
 
conf\map\battle\client.conf

Code:
// Maximum allowed 'level' value that can be sent in unit packets.
// Use together with the aura_lv setting to tell when exactly to show the aura.
// NOTE: You also need to adjust the client if you want this to work.
// NOTE: Default is 99. Values above 127 will probably behave incorrectly.
// NOTE: If you don't know what this does, don't change it!!!
max_lv: 99 
I left like this:
 
Code:
//max_lv: 99
and not working .. aura keeps popping up.
 
// Use together with the aura_lv setting to tell when exactly to show the aura.

// NOTE: You also need to adjust the client if you want this to work.

 
default_dry.png


 
Back
Top