laylayzi Posted February 9, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 01/28/15 Last Seen: July 2, 2022 Share Posted February 9, 2015 Hi! as the toppic title, i want to make characters lv from 99~1000 have the aura (others can see). I tried to change some value in client.conf and battle.c but it till can not work. Thank for your time! Quote Link to comment Share on other sites More sharing options...
Kit Kit Posted February 9, 2015 Group: Members Topic Count: 36 Topics Per Day: 0.01 Content Count: 121 Reputation: 4 Joined: 02/05/13 Last Seen: March 22 Share Posted February 9, 2015 Hi! as the toppic title, i want to make characters lv from 99~1000 have the aura (others can see). I tried to change some value in client.conf and battle.c but it till can not work. Thank for your time! re compile --- loginsql charsql mapsql Quote Link to comment Share on other sites More sharing options...
laylayzi Posted February 10, 2015 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 01/28/15 Last Seen: July 2, 2022 Author Share Posted February 10, 2015 my current conf { "max_lv", &battle_config.max_lv, 99, 0, MAX_LEVEL, }, { "aura_lv", &battle_config.aura_lv, 300, 0, INT_MAX, }, // 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 // 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: 300 charracter only show aura at lv 99. Quote Link to comment Share on other sites More sharing options...
Question
laylayzi
Hi!
as the toppic title, i want to make characters lv from 99~1000 have the aura (others can see).
I tried to change some value in client.conf and battle.c but it till can not work.
Thank for your time!
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.