summaryrefslogtreecommitdiff
path: root/db/constants.conf
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-17 16:41:08 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-17 16:41:08 -0300
commit6f53b9c193c11bc12dd64be651e24e991ee12367 (patch)
treef224600b5a62021430ad9036a6f95833f592a66b /db/constants.conf
parent2719ade242665df3d5f7fc521a5d3bcd8c18da39 (diff)
downloadserverdata-6f53b9c193c11bc12dd64be651e24e991ee12367.tar.gz
serverdata-6f53b9c193c11bc12dd64be651e24e991ee12367.tar.bz2
serverdata-6f53b9c193c11bc12dd64be651e24e991ee12367.tar.xz
serverdata-6f53b9c193c11bc12dd64be651e24e991ee12367.zip
Readd the permission constants. Fix GM level on items. Remove unused attr from itemdb
Diffstat (limited to 'db/constants.conf')
-rw-r--r--db/constants.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf
index 0302207d..01b013ef 100644
--- a/db/constants.conf
+++ b/db/constants.conf
@@ -3737,6 +3737,33 @@ more than one separator can be used in a row (so 12_3___456 is illegal).
BATTLE_CAVE8:128
BATTLE_CAVE9:256
MAX_HIGH_SCORES: 4
+ // Command Permission
+ CMD_ZENY:80
+ CMD_CHARZENY:98
+ CMD_DEBUG:80
+ CMD_CHANGESEX:40
+ CMD_CHARCHANGESEX:60
+ CMD_CLASS:40
+ CMD_CHARCLASS:50
+ CMD_DESTROYNPC:98
+ CMD_REMOTECMD:40
+ CMD_WARP:40
+ CMD_CHARWARP:60
+ CMD_MUTE:60
+ CMD_NPCTALK:40
+ CMD_MUSIC:40
+ CMD_AUTOMOD:60
+ CMD_DIVORCE:40
+ CMD_CHARDIVORCE:60
+
+ // Special Permission
+ MAP_LOUNGE:20 // GM Lounge & Numa
+ EVT_KILLTHEGM:50 // Pull the Rabit magic
+ DBG_HOLIDAY:40 // Holiday Debug (xmas, easter...)
+ EVT_DEBUG:50 // Event Debug (open portals, disguise...)
+ DBG_SCHEDULED:40 // Scheduled Broadcasts
+ DBG_MOTD:40 // Message of the Day
+ DBG_VALIA:40 // Iilia quest debug info
@include "db/si_config.conf"
@include "conf/import/constants.conf"