Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 06-06-2007, 11:00 AM
Wolfdemon123
Fire Beetle
 
Join Date: Nov 2006
Posts: 8
Default Strange

ok i did that guide i just i get loged in finlly but heres the thing i got mysql runing 'YAY' lol anyways yeah , its runing i have the Minilogin up right now i did what you said with the removeing i just tryed to do both kinds the frist one from the PDF guide game up with a error of the eqlunch when the program is right there so i gave up on that . i can get in minilogin but. im haveing that bug or what ever agin with the server not showing up if you can maybe idk help me somehow maybe over the phone team speak what ever is best or on here is fine i don't mind . im makeing prgoress or waht ever i just need to know how to get my server to show up oh yeah and im not useing a rotder or what thoses things are called i did all the setups i just need to know what im doing wrong to get my server not to show up . Tell me if you know anything or if i need to give out any of the stuff needed for it.
Reply With Quote
  #2  
Old 06-06-2007, 11:12 AM
Wolfdemon123
Fire Beetle
 
Join Date: Nov 2006
Posts: 8
Default New stuff from the files here

Ok heres the eqemu_config.xml This is not the full one the full one will be next


<?xml version="1.0">
<server>
<world>
<shortname>WOLF</shortname>
<longname>TheWolvesofeverquest</longname>

<!-- Only specify theses two if you really think you need to. -->
<address>66.191.238.67</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>66.191.238.67</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!--Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mine.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>newpwd</password>
<db>peq</db>

Thats the eqemu_config.xml


heres the full one

<?xml version="1.0">
<server>
<world>
<shortname>WOLF</shortname>
<longname>WOLVEOFEVERQUEST</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>66.191.238.67</address> -->
<!-- <localaddress>192.168.0.5</localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="localhost" port="9000" telnet="disable"/>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>

<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>

<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>

<zones>
<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>eq</password>
<db>eq</db>
</database>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>
I think thats all you need idk.
Reply With Quote
  #3  
Old 06-06-2007, 11:33 AM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Ok, first off you dont need to mess with the eqemu_config.xml.full file. Its not needed.

Next off, are you on dial-up on or just behind a dsl/cable modem, the latter should still give you a internal ip like 192.something. If your on dialup, replace all the 62 addresses you put in with 127.0.0.1 or localhost. I dont have dialup so maybe one of our dialup users can help you out here.

Next off, eqlauch not stating is mosting due to the world zone/zones being wrong in your stat.bat file. Change it to zone if its zones, or to zones if its zone. Also, I know I earlier guide I wrote eqlauncher instead of eqlaunch. This error may have slipped through and I missed it so just change it and take out the "er" if its there.

For your eqhost file. Make sure you got the 127.0.0.1:5999 in there.

One more thing, in your eqemu config file, under the loginserver seciton, the port is 5999 not 5998. 5998 is used if you make your server on the public login server instead of the minilogin.
Reply With Quote
  #4  
Old 06-06-2007, 03:38 PM
Wolfdemon123
Fire Beetle
 
Join Date: Nov 2006
Posts: 8
Default

Quote:
Originally Posted by techguy84
Ok, first off you dont need to mess with the eqemu_config.xml.full file. Its not needed.

Next off, are you on dial-up on or just behind a dsl/cable modem, the latter should still give you a internal ip like 192.something. If your on dialup, replace all the 62 addresses you put in with 127.0.0.1 or localhost. I dont have dialup so maybe one of our dialup users can help you out here.

Next off, eqlauch not stating is mosting due to the world zone/zones being wrong in your stat.bat file. Change it to zone if its zones, or to zones if its zone. Also, I know I earlier guide I wrote eqlauncher instead of eqlaunch. This error may have slipped through and I missed it so just change it and take out the "er" if its there.

For your eqhost file. Make sure you got the 127.0.0.1:5999 in there.

One more thing, in your eqemu config file, under the loginserver seciton, the port is 5999 not 5998. 5998 is used if you make your server on the public login server instead of the minilogin.
ok umm i did that but when i go to Minilogin i get into the Everquestthing

it tells me this the new clent ect ect

and now

Unknown packet: .4233692 [92.153.64.0:15->0.0.0.0.0]
[OpCode 0x003 (OP_Unknown) Size=11]
0000: 00 05 00 00 00 00 00 00 - 00 00 00 : ...........


is that sopost to happon

oh yeah and i sitll don't get any severs they won't a apper what the heck am i doing wrong ? Can you make a video guide after you try and explain what im doing wrong.

And no Im not useing Dialup im useing a enternet modom i don't know i been working on this for the past 2 days non stop and im starting to think this is just a rip off.. sorry

Last edited by Wolfdemon123; 06-06-2007 at 11:41 PM..
Reply With Quote
  #5  
Old 06-06-2007, 03:53 PM
techguy84's Avatar
techguy84
Discordant
 
Join Date: Apr 2007
Location: Somewhere Safe
Posts: 453
Default

Umm, I am not going to make a video guide as I dont have that much free time. The project/guide is not a rip off. There have been countless people that have come before you and made a sucessful server right out of the gate, with the luxury of a screenshot guide. I for one with absolutly no knowledge of this went and made a server in under a day with no issues.

I can see how your having so many troubles, but bashing all this will not get you any further down the road. You have to step back and re evaluate all that you have done adn make sure that everthiyng is fine. I can cipher what your problem causer is from your post so I cant help to much.

Can you see your client connecting to the server. In the minilogin window and the world.exe window it should show you connecting. If it doesnt, you need to recheck all of your config files once again. Make sure that your using all the current components as recommended by the guide.
Reply With Quote
  #6  
Old 06-06-2007, 11:35 PM
leslamarch
Discordant
 
Join Date: Sep 2006
Location: Green Bay, WI
Posts: 436
Default

Quote:
i been working on this for the past 2 days non stop and im starting to think this is just a rip off.. sorry
Maybe you just need to step back and take a break for a bit, you would be surprised how that would help, As for Techguy84's guide they don;t get any better then that, Its absolutely Perfect take that from someone that has tried alot of guides in the past
Good Luck
Les
Reply With Quote
  #7  
Old 06-07-2007, 02:55 AM
Revilor
Fire Beetle
 
Join Date: Jan 2005
Location: US
Posts: 19
Default

Techguy's guide is superb and if no one can follow that with the help of screenshots then they aren't worthy to run a server. I learned a lot since I started back in September 2006 and I didn't know how to set up a server or what not and it took me a while to work out the kinks. On another note you should be thankful someone like Techguy answered your post.
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 05:41 PM.


 

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