diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/skill.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/battle/skill.conf b/conf/battle/skill.conf index 028228729..f3da0e209 100644 --- a/conf/battle/skill.conf +++ b/conf/battle/skill.conf @@ -154,11 +154,12 @@ monster_cloak_check_type: 4 land_skill_limit: 9 //Determines which kind of skill-failed messages should be sent: +// 0 - Enable by default // 1 - Disable all skill-failed messages. // 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: 2 +display_skill_fail: 0 // Can a player in chat room (in-game), be warped by a warp portal? (Note 1) chat_warpportal: no |