~SilveR~ Posted April 28, 2010 Author Posted April 28, 2010 Silver tell me please...Is these commands for preco or for any server pack? ??? Thanks for any server pack! .... ! i have test it and to preco and compiled its the same ... just the pack need some changes p.x if you have l2jofficial you need this loc net.sf.l2j ... for l2j final rev you need this com.l2jserver .... for l2jfree this com.l2jfree etc :)
i˚Ozõ Posted April 28, 2010 Posted April 28, 2010 nice guide dude thnx . i will give a try on my friends dedi
ciufulici88 Posted April 29, 2010 Posted April 29, 2010 i dont know about you but for me works fine my code! i resolved with java -cp <path of libs> thank's
valtin Posted May 9, 2010 Posted May 9, 2010 Or you can do this: put your server in ( this is an example, you can put the server anywhere) : /home/yourserverfolder/ here is all the folders (gameserver, login, community..) then, nano start-gameserver and put these commands in it: cd /home/yourserverfolder/gameserver/ && ./startGameServer.sh screen -A -m -d -S l2game tail -f /home/yourserverfolder/gameserver/log/stdout.log then save ctrl+x y . chmod +x start-gameserver run file with command: ./start-gameserver then you can see the log with this command screen -r l2game same with loginserver.. nano start-login and put these commands in it: cd /home/yourserverfolder/login/ && ./startLoginServer.sh screen -A -m -d -S l2login tail -f /home/yourserverfolder/login/log/stdout.log then save ctrl+x y . chmod +x start-login run file with command: ./start-login Please correct me if i wrong with something, because i use this for my server.
Joκκєrino Posted September 26, 2010 Posted September 26, 2010 L2JTeon.jar command not found . Any help :D?
z3rocool Posted September 27, 2010 Posted September 27, 2010 lol thx for this tutorial... really usefull !
~SilveR~ Posted September 28, 2010 Author Posted September 28, 2010 yes but i cant login with player xD fix the configs ... ip etc
booosas Posted October 23, 2010 Posted October 23, 2010 Nice guide! it will be very use full on dedicated server :P
Chita Posted December 22, 2010 Posted December 22, 2010 lol thx for this tutorial... really usefull !
badriniki Posted December 29, 2010 Posted December 29, 2010 what exactly change with: ./startGameServer.sh or your metod ?
KamikadZee Posted November 10, 2011 Posted November 10, 2011 What's the difference between your method and just runing .sh ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now