• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Guide] [New] BOI_GOF Video Tutorial

Newbie Spellweaver
Joined
Nov 3, 2012
Messages
13
Reaction score
0
I really don't know why but whenever i start from start.bat it says me that some files are missing like run.bat etc i think it is because i am using another repack right?

If yea then please reupload your repack
 
Joined
Jul 2, 2012
Messages
790
Reaction score
125
I really don't know why but whenever i start from start.bat it says me that some files are missing like run.bat etc i think it is because i am using another repack right?

If yea then please reupload your repack
Not to be rude but did you read what I posted? I clearly wrote "BoI_GoF repack by Toss Last" in Bold Letter and made a link to his post.
Also the .bat file I edit it to match mine server you have to edit the .bat file yourself, Its not hard to do.
 
Newbie Spellweaver
Joined
Nov 3, 2012
Messages
13
Reaction score
0
Not to be rude but did you read what I posted? I clearly wrote "BoI_GoF repack by Toss Last" in Bold Letter and made a link to his post.
Also the .bat file I edit it to match mine server you have to edit the .bat file yourself, Its not hard to do.

i did still it says that files are missing but i checked already all files are in my folder. What am i doing wrong?
 
Joined
Jul 2, 2012
Messages
790
Reaction score
125
i did still it says that files are missing but i checked already all files are in my folder. What am i doing wrong?
Did you make sure all your .exe is run as xp service pack 3? if your using window vista,7 that is.
Also I really do not know unless I see that error myself so post it here and I'll look into it.
 
Newbie Spellweaver
Joined
Nov 3, 2012
Messages
13
Reaction score
0
Did you make sure all your .exe is run as xp service pack 3? if your using window vista,7 that is.
Also I really do not know unless I see that error myself so post it here and I'll look into it.

i have configured all exe which needs to be runned to xp service pack 3 and i will make a video and link it you

i uploaded it :)



Virus scan:
 
Joined
Jul 2, 2012
Messages
790
Reaction score
125
i have configured all exe which needs to be runned to xp service pack 3 and i will make a video and link it you

i uploaded it :)


First of all your bat file wont work you need to leave it as default so replace your with this one.
Code:
@echo off

Start /D Auagent run.bat
ping 1.1.1.1 -n 1 -w 1000
start /D DBServerSimulator DBServerSimulator.exe
ping 1.1.1.1 -n 1 -w 1000
start /D DetectCheatServer ./DetectCheatServer/DetectCheatServerR
ping 1.1.1.1 -n 1 -w 1000
start /D ServerGuarder ServerGuarder.exe
ping 1.1.1.1 -n 1 -w 1000
start /D ManagerServer ManagerServer/ManagerServerR
ping 1.1.1.1 -n 1 -w 1000
start /D GateServer ./GateServer/Gate
ping 1.1.1.1 -n 1 -w 5000
start /D LocalSaveServer LocalSaveServer/LocalSaveServerR
ping 1.1.1.1 -n 1 -w 1000
start /D ShareMemProc ./ShareMemProc/ShareMemProcR
Dont not change the .bat file unless you know what you are doing.

start /D mean its start from the Directory inside of the folder.

Also ping 1.1.1.1 -n 1 -w 1000 is optional.
 
Newbie Spellweaver
Joined
Nov 3, 2012
Messages
13
Reaction score
0
First of all your bat file wont work you need to leave it as default so replace your with this one.
Code:
@echo off

Start /D Auagent run.bat
ping 1.1.1.1 -n 1 -w 1000
start /D DBServerSimulator DBServerSimulator.exe
ping 1.1.1.1 -n 1 -w 1000
start /D DetectCheatServer ./DetectCheatServer/DetectCheatServerR
ping 1.1.1.1 -n 1 -w 1000
start /D ServerGuarder ServerGuarder.exe
ping 1.1.1.1 -n 1 -w 1000
start /D ManagerServer ManagerServer/ManagerServerR
ping 1.1.1.1 -n 1 -w 1000
start /D GateServer ./GateServer/Gate
ping 1.1.1.1 -n 1 -w 5000
start /D LocalSaveServer LocalSaveServer/LocalSaveServerR
ping 1.1.1.1 -n 1 -w 1000
start /D ShareMemProc ./ShareMemProc/ShareMemProcR
Dont not change the .bat file unless you know what you are doing.

start /D mean its start from the Directory inside of the folder.

Also ping 1.1.1.1 -n 1 -w 1000 is optional.

the current start.bat in server folder of windows has the exact requirement and i have 4 kind of start.bat none of them are working :(
 
Back
Top