diff options
author | Haru <haru@dotalux.com> | 2020-06-28 01:13:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 01:13:16 +0200 |
commit | 8033b88f861208895c68c1bebc5941211e58fc06 (patch) | |
tree | 70d4610447eac729c1df727beafb09d7fe9bf40a /conf/map | |
parent | f6f8ec5e247d3cd52598f2d026524d1bbc791120 (diff) | |
parent | 520863eaeda83da14b88d09f6378cd8abd5a5174 (diff) | |
download | hercules-8033b88f861208895c68c1bebc5941211e58fc06.tar.gz hercules-8033b88f861208895c68c1bebc5941211e58fc06.tar.bz2 hercules-8033b88f861208895c68c1bebc5941211e58fc06.tar.xz hercules-8033b88f861208895c68c1bebc5941211e58fc06.zip |
Merge pull request #2755 from Jedzkie/jedzkie-pr03
Added configuration on allowing actions on player when dead.
Diffstat (limited to 'conf/map')
-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 c25159717..e30c3c134 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: false + +// 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 |