diff options
-rw-r--r-- | conf/map/battle/skill.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/map/battle/skill.conf b/conf/map/battle/skill.conf index 5a58a8a1..5f2f6575 100644 --- a/conf/map/battle/skill.conf +++ b/conf/map/battle/skill.conf @@ -193,7 +193,7 @@ land_skill_limit: 9 // 2 - Disable skill-failed messages due to can-act delays. // 4 - Disable failed message from Snatcher // 8 - Disable failed message from Envenom -display_skill_fail: 0 +display_skill_fail: 2 // Can a player in chat room (in-game), be warped by a warp portal? (Note 1) chat_warpportal: false @@ -203,7 +203,7 @@ chat_warpportal: false // 1: Base defense [RE default] // 2: Vit/Int defense // 3: Both (the addition of both) -sense_type: 1 +sense_type: 0 // Which finger offensive style will be used? // 0 = Aegis style (single multi-hit attack) |