Show aura at level Max >99

pjyglyl

New member
Messages
6
Points
0
Hello everybody !

I've some trouble to fix my aura to the level max of my server : lvl 500.

however
I config my client.conf it's still bloc at level 99 or 175 for 3rd job
(even if I don't care because i want a pre-renewal server)

there is my : conf/battle/client.conf

// 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: 500

// Level required to display an aura.
// NOTE: This assumes that sending max_lv to the client will display the aura.
// NOTE: aura_lv must not be less than max_lv.
// Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149
// will be sent as being all level 98, and only characters with level
// 150 or more will be reported as having level 99 and show an aura.
aura_lv: 500

// Units types affected by max_lv and aura_lv settings. (Note 3)
// Note: If an unit type, which normally does not show an aura, is
// set it will obtain an aura when it meets the level requirement.
// Default: 0 (none)
client_limit_unit_lv: 1
 


I use client : 2013-12-23cRagexe.exe

 
Last edited by a moderator:
Back
Top