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

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 01-07-2003, 01:16 AM
Dragonfire1357
Fire Beetle
 
Join Date: Jan 2003
Posts: 2
Default Help please

When i goto flag and add a user it does nothing i goto C:\eqemu in dos and type world.exe adduser user password 200 and all it does it load up the server as if i just typed world.exe could any one please help me why is it doing this im running on windows xp.
Reply With Quote
  #2  
Old 01-07-2003, 02:32 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

The commandline option is currently broken (we'll fix it in the next verison)

Do this.

Go into mysql (instructions in readme)

type;
use eq;
update account set status=200 where username='your account username';


you can change the 200 to anything you want, the max is 255.
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #3  
Old 01-07-2003, 04:52 AM
mwilson828
Fire Beetle
 
Join Date: Jan 2003
Posts: 2
Default Error 1054

I followed Trumpcard's instructions and got the following error:

ERROR 1054: Unknown column 'username' in 'where clause'

So the flag command didn't work. Any ideas?
Reply With Quote
  #4  
Old 01-07-2003, 06:08 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

I cant remember the exact column name, im sitting here at work...

type describe accounts; after use eq; and use the right column names...
__________________
Quitters never win, and winners never quit, but those who never win and never quit are idiots.
Reply With Quote
  #5  
Old 01-07-2003, 06:37 AM
mwilson828
Fire Beetle
 
Join Date: Jan 2003
Posts: 2
Default Thank You!



Trumpcard - THANK YOU!

Worked perfect. You rock man!
Reply With Quote
  #6  
Old 01-07-2003, 06:52 AM
kabalah
Fire Beetle
 
Join Date: Nov 2002
Location: Los Gatos, Ca
Posts: 27
Default fix for net.cpp

hey trumphcard, the fix was pretty easy. i just moved the test for disablecommandline out of the giant if then elseif statement. also i changed the database to not consider ls_accountid as unique...

alter table account drop index ls_accountid;
alter table accout add index lsa (ls_accountid);

then it worked fine...

kabalah
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:11 AM.


 

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 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3