Log in

View Full Version : World Issues


jetstrike
09-20-2006, 03:52 PM
I searched the forums for about 4 hours and i could not find an answer to my question.

I bought eq titanium did a clean install. installed perl and mysql. I downloaded EQEmuServerPack-PEQ-3.0 and ran it setup for minilogin.

When i double click to run eqemu minilogin world and zone all three come up. the the world disappears and and minilogin stays up but zone goes to an error
I also followed the wiki step by step http://www.eqemulator.net/wiki/wikk...MiniLoginConfig however i still have the same error i did before. The following link is a short video of what is happening.

http://www.gamerz-anonymous.com/error.html

John Adams
09-21-2006, 01:50 AM
Weird. Almost the same exact post from you is found here (http://eqemulator.net/forums/showthread.php?t=21571). The forum must be duplicating things.

;)

sdabbs65
09-21-2006, 02:51 AM
Weird. Almost the same exact post from you is found here (http://eqemulator.net/forums/showthread.php?t=21571). The forum must be duplicating things.

;)

I dont know what the problem is but this will help solve it.
go to a dos prompt then the eqemu dir.
then type world ...
you will see what the real error is.

jetstrike
09-21-2006, 08:59 AM
I dont know what the problem is but this will help solve it.
go to a dos prompt then the eqemu dir.
then type world ...
you will see what the real error is.

Okay i did what you said and i am getting the 10061 error... I am a dmz host so this does not make sense i tried everything i could find.

http://www.gamerz-anonymous.com/error2.html

Addons.ini

#Addon release file

[CommandLevels]
$MAXCLIENTS=-1
@NPCSPELLS=8
!setaaxp=100
!setaapts=100
!level=10
!damage=100
!heal=10
!npcspecialattk=100
!kill=100
!timeofday=80
!date=80
!haste=100
!weather=80
!shutdown=200
!setxp=100
!summonitem=0
!itemsearch=0
!finditem=0
!search=0
!spawn=10
!delacct=200
!size=80
!worldshutdown=200
!chat=200
!appearance=150
!zoneshutdown=150
!zonebootup=150
!emote=80
!summon=100
!kick=150
!mana=10
!npcloot=80
!findspell=20
!spfind=20
!castspell=20
!cast=20
!invul=80
!invulnerable=80
!setskill=20
!setskillall=20
!setallskill=20
!save=100
!depop=100
!depopcorpses=100
!depopzone=100
!repop=100
!spawnstatus=100
!listnpcs=100
!listnpccorpses=100
!listplayercorpses=100
!deletenpccorpses=100
!deleteplayercorpses=150
!showbuffs=100
!nukebuffs=100
!hideme=80
!deletecorpse=150
!sendzonespawns=200
!flymode=20
!race=20
!texture=10
!gender=10
!zheader=80
!zsky=80
!zcolor=80
!zcolour=80
!zuwcoords=100
!zsafecoords=100
!zclip=80
!zsave=200
!npccast=80
!dbspawn2=200
!npctypespawn=10
!attack=150
!zstats=80
!lock=150
!unlock=150
!motd=150
!makepet=20
!crashtest=201
!showpetspell=250
!freeze=100
!unfreeze=100
!pvp=100
!permaclass=80
!permarace=80
!permagender=80
!gm=100
!gmspeed=100
!movechar=100
!title=100
!copychar=200
!serverinfo=201
!npcstats=80
!memspell=100
!zone=10


config.ini


[Database]
host=192.168.2.107
user=******
password=******
database=peq
compression=off

[General]
quests=C:\EQEmu\



db.ini


###Your current database configuration is as follows:
##db.ini:

[Database]
host=192.168.2.107
user=******
password=******
database=peq


loginserver.ini

###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=192.168.2.107
loginport=5999
worldname=My Minilogin
worldaddress=192.168.2.107
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999



eqemuconfig.xml

<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>
<!-- Only specify these two if you really think you need to. -->
<address>192.168.2.107</address>
<localaddress>192.168.2.107</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.2.107</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>122jsdhdefkflez676883ksjhs8is98s</key>

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

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

vales
09-21-2006, 02:49 PM
<!-- Only specify these two if you really think you need to. -->
<address>192.168.2.107</address>
<localaddress>127.0.0.1</localaddress>

Might be eqemu_config.xml. Try that.

1.) You behind a router?
2.) Are you hosting the server on the same PC you're playing EQ on? Or is it a dedicated machine?

Magefeu
09-21-2006, 06:21 PM
Did you apply the changelog.txt changes... there are many changes in the DB from cavedude which is a 0.7.0 with no extension to the 845

sdabbs65
09-22-2006, 12:40 AM
Did you apply the changelog.txt changes... there are many changes in the DB from cavedude which is a 0.7.0 with no extension to the 845

Ok now were getting somewhere.

change localhost to 127.0.0.1 in config.xml
make sure mysql is running and you have a user name and password installed per the instructions.

typ mysql at any dos prompt and it should connect. that means it's running.

jetstrike
09-22-2006, 07:32 AM
<!-- Only specify these two if you really think you need to. -->
<address>192.168.2.107</address>
<localaddress>127.0.0.1</localaddress>

Might be eqemu_config.xml. Try that.

1.) You behind a router?
2.) Are you hosting the server on the same PC you're playing EQ on? Or is it a dedicated machine?


Its a DMZ host for lan. I want to play on the host computer and 1 other on the network.

jetstrike
09-22-2006, 07:33 AM
Did you apply the changelog.txt changes... there are many changes in the DB from cavedude which is a 0.7.0 with no extension to the 845

I had no clue there were supposed to be changes made... where can i find the changhes and what do i need to do.

John Adams
09-23-2006, 06:20 AM
Dude, seriously. I am not normally a jerk to anyone here, but do you read anything? Or just want answers easy as possible?

Magefeu even says:
Did you apply the changelog.txt changes... there are many changes in the DB from cavedude which is a 0.7.0 with no extension to the 845
And there are other posts throughout this forum with full update scripts on what needs to be updated to get from PEQ/Cavedude's db to the current binaries.

In the current binaries, there is a changelog.txt file. Open it. Find things pertaining to SQL. If you do not know how to source or update SQL, there is plenty of info outside this forum (called "Google") that will aide you.

jetstrike
09-24-2006, 01:35 PM
Ok so i went to http://www.eqemulator.net/download.php and got the newest files but i still have the exact same error i had before...