blob: 812c3848a07580987fcb72667313832d1f0d5c66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
// 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
CMD_WARP 40
CMD_CHARWARP 60
CMD_MUTE 60
// 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
|