Go Back   EQEmulator Home > EQEmulator Forums > General > General::Server Discussion

General::Server Discussion Discussion about emulator servers.
Do not post support topics here.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-07-2006, 12:53 AM
sdabbs65
Dragon
 
Join Date: Dec 2003
Location: Earth
Posts: 818
Default .

if you don''twant to dig up that silly sleep command
theres work arounds for it.
Windows XP does not come with such a command, there are tricks to emulate it, such as a 'ping' command trick to emulate the sleep command

For DOS, Windows 95, and Windows 98 machines

Create the following batch file and name it WAIT.BAT.

@CHOICE /T:N,%1% > NUL

Now, in order to wait 10 seconds in a batch file, just call the WAIT.BAT batch file as follows:

CALL WAIT 10

For Windows 95, Windows 98, Windows NT, Windows 2000, Windows XP, or Windows 2003 machines

You can use the following WAIT.BAT, as the CHOICE command is not included in the default install on Windows NT, Windows 2000, Windows XP, or Windows 2003:

@ping 127.0.0.1 -n 2 -w 1000 > nul
@ping 127.0.0.1 -n %1% -w 1000> nul
__________________
hosting Eqemu/Runuo/wow Emulators.

www.cheaterz.info

Last edited by sdabbs65; 11-07-2006 at 09:51 AM.. Reason: nfc
Reply With Quote
  #2  
Old 11-09-2006, 01:34 AM
unknownerrors
Sarnak
 
Join Date: Jul 2006
Posts: 35
Default more start.bat fun launchers

i couldn't find this anywhere either, but for the sake of explore.exe's already mem hogging ways you can drop multi zones into a launcher and only get one window. open your DB with a Gui viewer editer, and find the launcher table add a table here with your new launcher name, then move over to launcher_zones the add in the zones you want your new launcher to handle, format should be
launcher name | short zone name


now that this is all done edit start.bat

Code:
@echo off 
start world.exe
echo Waiting for World to finish before starting Zone...
sleep 20
start eqlaunch.exe zones
sleep 60 <!--gives your dynamic zones one minute to start before moving on ----> 
start eqlaunch.exe #*#new launcher name#*#
just replace #*#new launcher name#*# with your launcher's name..
__________________
may our enemys shed tears of crimson apon the field of battle.
- vicious, of cowboybeop

everyone is a potential enemy, everywhere is a potential battlefield.
-zensunni wisdom, of Dune.

lastly - I'll be your huckleberry
-Doc Holliday

Last edited by unknownerrors; 11-09-2006 at 09:40 AM..
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 01:52 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3