summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/_atcommand_local.txt.example
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2016-04-12 16:37:08 -0400
committermekolat <mekolat@users.noreply.github.com>2016-04-12 19:21:46 -0400
commitdc9c6ac482b353fe9a4b1e1628f691c487a517fc (patch)
tree655b6616766410e8880e8395298811beba8c742a /world/map/npc/commands/_atcommand_local.txt.example
parentd55ee9ec4a43cbc7d52619b6a473a4760bb9acdb (diff)
downloadserverdata-dc9c6ac482b353fe9a4b1e1628f691c487a517fc.tar.gz
serverdata-dc9c6ac482b353fe9a4b1e1628f691c487a517fc.tar.bz2
serverdata-dc9c6ac482b353fe9a4b1e1628f691c487a517fc.tar.xz
serverdata-dc9c6ac482b353fe9a4b1e1628f691c487a517fc.zip
add default permissions
Diffstat (limited to 'world/map/npc/commands/_atcommand_local.txt.example')
-rw-r--r--world/map/npc/commands/_atcommand_local.txt.example27
1 files changed, 0 insertions, 27 deletions
diff --git a/world/map/npc/commands/_atcommand_local.txt.example b/world/map/npc/commands/_atcommand_local.txt.example
deleted file mode 100644
index ec1fae51..00000000
--- a/world/map/npc/commands/_atcommand_local.txt.example
+++ /dev/null
@@ -1,27 +0,0 @@
--|script|GM|32767
-{
- end;
-
-OnInit:
- // command permissions here
- set .zeny, G_ADMIN;
- set .charzeny, G_SYSOP;
- set .debug, G_ADMIN;
- set .changesex, G_DEV;
- set .charchangesex, G_GM;
- set .class, G_DEV;
- set .charclass, G_EVENT;
-
- // special permissions below
- set .lounge, G_TESTER; // level to enter the GM Lounge & talk to Numa
- set .killthegm, G_EVENT; // this is both for the event and the magic gm top hat
- set .holiday, G_DEV; // holiday debug (xmas, halloween, ...)
- set .event, G_EVENT; // event debug (open portals, disguise, ...)
- set .scheduled, G_DEV; // scheduled broadcasts (schedule broadcast, stop broadcast, trigger broadcast, ...)
- set .motd, G_DEV; // motd debug (show/hide motd)
-
- // very specific debug menus
- set .valia, G_DEV; // illia quest debug info
-
- end;
-}