Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::General Discussion

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

Reply
 
Thread Tools Display Modes
  #1  
Old 11-13-2003, 01:13 PM
xicross
Fire Beetle
 
Join Date: Nov 2003
Posts: 18
Default Want server to be EQ Classic

For the sake of simplicity and a realistic goal of having a finished Legit server, I was wondering if you could help me on modifying the following:

-Only the original 2 continents.
-EQ Classic races and classes only
-Level 50 cap

I want to keep it small to make for a more populated server feel.
Reply With Quote
  #2  
Old 11-13-2003, 01:47 PM
Kgaul
Hill Giant
 
Join Date: Apr 2003
Posts: 225
Default

i thought there were 3 original continents. Anyway they are still in Dev Release so alot of things are still being worked on. Most of what you are asking is DB issues, there are wonderful posts in the forums about how to modify your world...


Kgaul
Reply With Quote
  #3  
Old 11-13-2003, 03:02 PM
xicross
Fire Beetle
 
Join Date: Nov 2003
Posts: 18
Default

can ya point me in the general direction? not even sure where to begin on keywords to search for
Reply With Quote
  #4  
Old 11-13-2003, 04:27 PM
keelr
Fire Beetle
 
Join Date: Feb 2002
Posts: 4
Default

I do agree that this is a better setup.....i'm all for pre-kunark severs
Reply With Quote
  #5  
Old 11-13-2003, 05:03 PM
Draugr
Hill Giant
 
Join Date: Jan 2002
Posts: 141
Default

Is it possible to use the old interface? The interface as it was in the original release? What we would now call classic EQ? I've seen the newer client interface and wasn't too happy with it. I too would only want to run a classic EQ server.
__________________
John Von Draugr
Reply With Quote
  #6  
Old 11-13-2003, 05:57 PM
xicross
Fire Beetle
 
Join Date: Nov 2003
Posts: 18
Default

Interface doesnt really bother me as much as having a vast amount of zones form 5 expansions to fill.

I think if I could get it down to pre-kunark it would be so much easier to actually make a complete server.
Reply With Quote
  #7  
Old 11-13-2003, 07:35 PM
Wiz
Dragon
 
Join Date: Feb 2002
Posts: 583
Default Re: Want server to be EQ Classic

Quote:
Originally Posted by xicross
For the sake of simplicity and a realistic goal of having a finished Legit server, I was wondering if you could help me on modifying the following:

-Only the original 2 continents.
-EQ Classic races and classes only
-Level 50 cap

I want to keep it small to make for a more populated server feel.
Either grab the database addons and delete all items/spawns/NPCs not related to classic OR just source it all and only boot up classic zones.

You'll need to mess with the source for a proper way to prevent BSTs, have a level 50 cap and all that. Add this line under OP_CharacterCreate in world/client.cpp, ABOVE SendCharInfo();

Code:
			if (cc.class_ > 14 || cc.race > 12)
			{
				cerr << "database.CreateCharacter failed" << endl;
				APPLAYER *outapp = new APPLAYER(OP_ApproveName, 1);
				outapp->pBuffer[0] = 0;
				QueuePacket(outapp);
				delete outapp;
				ret = false;
				break;
			}
in client.cpp, change the following line in SetEXP()

Code:
int8 maxlevel = 66;
to

Code:
int8 maxlevel = 51;
Simple way of doing it.
Reply With Quote
  #8  
Old 11-14-2003, 03:18 PM
Shiroin
Fire Beetle
 
Join Date: Feb 2003
Posts: 7
Default WOOT You don't know how much I'd love this...

I missed the pre-kunark and pre-velious days and have been wishing there'd be some way to go back to them. Please notify my as soon as you get this server up (I'll be like the first to log on).
__________________
"Trying is the first step toward failure." - Homer Simpson
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 08:53 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