View Single Post
  #3  
Old 01-22-2002, 03:44 AM
Hack_attack
Sarnak
 
Join Date: Jan 2002
Posts: 37
Default

Quote:
Originally Posted by /dev/n00b
The one thing i loved about EQemu is that I HAD CONTROLL. i decided who was logged on, who had what, who was where, etc etc etc (controll freak..?.. me....NEVER)

I dont like the fact that i can no longer controll that. lets hope they do release some sort of login server that WE can use for ourselves/friends.



acualy you can still chose who gets in your server. see if someone gets in and they do somthing that you dont like. (when doing this make sure you set your own account status to 200) then open mysql. and type this in
use eq
select * from account
and then look for there account name.
then after you find there account name type
update account set password=(whatever) where id=(the id of there account)
and then there should also be a selection that has this thing like lsaccountid or somthing like that
type this in next
update account set lsaccountid=NULL where id=(there id number)
then join your server and type
#kick (playername) .
it worked for me but i dont know how well it works yet. im still working with commands to keep people out of servers. :P
__________________
-----------------------
watch out i bite
Reply With Quote