mrnapz Posted October 27, 2011 Posted October 27, 2011 Demo of mine .bat 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 Quote
Grim. Posted October 27, 2011 Posted October 27, 2011 Cool , also try to make it like hackers, it will be more wow :P Quote
•MeLe• Posted October 27, 2011 Posted October 27, 2011 Its Awesome I Like it! Thnx AND very Nice SHARE ! :) Quote
mrnapz Posted October 27, 2011 Author Posted October 27, 2011 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. Quote
CriticalError Posted November 3, 2011 Posted November 3, 2011 nice one, look very cool man, thanks a lot for work. Quote
Xanderॐ Posted January 11, 2012 Posted January 11, 2012 Are you people idiot or what ? This is complete garbage. Whats the use of a non-realistic "loading" bar in the l2jserver console ? Grow up and start making something that has value. Quote
`NeverMore Posted January 12, 2012 Posted January 12, 2012 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 ;) Quote
Recommended Posts
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.