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. :grr:
Thx
Printable View
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. :grr:
Thx
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
Thx Twilight!
Did you know what are the possible status?
:drool:
The answer may be found in the stored procedure: PS_UserData -> usp_Insert_UserBlockLog_R
Translate text from google translator
Korean->English