diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-12 16:37:08 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-12 19:21:46 -0400 |
commit | dc9c6ac482b353fe9a4b1e1628f691c487a517fc (patch) | |
tree | 655b6616766410e8880e8395298811beba8c742a /world/map/conf/permissions.txt | |
parent | d55ee9ec4a43cbc7d52619b6a473a4760bb9acdb (diff) | |
download | serverdata-dc9c6ac482b353fe9a4b1e1628f691c487a517fc.tar.gz serverdata-dc9c6ac482b353fe9a4b1e1628f691c487a517fc.tar.bz2 serverdata-dc9c6ac482b353fe9a4b1e1628f691c487a517fc.tar.xz serverdata-dc9c6ac482b353fe9a4b1e1628f691c487a517fc.zip |
add default permissions
Diffstat (limited to 'world/map/conf/permissions.txt')
-rw-r--r-- | world/map/conf/permissions.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/world/map/conf/permissions.txt b/world/map/conf/permissions.txt new file mode 100644 index 00000000..7da7006c --- /dev/null +++ b/world/map/conf/permissions.txt @@ -0,0 +1,20 @@ +// command permissions below +CMD_ZENY 80 +CMD_CHARZENY 99 +CMD_DEBUG 80 +CMD_CHANGESEX 40 +CMD_CHARCHANGESEX 60 +CMD_CLASS 40 +CMD_CHARCLASS 50 +CMD_DESTROYNPC 99 + +// special permissions below +MAP_LOUNGE 20 // level to enter the GM Lounge & talk to Numa +EVT_KILLTHEGM 50 // this is both for the event and the magic gm top hat +DBG_HOLIDAY 40 // holiday debug (xmas, halloween, ...) +EVT_DEBUG 50 // event debug (open portals, disguise, ...) +DBG_SCHEDULED 40 // scheduled broadcasts (schedule broadcast, stop broadcast, trigger broadcast, ...) +DBG_MOTD 40 // motd debug (show/hide motd) + +// very specific debug menus +DBG_VALIA 40 // illia quest debug info |