FlyFF Server Executer

Newbie Spellweaver
Joined
Jun 7, 2010
Messages
49
Reaction score
13
FlyFF Server Executer
sausen - FlyFF Server Executer - RaGEZONE Forums



This application helps you ease the pain of running the servers and closing them , specially if you are testing . This application also hides the servers from taskbar so you wouldn't have to have millions of applications in your taskbar and find the program you want to use and you can terminate them without going to task manager or after using it(closing it). Pretty good tool for testers and developers.

How to use it
* Paste this application to your Server folder where worldserver.exe , databaseserver.exe etc is located..
ex. C:\Flyff\ServerFiles\Programs\
* Run the application and click "add servers", A dialog box will appear 7 times so you have to choose the servers in order -

1st - AccountServer.exe
2nd - DatabaseServer.exe
3rd - CoreServer.exe
4th - Certifier.exe
5th - LoginServer.exe
6th - CacheServer.exe
7th - WorldServer.exe

*Re-run the application and click execute servers, Please wait for it to load.
if you made a mistake on adding the servers in order , just delete the filepaths.txt where this application is located.
The application itself will get reset.

Any bugs please email it to me , [email protected] .
I also have Item list editor with v17 items list , and some other stuffs but this is the first one for now.

Im a noob in this forum btw.
 
FlyFF Server Executer
sausen - FlyFF Server Executer - RaGEZONE Forums



This application helps you ease the pain of running the servers and closing them , specially if you are testing . This application also hides the servers from taskbar so you wouldn't have to have millions of applications in your taskbar and find the program you want to use and you can terminate them without going to task manager or after using it(closing it). Pretty good tool for testers and developers.

How to use it
* Paste this application to your Server folder where worldserver.exe , databaseserver.exe etc is located..
ex. C:\Flyff\ServerFiles\Programs\
* Run the application and click "add servers", A dialog box will appear 7 times so you have to choose the servers in order -

1st - AccountServer.exe
2nd - DatabaseServer.exe
3rd - CoreServer.exe
4th - Certifier.exe
5th - LoginServer.exe
6th - CacheServer.exe
7th - WorldServer.exe

*Re-run the application and click execute servers, Please wait for it to load.
if you made a mistake on adding the servers in order , just delete the filepaths.txt where this application is located.
The application itself will get reset.

Any bugs please email it to me , [email protected] .
I also have Item list editor with v17 items list , and some other stuffs but this is the first one for now.

Im a noob in this forum btw.

Nice release dude...keep up the good work!..:ott:
 
the order to start the server is normaly...

AccountServer.exe
Certifier.exe
DatabaseServer.exe
CoreServer.exe
CacheServer.exe
LoginServer.exe
WorldServer.exe

thats the order of gpotato...
 
I treat DatabaseServer as #2 o.O

Also, nice release, I'm sure you worked hard on it and all that good stuff, but just one question. How is this release necessary, or even close to necessary? It takes all of about 30 seconds to make a quick srvstart.bat with this in it:

Code:
@echo off
cd C:\Users\Administrator\Desktop\Server\Program
start AccountServer.exe
ping 127.0.0.1 -n 5
cd C:\Users\Administrator\Desktop\Server\Resource
start DatabaseServer.exe
ping 127.0.0.1 -n 5
cd C:\Users\Administrator\Desktop\Server\Program
start CoreServer.exe
ping 127.0.0.1 -n 5
start Certifier.exe
ping 127.0.0.1 -n 5
start LoginServer.exe
ping 127.0.0.1 -n 5
start CacheServer.exe
ping 127.0.0.1 -n 5
cd C:\Users\Administrator\Desktop\Server\Resource
start WorldServer.exe
@echo on
 
I treat DatabaseServer as #2 o.O

Also, nice release, I'm sure you worked hard on it and all that good stuff, but just one question. How is this release necessary, or even close to necessary? It takes all of about 30 seconds to make a quick srvstart.bat with this in it:

Code:
@echo off
cd C:\Users\Administrator\Desktop\Server\Program
start AccountServer.exe
ping 127.0.0.1 -n 5
cd C:\Users\Administrator\Desktop\Server\Resource
start DatabaseServer.exe
ping 127.0.0.1 -n 5
cd C:\Users\Administrator\Desktop\Server\Program
start CoreServer.exe
ping 127.0.0.1 -n 5
start Certifier.exe
ping 127.0.0.1 -n 5
start LoginServer.exe
ping 127.0.0.1 -n 5
start CacheServer.exe
ping 127.0.0.1 -n 5
cd C:\Users\Administrator\Desktop\Server\Resource
start WorldServer.exe
@echo on

if you really read my post and tried it , you will know its difference.. it runs faster than @echo and hides them from the taskbar. and you can also restart them and without having to close them one by one

and as i said , its good for testers and developers for testing .. coz its alot faster than your bat.
 
Last edited:
Back