Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Understanding the Ban Table Columns in a 4s Website

Junior Spellweaver
Joined
Mar 14, 2018
Messages
159
Reaction score
13
hey, so as some of you may already know, i am currently working on a 4s website. i want to display if an account is banned in the account settings but i dont really understand some column names in the ban table..

can someone please explain to me what these do?
- bBlockType - is this like 0 = hack, 1 = bug etc.. ??
- bEternal - is this for perma ban? but thats useless just write 99999999 at dwduration
- bBlockReason - reason should be text but the column is a tinyint
- sendBanMail - to what email? lol its a tinyint so i cant insert an email
 
Newbie Spellweaver
Joined
Aug 7, 2015
Messages
73
Reaction score
29
beternal = 1 perma 0 duration ban
bblocktype = Useless for game login (you can use it for somethink like 1 account ban 2 global ban (ip)
BlockReason = you can set something like 1 = Bug Using 2 = Hack 3 = Insult etc... there is no importance for the login / ps : you can change column to text or something like it, if you want to add reason without 1 2 3 etc...

sendbanmail = ? certainly something using by web from old owner / useless for game login.

a update will coming for the database to simplify some table / functions.
some of column of this table is useless.
 
Upvote 0
Back
Top