diff options
author | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-20 14:13:23 +0000 |
---|---|---|
committer | valaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-20 14:13:23 +0000 |
commit | b22297197f06ac00eecf38fe98d7b9fdb5478a8a (patch) | |
tree | 953859912630948e0a5ca9c83b823b22a1bb690e /conf-tmpl/atcommand_athena.conf | |
parent | 531ae6ff24ed1164ba08dc61c47ad642597591dc (diff) | |
download | hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.tar.gz hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.tar.bz2 hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.tar.xz hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.zip |
* Initialized "day" variable in npc.c. [Valaris]
* Added @whozeny. Shows list of top 50 online players and their zeny sorted from highest to lowest. [Valaris]
* Added @happyhappyjoyjoy. Makes all players on server do a random emote. [Valaris]
* Removed -fu
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@269 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/atcommand_athena.conf')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index e65219fa4..de6937ed8 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -119,6 +119,9 @@ mountpeco: 20 who: 20 whois: 20 +// Returns list of top 50 logged in characters and their zeny based on zeny sorted from highest amount to lowest. +whozeny: 20 + // Returns list of logged in characters with their job. who2: 20 @@ -291,6 +294,9 @@ useskill: 40 // make another player killable charkillable: 40 +// makes everyone on server do a random emote +happyhappyjoyjoy:40 + //--------------------- // 50: Sub-GM+ commands |