Quote:
Originally Posted by Sanity
The Zebdb has auncher and launcher_zones tables with only one row each. launcher has
id: Main
dynamics: 35
and launcher_zones has
launcher: zones
zone: draniksewerc
port: 7101
|
so then your bat file should read like this
@echo off
start world.exe
cls
Echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe main
exit