View Single Post
  #5  
Old 07-26-2006, 05:38 PM
Arag
Sarnak
 
Join Date: Jul 2006
Posts: 52
Default

Click on "Start" then "Run" and type in

C:\mysql\bin\mysql -u root

use eq; (or what ever your Db is called)


UPDATE account SET status=255 WHERE name='youraccountname';

if it stil not working

try myslqCC
open database (eq or what ever your Db is called )

open tabels
dubbel klick account
you wil see this

+----+--------+----------+-------------+------------+----------+--------+--------------+---------+---------+--------------+
| id | name | charname | packencrypt | sharedplat | password | status | lsaccount_id | gmspeed | revoked | minilogin_ip |
+----+--------+----------+-------------+------------+----------+--------+--------------+---------+---------+--------------+
| 1 | Gorebane22 | charname | | 0 | | 0 | [NULL] | 0 | 0 | 127.0.0.1 |

dubel klick the 0 down status
make it 250
File
Save >Save to clipboard
exit

and type in game #gm on
and #help from Commands

Last edited by Arag; 07-27-2006 at 01:49 AM..
Reply With Quote