-
Apprentice
[Help]/aban dc
Hi all!
When I try to ban a char by "/aban" I am disconnected.
How do I ban in database?
Can I recover later if necessary?
I need ban some ppl. 
Thx
-
-
DEV
Re: /aban dc
I think that the problem in a stored procedure or table.
Check the log files and get an answer.
and See PS_UserData->usp_Update_UserStatus
Manual SQL:
USE PS_UserData;
UPDATE Users_Master SET Status = 2 WHERE UserID = 'loginname'; --BAN
USE PS_UserData;
UPDATE Users_Master SET Status = 0 WHERE UserID = 'loginname'; --NORMAL
-
Apprentice
Re: /aban dc
Thx Twilight!
Did you know what are the possible status?
-
DEV
Re: /aban dc
The answer may be found in the stored procedure: PS_UserData -> usp_Insert_UserBlockLog_R
Translate text from google translator
Korean->English