diff options
Diffstat (limited to 'conf-tmpl')
-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.
|