diff options
Diffstat (limited to 'conf/atcommand_local.conf.example')
-rw-r--r-- | conf/atcommand_local.conf.example | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/conf/atcommand_local.conf.example b/conf/atcommand_local.conf.example index 1f07f962..ca369949 100644 --- a/conf/atcommand_local.conf.example +++ b/conf/atcommand_local.conf.example @@ -81,7 +81,8 @@ charstats: 40 // Heals a person to full HP/SP. heal: 40 -// GM Hide (enables you to be invisible to characters, and most monsters) (1 command + /hide). +// GM Hide (hides you from monsters and most reporting functions). +// To hide from other players use @invisible hide: 40 // Enables you to to jump randomly on a map (that you are already on). @@ -109,6 +110,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 +293,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" |