summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-01-24 17:17:55 -0700
committerJared Adams <jaxad0127@gmail.com>2010-01-24 17:17:55 -0700
commit6a322b8e58f3aa129258340d4d83839675be652e (patch)
tree5bac6bd8b1824204f40c05706fc70862fa9c431a /conf
parent5ff6b8a397040a73edfe5cf3c9898d0d0cc50e99 (diff)
downloadserverdata-6a322b8e58f3aa129258340d4d83839675be652e.tar.gz
serverdata-6a322b8e58f3aa129258340d4d83839675be652e.tar.bz2
serverdata-6a322b8e58f3aa129258340d4d83839675be652e.tar.xz
serverdata-6a322b8e58f3aa129258340d4d83839675be652e.zip
Update example @command file to match Platinum
Diffstat (limited to 'conf')
-rw-r--r--conf/atcommand_local.conf.example108
1 files changed, 55 insertions, 53 deletions
diff --git a/conf/atcommand_local.conf.example b/conf/atcommand_local.conf.example
index 66383f48..737c793e 100644
--- a/conf/atcommand_local.conf.example
+++ b/conf/atcommand_local.conf.example
@@ -39,12 +39,15 @@ gm: 100
//-------------------------
// 40: "Dev"
+// Broadcast to the whole server
+broadcast: 40
+
+// Broadcast to the map you are on
+local_broadcast: 40
+
// Suicide your character.
die: 40
-// Brings up your personal storage wherever you are.
-storage: 40
-
// Locate someone on a map, returns your coordinates if the person isn't on.
where: 40
@@ -118,15 +121,20 @@ l: 40
tee: 40
t: 40
-// Broadcast to the whole server
-broadcast: 40
+//--------------------
+// 50: Event coordinators
-// Broadcast to the map you are on
-local_broadcast: 40
+// make yourself invisible to everyone
+invisible: 50
-// Broadcast (with or without name).
-kami: 40
-kamib: 40
+// make yourself visible to everyone
+visible: 50
+
+// Spawns a monster, and a certain amount
+spawn: 50
+
+//Summons a monster, and a certain amount
+summon: 50
//--------------------
// 60: "GM"
@@ -140,35 +148,38 @@ exall: 60
// Shows Stats Of All Characters Online
charstatsall: 60
-// Kill all monsters in map (without drops)
-killmonster2: 60
+// Turns PVP (Person v. Person) off on a map.
+pvpoff: 60
+
+// Enables PVP on a map.
+pvpon: 60
-// Display all items of a player
-charitemlist: 60
+// Sets the speed you can walk/attack at. Default is 150.
+speed: 60
-// Display all items of a player's storage
-charstoragelist: 60
+// Kill all monsters in map (with drops)
+killmonster: 60
-// Display all items of a player's cart
-charcartlist: 60
+// Kill all monsters in map (without drops)
+killmonster2: 60
// drop all your items
-dropall: 60
+dropall: 99
// store all your items
storeall: 60
+// allow other players to hit you out of pvp
+killable: 60
+
// look up a skill by name
skillid: 60
// use a skill by id
useskill: 60
-// Spawns a monster, and a certain amount
-spawn: 60
-
-//Summons a monster, and a certain amount
-summon: 60
+// make another player killable
+charkillable: 60
// Resurects yourself.
alive: 60
@@ -216,6 +227,9 @@ charsave: 60
// Kill another character without hitting them.
kill: 60
+// Enable hitting a player even when not in pvp
+killer: 60
+
// Creates weapon of desired element.
produce: 60
@@ -266,7 +280,7 @@ jail: 60
// To discharge a prisoner
unjail: 60
-// drop a players possessions on the gruond
+// drop a players possessions on the ground
chardropall: 60
// put a players possessions in storage
@@ -278,37 +292,9 @@ hugo: 60
// backward
linus: 60
-// make yourself invisible to everyone
-invisible: 60
-
-// make yourself visible to everyone
-visible: 60
-
//----------------------
// 80: "eA Dev"
-
-// Turns PVP (Person v. Person) off on a map.
-pvpoff: 80
-
-// Enables PVP on a map.
-pvpon: 80
-
-// Sets the speed you can walk/attack at. Default is 150.
-speed: 80
-
-// Kill all monsters in map (with drops)
-killmonster: 80
-
-// make another player killable
-charkillable: 80
-
-// Enable hitting a player even when not in pvp
-killer: 80
-
-// allow other players to hit you out of pvp
-killable: 80
-
// set magic properties on a char
setmagic: 80
@@ -449,6 +435,15 @@ undisguise: 99
chardisguise: 99
charundisguise: 99
+// Display all items of a player (disabled due to reformed GM guidelines)
+charitemlist: 99
+
+// Display all items of a player's storage (disabled due to reformed GM guidelines)
+charstoragelist: 99
+
+// Display all items of a player's cart (disabled due to reformed GM guidelines)
+charcartlist: 99
+
// Enables platinum skills of another player.
charquestskill: 99
@@ -461,6 +456,10 @@ model: 99
// To get a peco to (un)ride
mountpeco: 99
+// Broadcast (with or without name).
+kami: 99
+kamib: 99
+
// Disconnect all users from the server
kickall: 99
@@ -490,3 +489,6 @@ reloadscript: 99
// Re-load GM level (admin command)
reloadgmdb: 99
+
+// Brings up your personal storage wherever you are.
+storage: 99