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:
|
thanks Muuss, all works now
oh but just can't sell anything :-( and I zoned to a zone that I did not have, now can not load the char doh !! hehehe am having fun though :-) |
Quote:
About merchants, there was a bug till recently in the source code, try eventually to get the latest one, i ve read somewhere that Doodman fixed it. |
I fixed it all up, works very well.
hey on a side note, how would I go about changing my characters race ?? I have a barberian and wanna change him to a troll. |
lol, what a lazy guy you are !
#permarace $raceid Barb might be something like 2, you'll be disconnected after the command, no worries, that's the intended behaviour ! |
hehehe
sweet thanks for that, I got the Trolls race id out of the database, it is 9, so I will login and do a #permarace 9 and will prob have to change the diaty as well .... fun fun |
Quote:
[Status] Error initializing perlembed: failed to install plugin printhook, do yo u lack IO::Scalar? [Status] Fatal error initializing perl: failed to install plugin printhook, do y ou lack IO::Scalar? I'm having the same problem and I know IO::Scalar is installed. |
I found
that uninstalling perl and reinstalling from scratch unitl everything goes right according to the server setup guide. I had to reinstall perl after a week of it not working and it worked great.
|
All times are GMT -4. The time now is 02:16 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.