From 95e60123d75ca265c0c689fce88e82654d9fbb5a Mon Sep 17 00:00:00 2001 From: mekolat Date: Sat, 23 Apr 2016 14:32:26 -0400 Subject: prevent magic rate abuse (10s block on login) --- world/map/db/const.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'world/map/db') diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 0a4b5fb0..a76f16b9 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -413,3 +413,15 @@ G_EVENT 50 G_GM 60 G_ADMIN 80 G_SYSOP 99 + +// Server Message Types (smsg builtin) +SMSG_DEBUG 0 +SMSG_GM 1 +SMSG_WARNING 2 +SMSG_SUCCESS 3 +SMSG_FAILURE 4 +SMSG_ERROR 5 +SMSG_LEGAL 6 +SMSG_MOTD 7 +SMSG_AUTOMATIC 8 +SMSG_EVENT 9 -- cgit v1.2.3-70-g09d2