diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/player.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/map/battle/player.conf b/conf/map/battle/player.conf index b691f7343..4658b1296 100644 --- a/conf/map/battle/player.conf +++ b/conf/map/battle/player.conf @@ -226,3 +226,10 @@ shadow_refine_atk: true // Keep player facing direction after warping? // Default: false (on official servers players always faces north) player_warp_keep_direction: true + +// Can dead players do actions like trading, open a chat room, etc.? +// 0x0 - Don't allow trading and open chat rooms. +// 0x1 - Allow trading when dead. +// 0x2 - Allow open chat room when dead. +// default: 0x3 (Official) +allowed_actions_when_dead: 0x3 |