help pls

Junior Spellweaver
Joined
Mar 28, 2009
Messages
124
Reaction score
0
the only gm comand that work is _/kickout i really need to block a accont ...please help me how to block a account or i need to block him ip becouse he insoult me and i dont know how to ban him with ip...if i cant do this in game tell how can i do in mssql to ban him on ip on or account i meed scrept pls
 
/_invisible
/_warp
/_kickout
/_block
/_unblock

They should all work. In mssql you can set the AuthType of the account to 2 to block. Also:

account.dbo.cabal_tool_RegisterBlockUser 'usernum','release date','2'
account.dbo.cabal_tool_ReleaseBlockUser 'usernum'

And add ip addresses/ranges to account.dbo.cabal_blockip_list to ban that way. Most people have dynamic ip though and using proxies bypasses an ip block so ip blocks are pretty pointless.
 
Upvote 0
Back