Random People are GM's
Hello I have my own server now and its running fine excpet for one PART
some peopel are signing in and they are USER (90)'s meaning they have th Title "GM Support" meaning they have half the power of Mgmt How do I fix this ? |
Look for this in your eqemu_config.xml file:
Code:
<zones> |
Thank you
Thank you Makes sense :)
|
Still occuring
I have it set to this
<zones> <defaultstatus>0</defaultstatus> <ports low="7000" high="7100"/> </zones> someones is still GM support |
Did you update your accounts table to set everyone to 0 status?
|
I dont know how
How do you do that >?<
|
Quote:
Code:
UPDATE account SET status = '0' Code:
UPDATE account SET status = '' WHERE id = '' You can also use pretty much any GUI for MySQL do to this manually. |
help
lol how do i fix it
|
cmd?
where do i type that just any cmd screen ?
|
Quote:
|
Thats just it
I dont know what I edit mine with :(
sorry if im begining to be a dick with all the questions but I just wanna get it right |
You would've had to have set up MySQL when you set up your server. This includes the MySQL Query Browser.
Open the MySQL Query Browser and log in. Looking through the list in the right pane, go to the "accounts" table. Clicking the little arrow to the left of it will expand it so that you can see all the columns it contains. Double click on:
Then click "Execute" at the top right. This will now show you all the details you need in the main frame. Scroll down, inspecting the status of each account. Any that you find that aren't 0s, look at the account name and character name to decide whether you want that to stay, or if it needs to be changed. If it needs to be changed, click the edit button at the bottom. Click the field you want to change to highlight it. Hit enter, type a 0, then hit enter again. Once you've changed any number of them, hit the "Apply Changes" button at the bottom. That any help to you? (This fix is for if you're using Windows. If you're using Linux, I'm gonna be no help to you at all :)) |
All times are GMT -4. The time now is 12:48 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.