Ok, now I am trying to add the account using the command line method. I am trying to follow the
incredibly cryptic guide here:
http://www.eqemulator.net/wiki/wikka...MiniLoginSetup
I am trying to just open a command prompt and typing in the code:
INSERT INTO account(name, STATUS, minilogin_ip) VALUES('mini',250,'127.0.0.1');
In the first set of parenthensis, do I type in "name", "STATUS", "minilogin_ip" as it says in the guide? Or am I supposed to substitute some other value? What is 250 for? I thought it was for GM or admin level access. Where do you find that information?
It just replies by telling me that INSERT is not a recognized command.