summaryrefslogtreecommitdiff
path: root/conf-tmpl
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-31 14:18:37 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-31 14:18:37 +0000
commite25963f4562516f4b4aada3983af567f81555165 (patch)
treebd0eb899cde02ff1dc9ef529e0a1735691eea48d /conf-tmpl
parent206d92c78af7e58fcf0d322aa54d04ee6318cf8f (diff)
downloadhercules-e25963f4562516f4b4aada3983af567f81555165.tar.gz
hercules-e25963f4562516f4b4aada3983af567f81555165.tar.bz2
hercules-e25963f4562516f4b4aada3983af567f81555165.tar.xz
hercules-e25963f4562516f4b4aada3983af567f81555165.zip
- Fixed @summon's delete timer being screwed up.
- Cleaned up a bit the summon script command. - Fixed the clone script command's delete-timer being screwed up. - Corrected battle config name max_walk_rate, it should be named max_walk_speed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8559 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r--conf-tmpl/Changelog.txt3
-rw-r--r--conf-tmpl/battle/player.conf2
2 files changed, 4 insertions, 1 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt
index cab691f63..7c8d23934 100644
--- a/conf-tmpl/Changelog.txt
+++ b/conf-tmpl/Changelog.txt
@@ -1,5 +1,8 @@
Date Added
+2006/08/31
+ * Corrected battle config name max_walk_rate, it should be named
+ max_walk_speed. [Skotlex]
2006/08/29
* monster_ai&1 now only signals whether mobs should update their target
cell while chasing more frequently (rather than being state-driven like
diff --git a/conf-tmpl/battle/player.conf b/conf-tmpl/battle/player.conf
index 625ee2f6a..2446c647a 100644
--- a/conf-tmpl/battle/player.conf
+++ b/conf-tmpl/battle/player.conf
@@ -86,7 +86,7 @@ natural_heal_weight_rate: 50
max_aspd: 190
// Maximum walk speed rate (200 would be capped to twice the normal speed)
-max_walk_rate: 300
+max_walk_speed: 300
// Maximum HP. (Default is 1000000) (Note 3)
max_hp: 1000000