diff options
author | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-25 09:38:33 +0000 |
---|---|---|
committer | Inkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2009-10-25 09:38:33 +0000 |
commit | 7da9ee0b5c0aad9425441bcddeeadb745aa4c0d5 (patch) | |
tree | 7207e15b81b7816156384b8f040ee5dda17de86a /conf | |
parent | 9b4d9f29a8ab56f59cbac2cccbb685146f52faac (diff) | |
download | hercules-7da9ee0b5c0aad9425441bcddeeadb745aa4c0d5.tar.gz hercules-7da9ee0b5c0aad9425441bcddeeadb745aa4c0d5.tar.bz2 hercules-7da9ee0b5c0aad9425441bcddeeadb745aa4c0d5.tar.xz hercules-7da9ee0b5c0aad9425441bcddeeadb745aa4c0d5.zip |
* Implemented the official version of 'OnTouch' named as 'OnTouch_'.(it can be defined in script_athena.conf)
* Adapted 'map_foreachinarea' to 'map_forsomeinarea' so that it allows you to specify the number of bl you wanna operate on.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14097 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf')
-rw-r--r-- | conf/script_athena.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/script_athena.conf b/conf/script_athena.conf index f45af4bad..67521740a 100644 --- a/conf/script_athena.conf +++ b/conf/script_athena.conf @@ -32,4 +32,15 @@ check_gotocount: 2048 //input_max_value: 2147483647 input_max_value: 10000000 +// Official Version of OnTouch +// Scripts run on the first visible character walks into the OnTouch area +// and before he walks out/hides, the scripts won't run ever again. +// This label takes the piority to OnTouch2_Label. +OnTouch_Label: OnTouch_ + +// Official Version of OnTouch2 +// Scripts run on every character walks into the OnTouch area +// This is the same as the "OnTouch" that eA has been using all along. +OnTouch2_Label: OnTouch + import: conf/import/script_conf.txt |