|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days. |

05-24-2002, 12:26 PM
|
Fire Beetle
|
|
Join Date: May 2002
Posts: 7
|
|
empty zones, no privileges
I'm sorry if i'm asking a question that's already been answered, but I couldn't find one after searching for a long time.
First of all, I'm using my own server with Minilogin.
To get a zone to actually have npc's in it, what do I need to do? Do i have to get some sort of database? I couldn't find where it was located, can anyone please help me with this?
Also, when i try to set the privileges as instructed to in the readme file, I get an error from the world.exe program
Thanks for any help, and once again, sorry if the questions are somewhere else to be found but i didn't find them
|

05-24-2002, 01:53 PM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
Take a look in the world builders forum for eqemu 3.2 compatable databases
|

05-24-2002, 08:09 PM
|
 |
Dragon
|
|
Join Date: Feb 2002
Location: GI, NE
Posts: 924
|
|
|

05-25-2002, 04:15 AM
|
Fire Beetle
|
|
Join Date: May 2002
Posts: 7
|
|
Ok, thanks for the help with that, I got the database functional (judging from the boot5zones.bat text that pops up), and I can give myself serverop status.
One more problem cropped up though, when I login as eqemu, there is no visible server to choose to play from.
My db.ini file looks like this:
[Database]
host=localhost
user=myuser
password=mypass
database=eq
My loginserver.ini looks like this:
[LoginServer]
loginserver=localhost
worldname=Worldname
locked=false
account=
password=
worldaddress=localhost
loginport=5999
Lastly, my eqhost.ini file looks like:
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
Thanks again if anyone can help.
I used to be able to log into my server just fine until I downloaded the databases, but i don't think they're the problem.
|

05-25-2002, 04:34 AM
|
 |
Dragon
|
|
Join Date: Feb 2002
Location: GI, NE
Posts: 924
|
|
Are you getting any errors on boot5zones or world? If so, post them also..
|

05-25-2002, 05:05 AM
|
Fire Beetle
|
|
Join Date: May 2002
Posts: 7
|
|
Ok I ran it again and the server worked fine, I'm not sure what the problem was.
However, none of the zones were populated like I thought they would be.
Boot5zones:
Using database 'eq' at localhost
Loading zone names, items & NPCs...done.
SPDat not found <'spdat.eff'>, spells not loaded.
Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode
The SPDat thing isn't a problem, I just haven't copied that file into my eqemu folder yet.
So there's the zone population problem, and when I try to assign my ServerOP status using the dos prompt, I get an error.
Error: LoginServer::Connect: 'TCPConnection:Connect(): connect() failed. Error: 10061'
(This is after going to a DOS prompt, typing cd c:\eqemu, world.exe flag eqemu 200. I also tried world flag eqemu 200 as suggested by someone else while searching for answers)
|

05-25-2002, 05:36 AM
|
Demi-God
|
|
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
|
|
in loginserver.ini
account=eqemu
password=eqemu
that should get the server to show up
the command line optins aren't working atm. you have to edit it in mysql, or use an admin tool.
in mysql
mysql>use [your DB name]
mysql>update account set status=200 where name='eqemu';
|

05-25-2002, 06:12 AM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 2,073
|
|
correction.. the loginserver.ini account/pass is only to get a green name on the server list (like a reccomended server).
__________________
Shawn319
Semi-Retired EQ Addict
(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support
(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
|
 |
|
 |

05-25-2002, 06:13 AM
|
Demi-God
|
|
Join Date: Jan 2002
Posts: 2,073
|
|
Quote:
Originally Posted by Joof
Ok I ran it again and the server worked fine, I'm not sure what the problem was.
However, none of the zones were populated like I thought they would be.
Boot5zones:
Using database 'eq' at localhost
Loading zone names, items & NPCs...done.
SPDat not found <'spdat.eff'>, spells not loaded.
Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode
The SPDat thing isn't a problem, I just haven't copied that file into my eqemu folder yet.
So there's the zone population problem, and when I try to assign my ServerOP status using the dos prompt, I get an error.
Error: LoginServer::Connect: 'TCPConnection:Connect(): connect() failed. Error: 10061'
(This is after going to a DOS prompt, typing cd c:\eqemu, world.exe flag eqemu 200. I also tried world flag eqemu 200 as suggested by someone else while searching for answers)
|
Try running the loginserver (minilogin.exe for exmaple)
it wants to connect before it can flag u.
__________________
Shawn319
Semi-Retired EQ Addict
(Retired)EQEmu Lead Tester
(Retired)EQEmu Tech Support
(Retired)Host/ServerOP - [LIVE] Official EQEmu Test Server
(Retired)Host/ServerOP - Shawn319's All-GM Dev Test Server
(Retired)ServerOP - EQEmu Beta Server
(Retired)ServerOP - GuildWars Server
(Retired)ServerOP - Raid Addicts
--------------------------
|
 |
|
 |

05-25-2002, 01:43 PM
|
Fire Beetle
|
|
Join Date: May 2002
Posts: 7
|
|
Ah thanks guys, everything works great
I got the zones populated, GM Privileges, everything.
The only one thing now (not really related to the emulator itself) is that I can't register an account to use to get on other people's servers.
I went to http://www.eqemu.net/login but once I enter info into the fields, the web page just sits there and times out.
Is the registration server down currently?
|

05-26-2002, 06:19 AM
|
Fire Beetle
|
|
Join Date: May 2002
Posts: 7
|
|
|
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 02:25 PM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |