EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   How do I make a GM account? (https://www.eqemulator.org/forums/showthread.php?t=32249)

tzu-theory 10-07-2010 08:38 PM

How do I make a GM account?
 
Title says it all. I am brand new and just got my server up and running.

tzu-theory 10-07-2010 08:58 PM

I have edited the account access to 255 but I am still getting the "Your Access Level is not high enough...." etc...

joligario 10-07-2010 09:31 PM

How did you edit the account access? And what are you typing to get the message about not being high enough?

csb4623 10-19-2010 09:48 AM

In your accounts table there is a status column that can be 1 to 255. I think it defaults 20.

run UPDATE account SET status = 255 where id = x;

change x to your account id

that will make you the highest level gm. You can also go into the commands table and change the min value of the specific commands.

waeweas 07-06-2016 10:58 PM

Quote:

Originally Posted by csb4623 (Post 193247)
In your accounts table there is a status column that can be 1 to 255. I think it defaults 20.

run UPDATE account SET status = 255 where id = x;

change x to your account id

that will make you the highest level gm. You can also go into the commands table and change the min value of the specific commands.


Where do you find the accounts table so that I can edit the status column? I just don't know where to access the access level to change my account :/

Can anyone please help?

waeweas 07-06-2016 11:06 PM

This is what I am seeing, where do I go from here? :x

http://i.imgur.com/K1mt4h8.jpg

joligario 07-06-2016 11:10 PM

You are looking at the structure. You need to be looking at the data.

waeweas 07-06-2016 11:32 PM

Quote:

Originally Posted by joligario (Post 249851)
You are looking at the structure. You need to be looking at the data.

Sorry, incredibly new to this, where do I go to look at the data?

Uleat 07-06-2016 11:37 PM

The tab that your on says: "Table: account"

You want the tab to the right of it that says: "Data"

waeweas 07-06-2016 11:52 PM

Data was completely blank. Thank you for the quick replies! MUCH appreciated!

waeweas 07-07-2016 12:27 AM

Also, im taking a look at my tables, isn't there supposed to be one that says Logon?

http://i.imgur.com/Yb160Sr.jpg

Maze_EQ 07-07-2016 01:51 AM

UPDATE account SET status = 255 where id = 1;

Seeing you'd be the first account made.

Before trying to run something as simple as EQEMU you may want to learn basic SQL.

It can be a daunting task.

Also go ask Captain Sparrow for NaviCAT, makes things much easier for beginners.

P.S. l2sql noob. (had to be an ass)

demonstar55 07-07-2016 02:44 AM

I usually do ./world flag username 255

waeweas 07-07-2016 02:50 AM

I used MariaDB and it said when I used command UPDATE account SET status = 255 where id = 1;

http://i.imgur.com/FPW2LLv.png

Thing is, my account isnt being stored in the database when I log in. I have a blank account data page

http://i.imgur.com/5ATmYyz.png

How can I solve this :x

waeweas 07-07-2016 01:36 PM

I FIGURED IT OUT!! I did not configure the mariaDB right.


All times are GMT -4. The time now is 10:15 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.