summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-04-23 11:41:26 -0600
committerJared Adams <jaxad0127@gmail.com>2009-04-23 11:41:26 -0600
commit80c728163b6df85275b1e9d20639a7e3f500ccff (patch)
tree48db85e56360fd2e3f7ad35b93ffe4bfbdfdb6c0 /conf
parent7eb960be2d5c7527bcc89dcc0b853631abdd83ee (diff)
downloadserverdata-80c728163b6df85275b1e9d20639a7e3f500ccff.tar.gz
serverdata-80c728163b6df85275b1e9d20639a7e3f500ccff.tar.bz2
serverdata-80c728163b6df85275b1e9d20639a7e3f500ccff.tar.xz
serverdata-80c728163b6df85275b1e9d20639a7e3f500ccff.zip
Add some of fate's new commands to some files
Diffstat (limited to 'conf')
-rw-r--r--conf/atcommand_local.conf.example19
-rw-r--r--conf/help.txt.example9
2 files changed, 27 insertions, 1 deletions
diff --git a/conf/atcommand_local.conf.example b/conf/atcommand_local.conf.example
index 1f07f962..0186cadd 100644
--- a/conf/atcommand_local.conf.example
+++ b/conf/atcommand_local.conf.example
@@ -109,6 +109,13 @@ itemreset: 40
// Sets your spawn point (aka save point).
save: 40
+// Send text to the GM log
+log: 40
+l: 40
+
+// Send text to the GM log and local chat
+tee: 40
+t: 40
//--------------------
// 60: "GM"
@@ -285,6 +292,18 @@ chardropall: 60
// put a players possessions in storage
charstoreall: 60
+// iterate over players
+// forward
+hugo: 60
+// backward
+linus: 60
+
+// make yourself invisible to everyone
+invisible: 60
+
+// make yourself visible to everyone
+visible: 60
+
//----------------------
// 80: "eA Dev"
diff --git a/conf/help.txt.example b/conf/help.txt.example
index 3aa1af99..78f45a80 100644
--- a/conf/help.txt.example
+++ b/conf/help.txt.example
@@ -30,7 +30,9 @@
40:
40:--- CHANGE GM STATE CMD ---
40:@die ---- suicide
- 40:@hide - Makes you character invisible (GM invisibility). Type @hide again become visible.
+ 40:@hide - Makes your character invisible (GM invisibility). Type @hide again become visible.
+ 60:@invisible - Makes your character invisible (complete)
+ 60:@visible - Makes your character visible (opposite of @invisible)
40:@save - Sets respawn point to current spot
40:@return - Warps you to your save point
40:@warp <mapname> <x> <y> - Warps you to the selected position
@@ -42,6 +44,11 @@
40: -2: (Memo point 1) 2: geffen 6: aldebaran 10: amatsu 14: louyang
40: -1: (Memo point 0) 3: payon 7: xmas (lutie) 11: gonryun 15: start point
40: 0: prontera 4: alberta 8: comodo 12: umbala 16: prison/jail
+ 60:@hugo - iterate over players forward
+ 60:@linus - iterator over players backwards
+ 40:
+ 40:@log/@l - Send text to the GM log
+ 40:@tee/@t - Send text to the GM log and local chat
40:
60:@alive - Revives yourself from death
40:@heal [<HP> <SP>] - Heals the desired amount of HP and SP. No value specified will do a full heal.