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 05-29-2002, 11:33 PM
Vagrant
Fire Beetle
 
Join Date: May 2002
Posts: 2
Default Quik Question

I was just wondering if it would be possible to import the entire EQ game (nps's items, quests, etc....) into a server and then play in the exact same world as the real servers over a lan with your friends?

Possible?

-thanks in advance
Reply With Quote
  #2  
Old 05-29-2002, 11:58 PM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Absolutely, after you create the exact item/quest/npc database..
Reply With Quote
  #3  
Old 05-30-2002, 04:38 AM
Vagrant
Fire Beetle
 
Join Date: May 2002
Posts: 2
Default

Im assuming thats incredibly difficult?
Reply With Quote
  #4  
Old 05-30-2002, 05:02 AM
Symarra
Sarnak
 
Join Date: May 2002
Posts: 63
Default Na, its rather simple

All you have to do is sit down in your most comfortable chair and wait....
wait....
wait.....
Then go out and buy the SW from someone.
Or....
wait.....
wait......
until the EQemu staff finishes everything they wanted to then.....
Sit down in your most comfortable chair and wait......
for your slow arse internet connection to DL someone elses hard work.
__________________
Git en ma bellie!
Reply With Quote
  #5  
Old 05-30-2002, 05:24 AM
SteelDragon
Sarnak
 
Join Date: May 2002
Posts: 31
Default

Greetings...

Question about the entire database. In the World Builder area everyone seems to be making their own databases. I just started working with mysql cause of eqemu.

What does the < go.sql command do? Can others work on their own databases & then just keep having everyone keep merging them?

SteelDragon
Reply With Quote
  #6  
Old 05-30-2002, 05:30 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

mysql -f eq33 < go.sql is basically the same as

c:\mysql\bin> mysql.exe
mysql> use eq33;
mysql> source go.sql;
mysql> exit


It loads the go.sql file into mysql and runs it, using the eq33 database.

Anyone can work on a database, or merge them. All it takes is time and knowledge of the DB and SQL
Reply With Quote
  #7  
Old 05-30-2002, 05:31 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

< go.sql sources in an extra command fine. (Basiclly a batch file with a bunch of sql commands in it)

mysql {databasename} < go.sql

executes the go.sql file, which is itself a list of sql instructions for the database to execute.

Can they all be combined? No, not necessarily. Some can go over the top of others, so are complete solutions in and of themselves.
Reply With Quote
  #8  
Old 05-30-2002, 05:34 AM
SteelDragon
Sarnak
 
Join Date: May 2002
Posts: 31
Default

Greetings...

And what is the process of merging two database files together? That also a DOS command?

SteelDragon
Reply With Quote
  #9  
Old 05-30-2002, 07:41 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

Merging DB's requires you know if one will overwrite something important in the other. All the sql files are text files, open them up and start learning...
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 06:35 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