diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-30 22:58:47 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-30 22:58:47 +0000 |
commit | eb285c3eae61ab8ba4758ee6a7c987120df855f9 (patch) | |
tree | 9302a58409de714daaf51423042de73d473a7eb9 | |
parent | 96e486ad8b183582ce3566d63694f1eaabafba21 (diff) | |
download | hercules-eb285c3eae61ab8ba4758ee6a7c987120df855f9.tar.gz hercules-eb285c3eae61ab8ba4758ee6a7c987120df855f9.tar.bz2 hercules-eb285c3eae61ab8ba4758ee6a7c987120df855f9.tar.xz hercules-eb285c3eae61ab8ba4758ee6a7c987120df855f9.zip |
Re-phrased the max_lv and aura_lv client battle config setting descriptions.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11334 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | conf/battle/client.conf | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/conf/battle/client.conf b/conf/battle/client.conf index 756083f85..a0fb3309e 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -68,15 +68,19 @@ pet_hair_style: 100 // Visible area size (how many squares away from a player can they see) area_size: 14 -// Maximum user LV to send to client -// (Default is 99.. Never go above 127) +// 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. 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. +// 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: 99 // Will tuxedo and wedding dresses be shown when worn? (Note 1) |