Thread: World Issues
View Single Post
  #4  
Old 09-21-2006, 08:59 AM
jetstrike
Fire Beetle
 
Join Date: Dec 2005
Posts: 27
Default

Quote:
Originally Posted by sdabbs65
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
Code:
#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

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

[General]
quests=C:\EQEmu\
db.ini

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

[Database]
host=192.168.2.107
user=******
password=******
database=peq
loginserver.ini
Code:
###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
Code:
<?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>
Reply With Quote