diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 21:12:35 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-18 21:12:35 +0000 |
commit | 74e339cf16f44296ea4318c06cf8a736f1994861 (patch) | |
tree | 350de12492ff0ad0d294720243e3dbfe05648053 /conf-tmpl/atcommand_athena.conf | |
parent | aca45c0dd3ea658ad4bad00c7e0106856bde8200 (diff) | |
download | hercules-74e339cf16f44296ea4318c06cf8a736f1994861.tar.gz hercules-74e339cf16f44296ea4318c06cf8a736f1994861.tar.bz2 hercules-74e339cf16f44296ea4318c06cf8a736f1994861.tar.xz hercules-74e339cf16f44296ea4318c06cf8a736f1994861.zip |
- Added atcommand @partyoption, lets you alter the party item-distribution type on the go. Usage is "@partyoption <pickup share> <item distribution>", where both arguments can be 0/1, yes/no, etc.
- Updated @changeleader and @partyoption to use msg_Athena entries.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7737 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'conf-tmpl/atcommand_athena.conf')
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index c77691582..6a2472ddd 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -147,6 +147,9 @@ changegm: 10 // Change the leader of your party.
changeleader: 10
+// Change the party item share rules.
+partyoption: 10
+
// Command what the player's pet will say.
pettalk: 10
|