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 02-21-2004, 09:50 AM
greenguy14
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default creating charector....

iv got my server up and running it called mikestestserver(bugged).
i get to the create charector screen and every time i make one it says name rejected please make another. i am using 5.3dr3.
i am getting "Error could not load item data but ignoreing" and alot of stuff above it about items in world.exe. that is only error i get on world.exe
do i have to have a database before i can play on my server? if so then how do i get one and how do i put it in my server.

[/code]
__________________
I said I Would never give up and i didn't and finally got it!!
Reply With Quote
  #2  
Old 02-21-2004, 09:58 AM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

Please see THIS thread to find out how to fix this error, which leads to your second question. Yes, you need to source in a database to use a server. See the tutorials and howtos forum under setting up your own server for help on this. You can find the latest db's to use with your version of EqEmu in the worldbuilding forum.
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote
  #3  
Old 02-21-2004, 11:27 AM
greenguy14
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

i am using the

http://prdownloads.sourceforge.net/s...use_mirror=unc

database but i cant find out how to source it. do i do it though cmd or mysql or what?
if cmd what do i type or in mysql what do i do.


i am really noob to this but i wont give up!!
__________________
I said I Would never give up and i didn't and finally got it!!
Reply With Quote
  #4  
Old 02-21-2004, 11:40 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

Quote:
Originally Posted by greenguy14
database but i cant find out how to source it. do i do it though cmd or mysql or what?
extract the file from mw_052_053_alpha2.zip
start mysql

type use eq
type source <the name of the file you extracted above>
type exit

you're done

Quote:
i am really noob to this but i wont give up!!
We were all noobs at one time.
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #5  
Old 02-21-2004, 03:36 PM
greenguy14
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

it said failed to open file?

i got to mysql in cmd then
did

use eq

source <MWnpcdb_050_default0_2.sql>
i got error 22 with braccets then with out i got error 2
both said same error message though
" Failed to open file '<MWnpcdb_050_default0_2.sql>' , error 22
"
Failed to open file 'MWnpcdb_050_default0_2.sql' , error 2

do i put the < and > in ?
__________________
I said I Would never give up and i didn't and finally got it!!
Reply With Quote
  #6  
Old 02-21-2004, 05:06 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

No <>'s.. Type this as follows:
Code:
mysql -u root myslq
USE eq;
source MWnpcdb_050_default0_2.sql;
quit
You have unzip the file and you also have to make sure that the sql file is in your c:\mysql\bin folder (granted c:\myslq is the location you installed MySQL to, which IS the location if you went default), and that should work just fine...
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote
  #7  
Old 02-21-2004, 05:28 PM
greenguy14
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

what locations does the file have to be in i have it in my build folder and mysql\bin is that it?

I got the same error said

Failed to open file 'MWnpcdb_050_default0_2.sql' , error 2
__________________
I said I Would never give up and i didn't and finally got it!!
Reply With Quote
  #8  
Old 02-21-2004, 08:17 PM
wize_one
Dragon
 
Join Date: Jan 2004
Location: LasShithole, NV
Posts: 520
Default

when you extract mw_052_053_alpha2.zip the file would be mw_052_053_alpha2.sql probaly getting error due to file not named right
__________________
Perfect quote from another site: it's immature pricks who refuse to read the numerous stickies in every forum pointing out what to do and what not to do that get flamed. Grow up and learn to do your fucking homework before opening your cake hole, junior. EQEmu doesn't like you anymore, and that's why you're getting errors. So go away.
__________________
Reply With Quote
  #9  
Old 02-22-2004, 04:16 AM
greenguy14
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

im still gettin the

Failed to open file mw_052_053_alpha2.sql , error 2

its the myqsl\bin folder is that the only place it has to be in?

thats where my winmysqladmin is and a like 20 or so .exe programs and a few other files.
__________________
I said I Would never give up and i didn't and finally got it!!
Reply With Quote
  #10  
Old 02-22-2004, 04:40 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Rename it db.sql and copy it into your mysql\bin folder.

Then point cmd promt to mysql\bin.

mysql -u root eq
source db.sql;


You're probably making a mistake in the file name somewhere, easier to simplify the filename and retry.
__________________

kRPG Profile
Reply With Quote
  #11  
Old 02-22-2004, 04:46 AM
greenguy14
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

yes i think i got it a bunch of

query ok 1 row affected (0.00)
query ok 1 row affected (0.00)
query ok 1 row affected (0.00)
query ok 1 row affected (0.00)
query ok 1 row affected (0.00)


this right?

getting thousends been like 4 min of this
__________________
I said I Would never give up and i didn't and finally got it!!
Reply With Quote
  #12  
Old 02-22-2004, 05:08 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Yes, you'll get something like 150,000 rows of that :P

Means everything's worked - go into Mysql front of EQAdmin if you have it, make sure you set up the options for your database so they're the same as found in your db.ini, and then you can see all the information in your database.
__________________

kRPG Profile
Reply With Quote
  #13  
Old 02-22-2004, 05:19 AM
greenguy14
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

sweet finally i said i would never give up!!


so this take like 1/2 hour?
__________________
I said I Would never give up and i didn't and finally got it!!
Reply With Quote
  #14  
Old 02-22-2004, 05:22 AM
Monrezz's Avatar
Monrezz
Dragon
 
Join Date: Mar 2003
Location: #loc
Posts: 745
Default

Depends what system your running, but shouldn't take too long.

Takes around 5 mins for me to fully source in MW, running a 2.2Ghz 512RAM.

If it keeps sourcing its working don't worry about how long it takes
__________________

kRPG Profile
Reply With Quote
  #15  
Old 02-22-2004, 08:39 AM
greenguy14
Sarnak
 
Join Date: Jan 2004
Posts: 44
Default

it worked... sourced and everyting


but after i run world.exe it connects no errors
then i do boot5zones.bat and they open and close quickly it says version 5.1 so do i need to update this to 5.3 or sumthing.
__________________
I said I Would never give up and i didn't and finally got it!!
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 01:45 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