Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 05-12-2011, 02:10 AM
Zothen
Hill Giant
 
Join Date: Apr 2011
Location: Germany
Posts: 163
Question Cosmetic error: Every player a gm?

When entering /who on my private server, all players are marked as *GM*, but neither I have activated gm mode nor have any other players a status > 20.

Is that a known bug?
Reply With Quote
  #2  
Old 05-12-2011, 02:39 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Nope, I haven't heard of that before. If you are seeing GM in the who, that means they should be GMs. By default the standard config file is set to start all accounts at status 20, so maybe it is something like that which you are running into. Though, I think status 20 should show up as Guide, not GM in a /who.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote
  #3  
Old 05-12-2011, 04:48 AM
Zothen
Hill Giant
 
Join Date: Apr 2011
Location: Germany
Posts: 163
Default

Well, it only happens sometimes. Thats why I think it has to be a bug of some sort.
Reply With Quote
  #4  
Old 05-12-2011, 08:30 AM
Zothen
Hill Giant
 
Join Date: Apr 2011
Location: Germany
Posts: 163
Default

Correction: it happens every time using /who.

/who all shows different results and works somewhat better.

In which file is the code for that so I can have a look?
Reply With Quote
  #5  
Old 05-12-2011, 10:07 AM
rencro
Hill Giant
 
Join Date: Sep 2008
Location: So. California
Posts: 219
Default

In eqemu_config.xml edit the line:
Code:
<zones>
		
	<defaultstatus>20</defaultstatus>

		
	<!-- Sets port range for world to use to auto configure zones -->
		
	<ports low="7000" high="7100"/>
	</zones>
to say :
Code:
<zones>
		
	<defaultstatus>0</defaultstatus>

		
	<!-- Sets port range for world to use to auto configure zones -->
		
	<ports low="7000" high="7100"/>
	</zones>
Then in your database, go to "account table" and change the status of all your players to 0.. See if that resolves your issue..
Reply With Quote
  #6  
Old 05-12-2011, 01:13 PM
KingMort
Banned
 
Join Date: Sep 2006
Posts: 841
Default

Quote:
Originally Posted by rencro View Post
Then in your database, go to "account table" and change the status of all your players to 0.. See if that resolves your issue..
Which you can do pretty easy for the entire Table just by running this query.

Code:
UPDATE `account` SET `status` = '0' WHERE `account`.`status` = 20;
Reply With Quote
  #7  
Old 05-12-2011, 01:20 PM
Zothen
Hill Giant
 
Join Date: Apr 2011
Location: Germany
Posts: 163
Default

Aye, did that already. I will try editing the xml file, thanks.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 04:49 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3