diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-15 18:33:32 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-03-15 18:33:32 +0000 |
commit | 1197558778704f21e962aaadcae6c8d09dc7f9b5 (patch) | |
tree | f9200e3f1aff52c4c6cf20f2765658e699033e5d /conf-tmpl/atcommand_athena.conf | |
parent | 9f49994f8740db8b4c1a4b34f0c79ab95a4f6049 (diff) | |
download | hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.tar.gz hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.tar.bz2 hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.tar.xz hercules-1197558778704f21e962aaadcae6c8d09dc7f9b5.zip |
- Removed the hardcoded duration of 30seconds for sleep.
- Fixed rangecheck for pet skill usage of INF_SELF_SKILL
- Removed inall/exall from atcommand.conf since those two do not exist! (pointed out by Ancyker)
- @me now uses entry 270 in msg_athena as output format.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5615 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/atcommand_athena.conf')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index 4cb096fff..d45287c10 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -219,13 +219,8 @@ undisguise: 20 // Display ignore list of a player (people from which the player ignore wisps)
charignorelist: 20
-// Enable all wispers for a player
-inall: 20
-
-// Disable all wispers for a player
-exall: 20
-
-// Displays the OUTPUT string on top of all the Visible players Heads.(Similar like the /me command in IRC)
+// Displays the text as a normal message with the format "*name message*"
+// instead of "name : message" (Like the /me command in IRC)
me: 20
// Changes your name to your choice temporarly.
|