diff options
Diffstat (limited to 'world/map/conf/permissions.txt')
-rw-r--r-- | world/map/conf/permissions.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/world/map/conf/permissions.txt b/world/map/conf/permissions.txt new file mode 100644 index 00000000..0b8cb79a --- /dev/null +++ b/world/map/conf/permissions.txt @@ -0,0 +1,21 @@ +// 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 +CMD_REMOTECMD 40 + +// 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 |