ssfourgoku, Dont you read at all?
Quote:
Originally Posted by ssfourgoku
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: zoneNT.exe is for use with Windows NT, 2000 and XP.
REM:--------------Start-----------------------
@echo off
start zoneNT . YourIP 7995 66.121.56.73
start zoneNT . YourIP 7996 66.121.56.73
start zoneNT . YourIP 7997 66.121.56.73
start zoneNT . YourIP 7998 66.121.56.73
start zoneNT . YourIP 7999 66.121.56.73
exit
cls
REM:---------------END------------------------
|
Use this!
@echo off
start zoneNT . 66.121.56.73 7995 127.0.0.1
start zoneNT . 66.121.56.73 7996 127.0.0.1
start zoneNT . 66.121.56.73 7997 127.0.0.1
start zoneNT . 66.121.56.73 7998 127.0.0.1
start zoneNT . 66.121.56.73 7999 127.0.0.1
exit
cls