Elijah23 Posted August 28, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: 15 hours ago Share Posted August 28, 2012 Just want to ask on how to disable the auras for monsters.. // 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: 255 // 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: 255 This works correctly for players... but the custom aura that I used shows too for monsters.. Just want the aura to be used by players... Thanks!.. Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted August 28, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted August 28, 2012 // 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: 0 Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted August 28, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: 15 hours ago Author Share Posted August 28, 2012 already set to 0.. Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted August 28, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted August 28, 2012 set to 1 (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary) Quote Link to comment Share on other sites More sharing options...
Elijah23 Posted August 28, 2012 Group: Members Topic Count: 46 Topics Per Day: 0.01 Content Count: 292 Reputation: 17 Joined: 12/12/11 Last Seen: 15 hours ago Author Share Posted August 28, 2012 oh my bad, I'm not reading it lmao, thanks for your help, Quote Link to comment Share on other sites More sharing options...
Virtue Posted August 29, 2012 Group: Members Topic Count: 92 Topics Per Day: 0.02 Content Count: 354 Reputation: 22 Joined: 11/17/11 Last Seen: May 12, 2024 Share Posted August 29, 2012 where can i find that? Quote Link to comment Share on other sites More sharing options...
EvilPuncker Posted August 29, 2012 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 713 Reputation: 71 Joined: 11/08/11 Last Seen: December 25, 2024 Share Posted August 29, 2012 conf/battle/client.conf Quote Link to comment Share on other sites More sharing options...
Question
Elijah23
Just want to ask on how to disable the auras for monsters..
This works correctly for players... but the custom aura that I used shows too for monsters..
Just want the aura to be used by players...
Thanks!..
Link to comment
Share on other sites
6 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.