View Single Post
  #161  
Old 09-19-2016, 02:47 AM
DanCanDo's Avatar
DanCanDo
Discordant
 
Join Date: May 2016
Location: Above Hell
Posts: 400
Default

If you're running the server and client on same puter, you can just use this in your
eqhost.txt file :
Code:
[LoginServer]
Host=127.0.0.1:5999
I've never used Akka's installer, but on my windows test box, I use a simple start script,
(I just call it start.bat) The t-start script you have is good, I just don't need it, so I
use this, which simply opens up a seperate cmd window for each. Just for testing, you
could try this and see if everything is starting properly. You would get 6 cmd windows
that will stay open and show what's happening. If any open and close right away, then
something is not working right. I have no idea what the installer script does, as I said
I've never used it.
Code:
@echo off
start loginserver.exe
shared_memory.exe
start world.exe
ping -n 10 127.0.0.1 > nul
start eqlaunch.exe zone
start queryserv.exe
start ucs.exe
__________________
Project Insect Completed
Reply With Quote