Quote:
>>Boot5Zones.Win9x.bat
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of 127.0.0.1 when you are connecting
REM: To a EQEmu Loginserver.
REM: When you are using minilogin, leave all IP entrys as 127.0.0.1 and if you still getting
REM: Errors try using localhost as the IP instead of 127.0.0.1
REM: zone9x.exe is for use with Windows 98 and ME only.
REM: If you are running Windows NT/2000 or XP use ZoneNT.exe
REM:--------------Start-----------------------
@echo off
start zone9x . MyIPAddress 7995 MyIPAddressREM: ****Read this first!!!****
REM: This file requires your real IP in the place of 127.0.0.1 when you are connecting
REM: To a EQEmu Loginserver.
REM: When you are using minilogin, leave all IP entrys as 127.0.0.1 and if you still getting
REM: Errors try using localhost as the IP instead of 127.0.0.1
REM: zone9x.exe is for use with Windows 98 and ME only.
REM: If you are running Windows NT/2000 or XP use ZoneNT.exe
REM:--------------Start-----------------------
@echo off
start zone9x . MyIPAddress 7995 MyIPAddress
start zone9x . MyIPAddress 7996 MyIPAddress
start zone9x . MyIPAddress 7997 MyIPAddress
start zone9x . MyIPAddress 7998 MyIPAddress
start zone9x . MyIPAddress 7999 MyIPAddress
exit
cls
REM:---------------END------------------------
|
Thats wrong hehe.. You must have messed with your file quite a bit.. empty everything out and only paste this. (replace YourIP with your ip but LEAVE the 127.0.0.1's there.)
@echo off
start zone9x . YourIP 7995 127.0.0.1
start zone9x . YourIP 7996 127.0.0.1
start zone9x . YourIP 7997 127.0.0.1
start zone9x . YourIP 7998 127.0.0.1
start zone9x . YourIP 7999 127.0.0.1
exit
cls