diff options
-rw-r--r-- | conf-tmpl/Changelog.txt | 2 | ||||
-rw-r--r-- | conf-tmpl/atcommand_athena.conf | 11 |
2 files changed, 13 insertions, 0 deletions
diff --git a/conf-tmpl/Changelog.txt b/conf-tmpl/Changelog.txt index ffed623c6..571b8adaa 100644 --- a/conf-tmpl/Changelog.txt +++ b/conf-tmpl/Changelog.txt @@ -1,5 +1,7 @@ Date Added
+2006/10/12
+ * Added Homunculus atcommands [Playtester]
2006/10/11
* Removed useless inter_athena settings (they were doing absolutely
nothing): read_gm_interval, gm_db, gm_db_level, gm_db_account_id,
diff --git a/conf-tmpl/atcommand_athena.conf b/conf-tmpl/atcommand_athena.conf index 6f7ea8ed2..9371c2781 100644 --- a/conf-tmpl/atcommand_athena.conf +++ b/conf-tmpl/atcommand_athena.conf @@ -125,6 +125,10 @@ noask: 1 // Displays remaining jail time
jailtime: 1
+//Homunculus commands for players
+homtalk: 1
+hominfo: 1
+
//---------------------------
// 10: Super player+ commands
@@ -601,6 +605,13 @@ chardropall: 60 // put a players possessions in storage
charstoreall: 60
+//Homunculus commands for gms
+homlvup: 60
+homevolution: 60
+makehomun: 60
+homfriendly: 60
+homhungry: 60
+
//----------------------
// 80: GM Chief commands
|