diff options
author | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-27 21:53:07 +0000 |
---|---|---|
committer | momacabu <momacabu@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-11-27 21:53:07 +0000 |
commit | 19a9eb956b628d9e43e98491a2b2ebdc483b243f (patch) | |
tree | e3dc6fc9a05d2661c6208300f5c31a5460bb6708 /conf/groups.conf | |
parent | 390b8d0b8eebfb8274df1244d3e378ccc0ddbfd5 (diff) | |
download | hercules-19a9eb956b628d9e43e98491a2b2ebdc483b243f.tar.gz hercules-19a9eb956b628d9e43e98491a2b2ebdc483b243f.tar.bz2 hercules-19a9eb956b628d9e43e98491a2b2ebdc483b243f.tar.xz hercules-19a9eb956b628d9e43e98491a2b2ebdc483b243f.zip |
Applied suggestion in tid:74775. Added script command cleanmap and cleanarea script commands. Also modified @cleanmap to properly clean the entire map and added @cleanarea to clean an specified area. A documentation will be done in shortly.
Automagically copy files from import-tmpl to import folder on Windows after building the project (only works with rAthena-10 and rAthena-12) (tid:74635).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16971 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf/groups.conf')
-rw-r--r-- | conf/groups.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/groups.conf b/conf/groups.conf index c1912792d..2d689bf93 100644 --- a/conf/groups.conf +++ b/conf/groups.conf @@ -188,6 +188,7 @@ groups: ( monsterbig: true killmonster2: true cleanmap: true + cleanarea: true item: [true, true] zeny: [true, true] disguise: [true, true] |