PDA

View Full Version : Question about Minilogin !


uncommon
02-07-2002, 10:13 PM
ok, i'm french, excuse me for my bad english !

I want to play Off-line with EQemu v-0.2.2.
I can launch my server, i have no error, no problem.
But, when i create my character, i'm a normal user, so i can't summon monsters, or do other things.

What must i do for have the admin privileges. :confused:

Thanks for the reply ! :)

Baltar
02-08-2002, 02:06 AM
open eqadmin and modify the status for the eqemu/eqemu account to 200. or you can manual do it through mysql

use eq;
UPDATE accounts where name='eqemu';

Baltar
02-08-2002, 02:11 AM
oops it's early in the morning here

thats

use eq;
UPDATE account set status=200 where name='eqemu';

uncommon
02-08-2002, 02:35 AM
Thanks, now when i want to connect to my server i must enter eqemu and eqemu at identification ?

TheClaus
02-08-2002, 02:41 AM
Yes at the login your would enter eqemu for both username and password. Then it will work great.

uncommon
02-08-2002, 03:00 AM
Yes it work perfect, thanks a lot ! :D