diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-23 17:58:54 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-07-23 17:58:54 +0000 |
commit | 6619e19b58fff810cdebc8e00c83a1b5c261214d (patch) | |
tree | ab99022cb2d793dd412e4d239bb9aa2a9a334f51 /conf-tmpl | |
parent | 212c7b263c822dc1850823a88228d331e6092afc (diff) | |
download | hercules-6619e19b58fff810cdebc8e00c83a1b5c261214d.tar.gz hercules-6619e19b58fff810cdebc8e00c83a1b5c261214d.tar.bz2 hercules-6619e19b58fff810cdebc8e00c83a1b5c261214d.tar.xz hercules-6619e19b58fff810cdebc8e00c83a1b5c261214d.zip |
* Changed the restricting mapflag for @jump from nowarp/nowarpto to noteleport
* Simplified the mapindex code a bit
* Changed clif_skill_warppoint() so that now the '.gat' adding happens inside and doesn't have to be handled by the calling code
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10901 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/battle/gm.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/conf-tmpl/battle/gm.conf b/conf-tmpl/battle/gm.conf index 51fd4b6f3..e034db2bf 100644 --- a/conf-tmpl/battle/gm.conf +++ b/conf-tmpl/battle/gm.conf @@ -70,8 +70,9 @@ ban_hack_trade: 5 // default: 60, according to GM definition in atcommand_athena.conf hack_info_GM_level: 60 -// Set here the minimum GM level to disable the nowarp (from) and nowarpto (to) flags. -// This option is mainly used in AT_commands (@memo, @warp, @charwarp, @go, etc...). All GM commands used to move or set a new map check nowarp and nowarpto flags. +// The minimum GM level to bypass nowarp and nowarpto mapflags. +// This option is mainly used in commands which modify a character's +// map/coordinates (like @memo, @warp, @charwarp, @go, @jump, etc...). // default: 20 (first level after normal player or super'normal' player) any_warp_GM_min_level: 20 |