View Single Post
  #1  
Old 02-27-2004, 07:08 AM
LazerBoy2030
Sarnak
 
Join Date: Dec 2003
Posts: 31
Default Almost there on MiniLogin but i need some elab first

Ok i read the MiniLogin Sticky and i think i did pretty well following the guide... This is my folder and what is in it
sorry i dont know how to make pictures without putting it on a website. Ill add some of the contents so you could point out any errors

EQ-Offline (folder)

--spells_us (copied from EQlive folder)

--MiniLogin Accounts.ini :arrow: 127.0.0.1 eqemu eqemu (there is 1 space)

--World :arrow: appliaction
--Zone :arrow: Application
--MiniLogin :arrow: Application

--Server.sln.old
--Server.dsw
--Server.sln

--LoginServer.ini :arrow:
# READ README.TXT
[LoginServer]
loginserver=172.171.177.115
loginport=5999
worldname=ZIPPY
worldaddress=172.171.177.115
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=





--EMuShareMem.dll




--db.ini
[Database]
host=localhost
user=username
password=password
database=dbname
compression=off

^^im not totally sure if i need to put my EQEMU login name and password there^^





--db.sql
-- EQEmu 0.5.0 Database

-- To install, copy this file to your mySQL/bin folder and run mysql.exe
-- Type "create database eq;" (if one doesnt exist) then type "use eq". then type "source db.sq;"





--cleanipc.ccp
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/sem.h>
#include <sys/shm.h>





--Changelog.txt
EQEMu 0.5.3+ Changelog (Started on Sept 24, 2003 15:50)





--Jan24update.sql
-- 1/24/2004 0.5.3-DR3 Update.
-- Shawn319






--Updatefeb20.sql
ALTER TABLE start_zones ADD bind_x FLOAT DEFAULT "0" NOT NULL;
ALTER TABLE start_zones ADD bind_y FLOAT DEFAULT "0" NOT NULL;
ALTER TABLE start_zones ADD bind_z FLOAT DEFAULT "0" NOT NULL;
ALTER TABLE start_zones ADD select_rank TINYINT UNSIGNED DEFAULT "50" NOT NULL;







--Boot5Zones.bin
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

REM: If you still get errors try using localhost instead of 127.0.0.1

REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 172.171.177.115 7995 172.171.177.115
start zone . 172.171.177.115 7996 172.171.177.115
start zone . 172.171.177.115 7997 172.171.177.115
start zone . 172.171.177.115 7998 172.171.177.115
start zone . 172.171.177.115 7999 172.171.177.115
exit
cls

:NOSPELL
echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE

REM:---------------END------------------------







--addon.config file
#Addon release file

[CommandLevels]






--0.5.2-update.sql

#
# Table structure for table 'bugs'
#


--Zones folder
--World folder
--Item Editor folder
--Documents folder
--EMuShareMem folder
--cfg folder
--common folder

*********************************************

Ok and then theres some stuff in the listed folder but, thats too much.

Umm, i did overwrite the world zone and that other file (forgot which one)

The packeges i downloaded are
EQEmu-0.5.2-Win32
EQEmu-0.5.3-DR3-Source&Win32
mysql-3.23.58-win
EQEmu-0.5.5-DR1-Source.rar (i didnt use this yet)


If you need any more information i will gladly post it. Thank you in advanced
__________________
Your Welcome...
Reply With Quote