EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Tutorials/Howto's (https://www.eqemulator.org/forums/forumdisplay.php?f=619)
-   -   HOWTO: Setup an EQEmu server as of 06/01/2004 (https://www.eqemulator.org/forums/showthread.php?t=12337)

Longear 03-19-2004 10:12 AM

hmm
 
hmm, now World.exe is dead, 2 lines come up and poof :/

samandhi 03-19-2004 10:26 AM

Quote:

one fact!: i have mysql in C: and eqemu in h: . . doews taht make a diff?
No, as long as your DB that you sourced in is in you \mysql\bin directory...

Quote:

hmm, now World.exe is dead, 2 lines come up and poof :/
Sounds like you have pooched server files. Try re-downloading the files and redoing it.. Leave the DB unchanged as you dont need to mess with that... Starting from scratch may just be easier anyhow and see what happens (except the DB of course). Or you could open up a dos prompt and change to the directory that contains your world.exe and run it.. This way you can see what it says and it wont close... :)

Quote:

Samadhi: i have a broadband, with routers, and windows firewall is not up. ill try the longer name thing, and the ip
Make sure that you forward the ports needed for your connection to the loginserver (at least). You may also try forwarding your zone ports, so you can use your external IP... Is your broadband IP static or dynamic? If it is dynamic, then that is your problem... It will change either daily, or when you turn off and then back on your machine. You will have to use something like DynDNS, a website where you can assign a NAME to your IP address, even if it changes, that way you can use the same thing over and over no matter what your IP is (as long as it is through your ISP that you sign up the account with on DynDNS)....

coregamer10 03-19-2004 02:29 PM

I am using Windows XP, Cabile connection, yes I am using a router, the Firewall is disabled, and I have no clue what kind of IP I am usen just usen what it gave me when I clicked on whatsmyip link and what the cammand prompt gave me when I did the ipconfig. thanks a ton for the help samandhi :D

Longear 03-20-2004 08:59 AM

boot5zones
 
think ive fixed most now, but still 1017 error, i think the major fault is the boot.bat, they get an 10057 error when someone comes in.

Longear 03-20-2004 09:07 AM

no, that was when i shut down world:P but i have svreenshots of world.exe, and zone.exe, but cant upload :/

waternorth 03-21-2004 02:17 PM

http://unc.dl.sourceforge.net/source....5.2-Win32.zip

