Log in

View Full Version : Locked Server =\


Spec_Ops2087
06-22-2004, 05:00 AM
After about 2 hours worth of stuff I finally got my server up and running. The problem now is that when I try and connect to my server with my other computer, it says it is locked =(.

Here are some copies of different files:

# READ README.TXT
[LoginServer]
loginserver=eqemulator.net
loginport=5995
worldname=Rathgard Testing Grounds
worldaddress=XXX.XXX.XXX.XXX
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

boot5zones.bat:
EM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . xxxx 7995 localhost
start zone . xxxx 7996 localhost
start zone . xxxx 7997 localhost
start zone . xxxx 7998 localhost
start zone . xxxx 7999 localhost
exit
cls

This is what the world.exe says:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR3
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Screwing up windows compiles...
TCP listening on: xxxx:9000
World server listening on: xxxx:9000
Connected to LoginServer: eqemulator.net:5995

I would copy what the boot5zones.bat says but when I click on it, it opens about 4-5 windows and they close themselves before I get a chance to copy paste them.


Thanks alot!

DeathMan
06-22-2004, 05:02 AM
Are there any spaces? Delete them cause I noticed them.

Spec_Ops2087
06-22-2004, 05:06 AM
nope, no spaces, i guess it is just how internet explorer copies it.

The only spaces there are are the ones that were included with the files (IE in the boot5zones.bat after teh IP address in between that and the port number)

Spec_Ops2087
06-22-2004, 05:11 AM
I just noticed this and it might be one of the problems?

"If you've patched since the 16th you can only play on 5.7DR6 servers. Any other server will do this."

I have patched this computer since then. Any idea how to get the 5.7DR6 files since I only have DR3?


Thanks

DeathMan
06-22-2004, 05:13 AM
http://home.centurytel.net/Discovery/EQEmu-CVS-Compile.zip

Thats it i think.

Spec_Ops2087
06-22-2004, 05:17 AM
With the New DR6 I get a whole new world message and here it is:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Error] DBLoadItems query 'SELECT charges,unknown002,unknown003,merchantprice,un
known005,unknown006,unknown007,unknown008,itemclas s,name,lore,idfile,id,weight,n
orent,nodrop,size,slots,cost,icon,unknown018,unkno wn019,unknown020,tradeskills,c
r,dr,pr,mr,fr,astr,asta,aagi,adex,acha,aint,awis,h p,mana,ac,deity,skillmodvalue,
skillmodtype,banedmgrace,banedmgamt,banedmgbody,ma gic,casttime2,hasteproclvl,req
level,bardtype,bardvalue,light,delay,reclevel,recs kill,elemdmgtype,elemdmgamt,ef
fecttype,range,damage,color,classes,races,unknown0 61,spellid,maxcharges,itemtype
,material,sellrate,unknown067,casttime,unknown069, proc_rate_mod,focusid,combatef
fects,shielding,stunresist,strikethrough,combatski ll,combatskilldmg,spellshield,
avoidance,accuracy,unknown081,factionmod1,factionm od2,factionmod3,factionmod4,fa
ctionamt1,factionamt2,factionamt3,factionamt4,char mfile,augtype,augslot1type,aug
slot2type,augslot3type,augslot4type,augslot5type,l donpointtheme,ldonpointcost,ld
onsold,bagtype,bagslots,bagsize,bagwr,unknown105,b ooktype,filename,banedmgamt2,a
ugmentrestriction,loreflag,pendingloreflag,artifac tflag,summonedflag,tribute,gmf
lag,endur,dotshielding,attackbonus,hpregen,manareg en,hastepercent,damageshield,m
instatus FROM items ORDER BY id', #1054: Unknown column 'unknown008' in 'field l
ist'
Error: EMuShareMem: DLLLoadItems: !cbDBLoadItems
[Error] Error: Could not load item data. But ignoring
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Screwing up windows compiles...
TCP listening on: xxxxx:9000
World server listening on: xxxxx:9000
Connected to LoginServer: eqemulator.net:5995
85683 New client from ip: xxxxx port: 1267
Account Attempting to be created:SpecOps2087 0
Logged in: FirstLogin LS#56287: SpecOps2087
Client disconnected
Removing client from ip:xxxx port:1267


alot of errors loading up world but the boot5zones.bat works like a charm no errors...and the server is still locked btw


Thanks

Spec_Ops2087
06-22-2004, 05:27 AM
Did some editing to the new DR6 file and got it to run smoothly now:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.7-DR6
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=28731, max id=69304
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
You may already be a winner... of the darwin award.
TCP listening on: xxx:9000
World server listening on: xxx:9000
Connected to LoginServer: eqemulator.net:5995

and the boot5zones.bat also goes smoothly but once again closes itself before I can copy paste.

So now I am back down to the orgional problem of having the sever still locked =(

Virus11
06-22-2004, 05:53 AM
You need to boot your zones. Are you running on Perl compiles?

Spec_Ops2087
06-22-2004, 05:56 AM
I used the newbie install guide and it told me not to use perl so no I don;t have that. As for zones I run boot5zones.bat and some windows pop up but then disappear in about a second or so. how would I run my zones then?


Thanks

Spec_Ops2087
06-22-2004, 07:48 AM
I think I have found the problem but have no idea how to fix it. When I try to double click on Zone.exe it opens for a split second and then closes I assume that means it isn't working properly? This is probably why it says I am a locked server =(

Any ideas?

Spec_Ops2087
06-22-2004, 11:35 AM
Fixed it -- had to install perl apparently