diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-27 13:31:29 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-27 13:31:29 +0000 |
commit | 78d5126daf93ed401807f79c3f7fab27a06b0e3e (patch) | |
tree | 94b182962748e6ed20ea710e99eb5b2cb0382ca0 /conf-tmpl/battle | |
parent | 63b4658868a7fec265ab1c46d86fe72bfa2a3549 (diff) | |
download | hercules-78d5126daf93ed401807f79c3f7fab27a06b0e3e.tar.gz hercules-78d5126daf93ed401807f79c3f7fab27a06b0e3e.tar.bz2 hercules-78d5126daf93ed401807f79c3f7fab27a06b0e3e.tar.xz hercules-78d5126daf93ed401807f79c3f7fab27a06b0e3e.zip |
- Corrected the hit value of the TK kicks (from single hit "6" to multi-hit "8")
- All kicks do 3 hits now.
- Added battle config hide_woe_damage which hides damage on woe maps packet-wise.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6311 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/battle')
-rw-r--r-- | conf-tmpl/battle/client.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf-tmpl/battle/client.conf b/conf-tmpl/battle/client.conf index 16cf6de27..697a06b5e 100644 --- a/conf-tmpl/battle/client.conf +++ b/conf-tmpl/battle/client.conf @@ -52,6 +52,11 @@ max_hair_color: 8 min_cloth_color: 0
max_cloth_color: 4
+//When set to yes, the damage field in packets sent from woe maps will be set
+//to -1, making it impossible for GMs, Bots and Hexed clients to know the
+//actual damage caused by attacks. (Note 1)
+hide_woe_damage: no
+
//"hair style" number that identifies pet.
//NOTE: The client uses the "hair style" field in the mob packet to tell them apart from mobs.
//This value is always higher than the max hair-style available in said client.
|