Does not work :(

waternorth 03-21-2004 02:27 PM

Oops, ignore that... its only THIS one that dosen't work. http://mwnpcmovdb.myftp.org/MW055_alpha_02.zip

azzwip 03-21-2004 02:57 PM

Re: HOWTO: Setup an EQEmu server as of 03/18/04
 
FIRST STEP:

1. click http://www.mysql.com/get/Downloads/M...ysql.orst.edu/ to download MySQL, after that install the downloaded file

2. click http://unc.dl.sourceforge.net/source....5.2-Win32.zip

and http://www.rama.demon.co.uk/5.5DR1VSNETBinaries.zip

My computer has determined that file directly above contains a virus.

whether this is in fact correct or not, my comp wont let off on the virus warnings that its spamming me with: virus name : win95/coke 22231

make of it what you will, i just downloaded the newest files from shawn319's cvs files rather than listening to my computer continue to complain about it.

RexChaos 03-22-2004 04:16 AM

And what virus does it contain? Please share your knowledge with everyone...

I scanned that file and found nothing.

Jezebell 03-22-2004 04:50 AM

If you are talkign about:

http://www.rama.demon.co.uk/5.5DR1VSNETBinaries.zip

As far as I know the version I have does not have a virus because I am running Norton Anti-Virus 2004 with the latest virus definitions, I will redownload it tonight to see if it has a virus now but I would say it is unlikely.

RexChaos 03-22-2004 05:54 AM

He's full of it. I'm totally updated as of 2 seconds before I downloaded that file and scanned it again. There's no virus. Nice way for him to start off his legacy here...first post and he's full of crap. :evil:

nilar 03-22-2004 06:01 AM

Quote:

My computer has determined that file directly above contains a virus.
Rofl I think thats his signature guys :D

Jezebell 03-22-2004 06:29 AM

Then what the heck did he post for? lol

nilar 03-22-2004 07:09 AM

thats what i was trying to figure out

RexChaos 03-22-2004 07:23 AM

There's no line above it. Notice everyone else's sig has a line above it?

nilar 03-22-2004 09:01 AM

This is true. Well he is full of himself because I have Norton Antivirus 2004 edition and I have yet to run into a virus on any of these files.

MrJag 03-22-2004 11:50 AM

sometimes i think the worst virus is the person at the keyboard

RexChaos 03-22-2004 11:53 AM

I think this is a nice way to sum up the last few comments...

http://coughbullshitcough.com/module...article&sid=17

Angelishes 03-26-2004 08:44 PM

Ehh stuck
 
I was trying to follow this tutorial and set this all up i got this far

2. Right-click the desktop, go to New > Text file, name it MySQL.bat, edit it to include this and then save it.

Code:
cd\mysql\bin
mysql -u root mysql


anytime you need to enter something in the MySQL command line just run MySQL.bat.

3. Run MySQL.bat and type:

Code:
grant all privileges on *.* to username@localhost identified by 'password' with grant option;


(replace username/password with your winmysqladmin username//password)

Press Enter....type:

Code:
create database eq;


Press Enter....type:

Code:
use eq;


Press Enter....type:

Code:
source MW055_alpha_02.sql;


Lots of stuff should fly by with no errors. Type:

Code:
quit

I right clicked the desktop make the text file named it that wrote cd\mysql\bin
mysql -u root mysql that in it saved it and then ughh my nooberness kicked in and i just got confused it says to run the file and type all that stuff in and ugh maybe im missing somthing but i dont understand it how do u run a text file do i just type all that stuff in there or isnt it suppost to be a text file anymore.. help please lol

P.S. can somone explain to me the diffrence between External IP and Internal IP .. and a fast way to figure out what both are.. i have Windows 98 SE and run dsl on my computer which is hooked up to a router with 4 other computers..

khaasta 03-27-2004 04:35 PM

how do i do this... i dont get it ...
Edit boot5zones.bat and make sure it looks like this:

Code:
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . YourExternalIP 7995 YourInternalIP
start zone . YourExternalIP 7996 YourInternalIP
start zone . YourExternalIP 7997 YourInternalIP
start zone . YourExternalIP 7998 YourInternalIP
start zone . YourExternalIP 7999 YourInternalIP
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------

and um, this link doesnt work for me atleast... it is the second site that u have to click on, the.... http://unc.dl.sourceforge.net/sourceforge < not all of link, but that lnik doesnt work for me

Jezebell 03-27-2004 04:38 PM

Angel, it is a .bat file, not a .txt file, did you read the directions?

DrizztBanrae 03-27-2004 05:21 PM

stuck
 
I ran the world.exe and the boot5zones.bat both flew by and appeared to do nothing..not sure what to do now (learning as I go) appreciate any help =)

thedark2004 03-28-2004 01:18 AM

2. click http://unc.dl.sourceforge.net/source....5.2-Win32.zip

does not seem to work...keeps dumping me back to a PerfectNav Web search page...anyone know how to get rid of this now that I mentioned it?

nilar 03-28-2004 05:56 AM

http://www.eqemulator.net/forums/viewtopic.php?t=13774

Look at my post at the bottom. It will tell you how to get those files.

penguindude589 03-28-2004 05:33 PM

can i do this but play my own server by myself without internet connection? if so how would i do this?

Jezebell 03-28-2004 06:33 PM

this way http://www.eqemulator.net/forums/viewtopic.php?t=12644

blinkish 03-31-2004 08:44 AM

...
 
ive done verything on the list good ... except at the end when i load boo5zones.bat ... it loads all the commands , it says 148 commands loaded ... then it says
"worldserver.connect<> FAILED!"
[Status] Entering Sleep Mode.

Would like it if someone could help out ... ty

blinkish 03-31-2004 08:48 AM

k
 
Ok i think i fixed it ...
I first opened up world.exe and it connected ... i minized it and opened up boot5zones and it connected to localhost successfully ...
dunno what to do now tho )

Monrezz 03-31-2004 08:51 AM

Read the guides... :)

blinkish 03-31-2004 09:50 AM

well obviously im posting on one guide ...
after the boot5zones.bat it doesnt tell u how to name server or anything unless i have misread it 5 times

blinkish 03-31-2004 09:55 AM

NM lol sorry i got it up :) but its 5.2 ...
Anyway i can update it to 5.5 ?

Monrezz 03-31-2004 09:58 AM

Update Binaries

blinkish 03-31-2004 10:18 AM

and where do i get binaries and how do i update them .. sorry new at this

molimo140 04-01-2004 02:39 AM

Download the 5.5 DR-1 Binaries:

http://www.rama.demon.co.uk/5.5DR1VSNETBinaries.zip

Unzip that to your EQEmu folder..shoud be something like C:\EQEmu

Click YES TO OVERWRITE FILES when a window pops up.

That should do it.

Sims 04-01-2004 05:44 AM

Tutorial Is Great
 
I did the tutorial and got my server running, but I want to edit items, but cant find the db can anyone help me please?

Monrezz 04-01-2004 10:06 AM

http://www.eqemulator.net/dumpeditems.sql.gz

Download, extract, source.

Olam 04-01-2004 01:26 PM

help
 
i Type in source MW055_alpha_02.sql and it says

Failed to open file 'MW055_alpha_02.sql' , error : 2

wat should i do to fiz this i beleive i followed it all right....

Olam 04-01-2004 01:32 PM

^^^^^^^^^^^
 
^^^^^^^^^^^^^ disregard my last post i fixed it i extracted it wrong

Do these lines that are "alot" ever end??????

Olam 04-01-2004 01:35 PM

ummm
 
how long do these many lines go on for lol its been some time

Loosenut 04-01-2004 01:53 PM

Sorry nvm, skipped a step on accident, Delete me.


All times are GMT -4. The time now is 07:00 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.