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

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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 06-15-2004, 10:16 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

In zone/command.cpp

Change the command_serverinfo function to comment out those variables:

Code:
void command_serverinfo(Client *c, const Seperator *sep)
{

        char intbuffer [sizeof(unsigned long)];
        c->Message(0, "Operating system information.");
//      c->Message(0, " %s", Ver_name);
//      c->Message(0, " Build number: %s", ultoa(Ver_build, intbuffer, 10));
//      c->Message(0, " Minor version: %s", ultoa(Ver_min, intbuffer, 10));
//      c->Message(0, " Major version: %s", ultoa(Ver_maj, intbuffer, 10));
//      c->Message(0, " Platform Id: %s", ultoa(Ver_pid, intbuffer, 10));

}
I haven't looked into why those variables are undefined, but command_serverinfo is not a crucial function, so commenting out the offending lines for now shouldn't matter.
Reply With Quote
 


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 11:18 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