What have I done wrong to setup an Uber Server ???
:shock:
i get error 10061 appear on world server Command Prompt after trying to attempt entering my server ??? |
Post output of world.exe, post your loginserver.ini
|
I also get this issue, am running the server on my own network, do not want to share with internet at this stage.
Any help would be good. Am running on Win2003 server with laters Mysql. umm also the Boot5Zones.bat runs and loads 5 screens but they all close after a while, is that normal ? My World.exe oputput Code:
Code:
Code:
Hoppy |
ok added this to my LoginServer.ini
Code:
the eqhost.txt has Code:
|
Have you sourced PEQ fresh install, or PEQ update databases ?
you're missing a few mysql tables, like account, and guilds. account causes a fatal error obviously. If this is your first server and you don't have any account to preserve, run mysql and source PEQ fresh install. it contains roughly anything you need for your server. Don't forget to run the DB fixes, right after. |
ok thanks guys I can now login and create a character, but now when i try to enter the world I get a Zone unavailable error.
my zone.exe is showing this Code:
perl -MIO::Scalar -e "print 'Installed'" and I got a message that said installed back. Also the 5 zone.exe widows don't stay open they all eventually close. any idea's ? |
ok have resolved this, can log in now fine, but only one prob, there are no trainers, mechs or mobs at all.
agghhhhh would this be a DB prob ? hellllllllllllllppp !! |
a DB prob ? funny idea :)
have you sourced a DB file ? like PEQ_kunark for example ? |
yep I have sourced that one and also the update one as well.
here is some of the output from my zone.exe Code:
|
Run this into mysql, its for merchantlist_temp error
CREATE TABLE merchantlist_temp ( npcid int(10) unsigned NOT NULL default '0', slot tinyint(3) unsigned NOT NULL default '0', itemid int(10) unsigned NOT NULL default '0', charges int(10) unsigned NOT NULL default '1', UNIQUE KEY merchantid (npcid,slot) ) TYPE=MyISAM; Run this for the npc error : ALTER TABLE npc_types ADD npc_aggro TINYINT NOT NULL DEFAULT '0'; |
ok just added those..
Just had a look at my zone.exe out put and have one more error Code:
P.S - Thanks for help on NPCs, they all there now :-) |
yeah right :)
Just add a field named liftheigth, int 11 |
umm can u plz give me the code on how to do that as am not good with sql...
and this is the last time i promise :-) |
hehe
ALTER TABLE npc_types ADD liftheight INT NOT NULL DEFAULT '0'; |
I've got your answer right here...
Quote:
|
All times are GMT -4. The time now is 08:05 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.