View Single Post
  #2  
Old 06-17-2010, 08:52 AM
wuvil
Fire Beetle
 
Join Date: Jun 2010
Posts: 7
Default screenshots and config files

EQ login: http://img706.imageshack.us/f/eqlogin1.jpg/
CMD lines: http://img706.imageshack.us/f/cmdlines1.jpg/

EQhost file:
Quote:
[LoginServer]
Host=192.168.1.1:5999
EQemu_config file:
Quote:
<?xml version="1.0"?>
<server>
<world>
<shortname>Promised</shortname>
<longname>The Promised Land</longname>

<address>192.168.1.1</address>
<localaddress>192.168.1.1</localaddress>

<loginserver>
<host>localhost</host>
<port>5999</port>
<account>my username</account>
<password>my password</password>
</loginserver>

<key>my key</key>

<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>my password</password>
<db>peq</db>
</database>
</server>
Loginserver (minilogin) file:
Quote:
[LoginServer]
loginserver=192.168.1.1
loginserver2=newlogin1.eqemulator.net
loginport=5999
loginport2=5999
worldname=The Promised Land
worldaddress=192.168.1.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999
Startup .bat file:
Quote:
@echo off
Echo Starting MiniLogin Server
c:
cd c:\minilogin
start minilogin.exe
echo.
echo.

cd C:\eqemu
start world.exe
echo waiting a bit for world to finish loading...
echo.
echo.
ping -n 5 192.168.1.1 > nul

echo starting zone
start eqlaunch.exe zone
exit
Opcodes.conf file edited:
Quote:
#EQEmu Public Login Server OPCodes
OP_SessionReady=0x0001
OP_Login=0x0002
OP_ServerListRequest=0x0004
OP_PlayEverquestRequest=0x000d
OP_PlayEverquestResponse=0x0022
OP_ChatMessage=0x0017
OP_LoginAccepted=0x0018
OP_ServerListResponse=0x0019
OP_Poll=0x0029
OP_EnterChat=0x000f
OP_PollResponse=0x0011

What am i missing/doing wrong? Help is greatly appreciated!
Reply With Quote