diff options
author | Matheus Macabu <mkbu95@gmail.com> | 2013-05-10 21:13:10 -0300 |
---|---|---|
committer | Matheus Macabu <mkbu95@gmail.com> | 2013-05-10 21:13:10 -0300 |
commit | 52a58b5a82cea7210efffc88f14706973bb1dfa3 (patch) | |
tree | 093619b18b8288cbd419b8e1258b7b70f0bd4e01 /conf | |
parent | fa24fdb97db2aca73d94bb584835e9e864c8d085 (diff) | |
download | hercules-52a58b5a82cea7210efffc88f14706973bb1dfa3.tar.gz hercules-52a58b5a82cea7210efffc88f14706973bb1dfa3.tar.bz2 hercules-52a58b5a82cea7210efffc88f14706973bb1dfa3.tar.xz hercules-52a58b5a82cea7210efffc88f14706973bb1dfa3.zip |
* Implemented suggestion in topic:528, related to GMs being able to warp to non-walkable cells; also added configuration.
* Few changes to gitignore and gitattributes.
Signed-off-by: Matheus Macabu <mkbu95@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/battle/gm.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf/battle/gm.conf b/conf/battle/gm.conf index 0120476be..7370da6c5 100644 --- a/conf/battle/gm.conf +++ b/conf/battle/gm.conf @@ -29,4 +29,9 @@ ban_hack_trade: 5 // requires RENEWAL_DROP to be enabled (src/map/config/renewal.h) // modifies @mobinfo to display the users' real drop rate as per renewal_drop formula // modifies @iteminfo to not display the minimum item drop rate (since it can't tell the mob level) -atcommand_mobinfo_type: 0
\ No newline at end of file +atcommand_mobinfo_type: 0 + +// Ignore warpable area configuration. +// Set the minimum group id to ignore invalid cells when warping. +// Default group is 2. Use 100 to disable this setting. +gm_ignore_warpable_area: 2 |