Flyff Loader

04/21/2013 21:24 denominator#1
Okay well I got tired of manually loading the server and minimizing the consoles so I decided to create a little loader which shows the consoles that are running and hides those consoles when they load up.

It's nothing fancy just a start stop and update list button but it makes things easier for me and less crap on my desktop.

Just add it to where your servers are, also this is designed to run on what MY servers are called which is.......

Quote:
1-AccountServer.exe
2-DatabaseServer.exe
3-CoreServer.exe
4-CacheServer.exe
5-Certifier.exe
6-LoginServer.exe
7-WorldServer.exe
If you have renamed your servers then this will NOT work for you as it is.

[Only registered and activated users can see links. Click Here To Register...]

I have included the project file. The bin folder contains the exe if you just want to put it straight into your server folder or you can just take a look at the code and change it to how your server files are.

Please give comments on this if you are/have used it :)

So somebody downloaded this and posted it to R**eZONE without even giving me credits LOL

I have removed the file and it HAS been updated a bit, if you actually want it then send me a message. I'm not putting stuff up so that it can be stolen from this forum and spread to other forums by people claiming it to be theirs.
11/18/2013 03:40 behbhecoh06#2
1-AccountServer.exe
2-DatabaseServer.exe
3-CoreServer.exe
4-CacheServer.exe
5-Certifier.exe
6-LoginServer.exe
7-WorldServer.exe

Where can i Download those files please
11/18/2013 14:32 Rhyder'#3
this one is better:
[Only registered and activated users can see links. Click Here To Register...]

open Config.ini to configure the path location

Link: [Only registered and activated users can see links. Click Here To Register...]
11/18/2013 15:28 FlyCraft.TobiLap#4
Both of them are "Bullshit" :D
The right starting order is:
Account-Certi-Database-Core-Login-Cache-World
11/19/2013 00:11 - DK#5
Machs dir einfach und virenfrei Use Armageddons Bat Datei (Gute laune).

PHP Code:
echo x...x Machs dir einfach und virenfrei Use Armageddons Bat Datei x...x
        
@echo off
:commands
cls
color 0f
echo Hier Start/Stop/Restart eingeben 
set 
/p command=

if 
'%command%' == 'Start' goto Start
if '%command%' == 'start' goto Start
if '%command%' == '1' goto Start
if '%command%' == 'Restart' goto Restart
if '%command%' == 'restart' goto Restart
if '%command%' == '3' goto Restart
if '%command%' == 'Stop' goto Stop
if '%command%' == 'stop' goto Stop
if '%command%' == '2' goto Stop

goto commands

:Start
Color 4f
echo --------------------

echo 
Starting Account Server...
start /min AccountServer.exe
ping 1.1.1.1 
-n 1 -w 15>nul

echo Starting Certifier...
start /min Certifier.exe
ping 1.1.1.1 
-n 1 -w 15>nul

echo Starting Database Server...
start /min DatabaseServer.exe
ping 1.1.1.1 
-n 1 -w 3000>nul

echo Starting Core Server...
start /min CoreServer.exe
ping 1.1.1.1 
-n 1 -w 15>nul

echo Starting Login Server....
start /min LoginServer.exe
ping 1.1.1.1 
-n 1 -w 15>nul

echo Starting Cache Server...
start /min CacheServer.exe
ping 1.1.1.1 
-n 1 -w 16>nul


echo Starting World Server...
start /min WorldServer.exe
ping 1.1.1.1 
-n 1 -w 17>nul

color 2f
echo --------------------
echo 
Server files loaded.
echo --------------------

ping 1.1.1.1 -n 1 -w 10>nul

goto commands

:Restart
Color 4f

echo --------------------
taskkill /im WorldServer.exe
taskkill 
/im CacheServer.exe
taskkill 
/im LoginServer.exe
taskkill 
/im CoreServer.exe
taskkill 
/im DatabaseServer.exe
taskkill 
/im Certifier.exe
taskkill 
/im AccountServer.exe
echo --------------------
echo 
Server files closed.
echo --------------------

goto 
start


:stop
Color 4f

echo --------------------
taskkill /im WorldServer.exe
taskkill 
/im CacheServer.exe
taskkill 
/im LoginServer.exe
taskkill 
/im CoreServer.exe
taskkill 
/im DatabaseServer.exe
taskkill 
/im Certifier.exe
taskkill 
/im AccountServer.exe
echo --------------------
echo 
Server files closed.
echo --------------------

ping 1.1.1.1 -n 1 -w 2000>nul

goto commands 
Weg mit den Loadern und her mit den Save Startern ;3 .. Da Ding startet 100 % korrekt. Alles in der richtigen Reihenfolge und ohne "ZU SCHNELL / ZU Langsam".
11/19/2013 11:29 Velmore#6
Ich könnt auch sonst direkt den Monitor verwenden. Aber wer weis wer von euch super schlauen den zum laufen bekommt.