From a2ec62d8f24cbc11dcb646712c4c16a5cf897372 Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Wed, 10 Aug 2011 20:46:27 +0000 Subject: * Raised MAX_MERCENARY_CLASS to 44 for new mercenaries. * Raised max_lv to allow values up to 150 in battle.conf. * Raised MAX_SKILL_TREE 77 in prep for 3rd class skill trees. * Upped max_lv and max_aura to 150, and max_aspd to 193. * Added Brasilis database updates from trunk r14928. * Added scripts and NPC Brasilis updates from trunk r14928. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/renewal@14931 54d463be-8e91-2dee-dedb-b68131a5f0ec --- conf/Changelog.txt | 2 ++ conf/battle/client.conf | 4 ++-- conf/battle/player.conf | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/Changelog.txt b/conf/Changelog.txt index 5d33110b0..26351612c 100644 --- a/conf/Changelog.txt +++ b/conf/Changelog.txt @@ -1,5 +1,7 @@ Date Added +2011/08/10 + * Rev. 14931 Upped max_lv and max_aura to 150, and max_aspd to 193. 2011/07/09 * Rev. 14892 Removed 'msg_athena.conf' messages 619 and 620 (duplicates to 572 and 573) (since r5506). [Ai4rei] 2011/05/13 diff --git a/conf/battle/client.conf b/conf/battle/client.conf index 6a6c58d13..11bb215a2 100644 --- a/conf/battle/client.conf +++ b/conf/battle/client.conf @@ -76,7 +76,7 @@ area_size: 14 // 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 +max_lv: 150 // Level required to display an aura. // NOTE: This assumes that sending max_lv to the client will display the aura. @@ -84,7 +84,7 @@ max_lv: 99 // 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 +aura_lv: 150 // Will tuxedo and wedding dresses be shown when worn? (Note 1) wedding_modifydisplay: no diff --git a/conf/battle/player.conf b/conf/battle/player.conf index 5ac599a96..1f21076fa 100644 --- a/conf/battle/player.conf +++ b/conf/battle/player.conf @@ -74,7 +74,7 @@ natural_heal_skill_interval: 10000 natural_heal_weight_rate: 50 // Maximum atk speed. (Default 190, Highest allowed 199) -max_aspd: 190 +max_aspd: 193 // Maximum walk speed rate (200 would be capped to twice the normal speed) max_walk_speed: 300 -- cgit v1.2.3-70-g09d2