|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support::Windows Servers Support forum for Windows EQEMu users. |
01-20-2016, 09:25 PM
|
Sarnak
|
|
Join Date: Feb 2007
Posts: 53
|
|
Can't find my server on the list, searches exhausted.
I was able to move on and have the 4 black windows open for hosting a server as per following the setup guide for windows.
I am unable to find my server on the server list once logged in.
Please help!
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
|
01-21-2016, 01:20 AM
|
Hill Giant
|
|
Join Date: Mar 2015
Posts: 126
|
|
Have you setup a loginserver through EQEmu?
|
01-21-2016, 01:30 AM
|
Hill Giant
|
|
Join Date: Mar 2015
Posts: 126
|
|
http://www.eqemulator.org/index.php?pageid=ws_mgmt
Create your world server. This is the information you put inside your eqemu config document, fill out the acc / pass that u create here.
<loginserver>
<host>login.eqemulator.net</host>
<port>5998</port>
<account>Account_Created</account>
<password>******</password>
</loginserver>
Restart server.
If it comes up as locked, you need to forward your ports
|
01-21-2016, 01:37 AM
|
Sarnak
|
|
Join Date: Feb 2007
Posts: 53
|
|
i hadnt put anything in the account/pw area of config as it said to leave them default but now that i have and have created a world server here on the site, i still cant find it on the list. =/
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
|
01-21-2016, 02:08 AM
|
Hill Giant
|
|
Join Date: Mar 2015
Posts: 126
|
|
Does it say your sever is running? What config etc did u put, what's the name
|
|
|
|
01-21-2016, 02:12 AM
|
Sarnak
|
|
Join Date: Feb 2007
Posts: 53
|
|
Code:
<?xml version="1.0"?>
<server>
<world>
<shortname>Desiderium</shortname>
<longname>Realm of Shadows</longname>
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>some.server.com</address> -->
<!-- <localaddress>192.168.0.5</localaddress> -->
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>login.eqemulator.net</host>
<port>5998</port>
<account>myworldserveraccount</account>
<password>myworldserveraccountpw</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>iputarandombunchofnumbershere</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>7778</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>root</username>
<password>i put my sql pw here.</password>
<db>peq</db>
</database>
<qsdatabase>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>i put my sql pw here.</password>
<db>peq</db>
</qsdatabase>
<!-- 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 have a feeling my world and queryserv are getting stuck at 'connecting to mysql...'
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
|
|
|
|
01-21-2016, 02:22 AM
|
Hill Giant
|
|
Join Date: Mar 2015
Posts: 126
|
|
For your server to show up, it needs to say in world.exe 'Loading Items etc'
New connection from ip.ip.ip.ip.
If you can provide some info on after you launche start.bat im sure i can help out somehow
|
01-21-2016, 02:25 AM
|
Sarnak
|
|
Join Date: Feb 2007
Posts: 53
|
|
it never did that, world mostly had about 5 lines of yellow and then about20 options.. things like updating etc..
i tried to play around with changing localhost to my ip and see if rebooting server would help... even after changing back i cannot even get server to launch now it gives me the cannot open config error.
Appreciate the helps, ill reply quickly.
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
|
01-21-2016, 02:27 AM
|
Sarnak
|
|
Join Date: Feb 2007
Posts: 53
|
|
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
|
01-21-2016, 02:37 AM
|
|
Developer
|
|
Join Date: Dec 2012
Posts: 515
|
|
You are missing database updates you need to read the world.exe window and follow the options.
|
01-21-2016, 02:37 AM
|
Hill Giant
|
|
Join Date: Mar 2015
Posts: 126
|
|
Ok first run those updates from world.exe
I thin its 3, let it run through untill it reutrn the 20 options than press 3 again. Missing dbase so it should source anything missing.
Is it local server or hosted?
|
01-21-2016, 02:43 AM
|
Sarnak
|
|
Join Date: Feb 2007
Posts: 53
|
|
localserver, booting up now and lets see!
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
|
01-21-2016, 02:47 AM
|
Sarnak
|
|
Join Date: Feb 2007
Posts: 53
|
|
I'm in! But how do I add in those custom items i made over with EOC ? lol
thanks again guys!
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
|
01-21-2016, 02:50 AM
|
Sarnak
|
|
Join Date: Feb 2007
Posts: 53
|
|
(EDITED OUT, this ones solved)
__________________
~Xanatos Nemos, Master of Shadows
www.Ever-WoW.com The EQ/WoW Hybrid
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 12:36 PM.
|
|
|
|
|
|
|
|
|
|
|
|
|