blocking users

Junior Spellweaver
Joined
Aug 15, 2008
Messages
184
Reaction score
5
exec dbo.cabal_tool_RegisterBlockUser 'charname?'

And here's the error:

Server: Msg 8**** Level 16, State 4, Procedure cabal_tool_RegisterBlockUser, Line 0
Error converting data type varchar to int.

Or how do i block users?ingame comands don't work

i added after the id of the char but then it reqeuests the releasedate 0_o
 
Last edited by a moderator:
Code:
exec cabal_tool_RegisterBlockUser '4','2008-8-22 21:00:00','1'

You need to user the UserNum, an "unban" date and the authtype. Setting the AuthType to 1 adds the UserNum to the hackuser list as well with a hacktype of 9 which i assume blocks you at the ImageAuth stage of login.
 
Upvote 0
exec cabal_tool_RegisterBlockUser '4','2008-8-22 21:00:00','2'
or
exec cabal_tool_RegisterBlockUser '2','2008-8-22 21:00:00','1'
 
Upvote 0
We know a character
But do not know USERID.
What the function of finding a numberID from character
I wrote a program GMTOOLs.
Thank you.
:thumbup1:

---------- Post added at 05:53 PM ---------- Previous post was at 05:05 PM ----------

We know a character
But do not know USERID.
What the function of finding a numberID from character
I wrote a program GMTOOLs.
Thank you.
:thumbup1:
cabal_tool_GetCharacterNum CharacterName
in data Gamedb By myself.
 
Upvote 0
Back