In last days we got some problems with some crazy players ... we tryed different methods to ban IPs and / or Accounts but without success ...
Can any1 tell us how we can ban? ... because i never saw any1 asking this around ...
In last days we got some problems with some crazy players ... we tryed different methods to ban IPs and / or Accounts but without success ...
Can any1 tell us how we can ban? ... because i never saw any1 asking this around ...
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
ok cyper ... i will wait your BUZZ on mess because i can't find it -.-" ...
i thought that there is a query for this ...
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
Ok . We found out how to ban accounts ... but how we can ban IPs? ...
For ban account
with account db select
on query analizer
update cabal_auth_table
set Authtype = 2
where id = 'Account'
I should have watched my mouth and not said/talked shit to DeadlyData telling him things like your are not welcome here because then I become the one who is truly not welcome here.
Thanks for answers ... now another question >.<
How i can know the UserNum or account if i know the Character Name and CharIdx ?
I have the same problem
Query Analyzer :
determine character id number based on character name
use gamedb;
select characteridx, name from cabal_character_table where name = 'CHARACTER NAME'
determine account based on character id number
use account;
select usernum, id from cabal_auth_table where usernum = (CHARACTER ID NUMBER/8)
then ban the violator
use account;
update cabal_auth_table
set authtype = '2'
where usernum = (USER NUMBER HERE)