Jump to content

[Share] Cool Load Bar for Your Project


mrnapz

Recommended Posts

Demo of mine .bat

jNh3j.png

Login Server:

@echo off
title PtGaming Login Server Console
color 0B
:start
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ²²²²²²²²²²²²²²²²²²²² 1%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: Û²²²²²²²²²²²²²²²²²²² 3%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: Û²²²²²²²²²²²²²²²²²²² 5%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛ²²²²²²²²²²²²²²²²²² 10%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛ²²²²²²²²²²²²²²²²² 15%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛ²²²²²²²²²²²²²²²² 20%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛ²²²²²²²²²²²²²²² 25%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛ²²²²²²²²²²²²²² 30%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛ²²²²²²²²²²²²² 35%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛ²²²²²²²²²²²² 40%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛ²²²²²²²²²²² 45%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛ²²²²²²²²²² 50%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛ²²²²²²²²² 55%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛ²²²²²²²² 60%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²²²²² 65%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²²²² 70%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²² 80%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²² 85%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²² 90%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ² 95%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Login Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ 100%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   PtGaming Login Server Started...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ 100%%
echo   -------------------------------------
echo.
echo.
java -Xms128m -Xmx128m  -cp ./../libs/*;login.jar pt.gaming.loginserver.L2LoginServer
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restart ...
echo.
goto start
:error
echo.
echo Server terminated abnormaly
echo.
:end
echo.
echo server terminated
echo.
pause

Game Server:

@echo off
title PtGaming Game Server Console
color 0A
:start
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ²²²²²²²²²²²²²²²²²²²² 1%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: Û²²²²²²²²²²²²²²²²²²² 3%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: Û²²²²²²²²²²²²²²²²²²² 5%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛ²²²²²²²²²²²²²²²²²² 10%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛ²²²²²²²²²²²²²²²²² 15%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛ²²²²²²²²²²²²²²²² 20%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛ²²²²²²²²²²²²²²² 25%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛ²²²²²²²²²²²²²² 30%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛ²²²²²²²²²²²²² 35%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛ²²²²²²²²²²²² 40%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛ²²²²²²²²²²² 45%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛ²²²²²²²²²² 50%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛ²²²²²²²²² 55%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛ²²²²²²²² 60%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²²²²² 65%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²²²² 70%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²² 80%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²² 85%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²² 90%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ² 95%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Game Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ 100%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   PtGaming Game Server Started...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ 100%%
echo   -------------------------------------
echo.
echo.
REM -------------------------------------
REM Default parameters for a basic server.
java -Djava.util.logging.manager=pt.gaming.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;server.jar pt.gaming.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------
if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restart ...
echo.
goto start
:error
echo.
echo Server terminated abnormaly
echo.
:end
echo.
echo server terminated
echo.
pause

 

Community Server:

@echo off
title PtGaming Community Server Console
color 8A
echo.
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ²²²²²²²²²²²²²²²²²²²² 1%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: Û²²²²²²²²²²²²²²²²²²² 3%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: Û²²²²²²²²²²²²²²²²²²² 5%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛ²²²²²²²²²²²²²²²²²² 10%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛ²²²²²²²²²²²²²²²²² 15%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛ²²²²²²²²²²²²²²²² 20%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛ²²²²²²²²²²²²²²² 25%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛ²²²²²²²²²²²²²² 30%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛ²²²²²²²²²²²²² 35%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛ²²²²²²²²²²²² 40%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛ²²²²²²²²²²² 45%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛ²²²²²²²²²² 50%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛ²²²²²²²²² 55%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛ²²²²²²²² 60%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²²²²² 65%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²²²² 70%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²²² 80%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²²² 85%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ²² 90%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ² 95%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   Starting PtGaming Community Server...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ 100%%
echo   -------------------------------------
ping -n 1 localhost >NUL
cls
echo.
echo.
echo   PtGaming Community Server Started...
echo   -------------------------------------
echo   Progress: ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ 100%%
echo   -------------------------------------
echo.
echo.
java -Xms128m -Xmx128m -cp ./../libs/*;community.jar pt.gaming.communityserver.L2CommunityServer
pause

 

I mad it is very cool you can make the time as you want for the load bad changing the ping -n 1 localhost >NUL  number in red

Link to comment
Share on other sites

for java coders check gameserver.java

 

public static void printSection(String s)

{

s = "=[ " + s + " ]";

while (s.length() < 78)

s = "-" + s;

_log.info(s);

}

 

maybe you can do it in java intead of this -----------------------------------------------------------------=[scripts]

you can make it a load bar.

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...

i need posts to see it!!!! why???? omg i thing this post restriction isn't helpfull at all... disapointed

yes but it is a way to avoid leaching and protect your work ;)

 

Also you can just give 10 euro and have access everywhere ;)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...