Log in

View Full Version : Help - eqemu tool..dataset edit problems


Gonkers
03-25-2004, 04:49 AM
Whenever I go to commit a change in eqemu admin tool, there is a screen that pops up and says:

tblaccounts: dataset not in edit or insert mode.

I need to access this because i need to make myself server op because the code everyone has been posting "yourname@localhost" blah blah does not work to make myself server op.

I recall a code that use to work where you could set serverop's and all that just by typing in on dos something something then 200

Jezebell
03-25-2004, 05:05 AM
UPDATE account SET status=250 WHERE name='eqemu';

samandhi
03-25-2004, 09:25 AM
"yourname@localhost" blah blah does not work to make myself server op. This is NOT to set server_op status. This command :
GRANT ALL PRIVILEGES ON *.* TO <username>@localhost IDENTIFIED BY '<password>' WITH GRANT OPTION;
is used to grant access to your DB with another account besides the default one in MySQL, which is root with NO password..

Just follow the command that Jezebell said, or you can open dos command and cd into your eqemu directory (the one that contains the world.exe file), then type :
world flag <username> 255