Results 1 to 3 of 3
  1. #1
    Rank: Rookie
    • Join Date: Mar 2010
    • Posts: 4

    Cool [Guide][Lineage]Start your Gameserver and loginserver on linux (the better way)

    Ok i will show you how to open your Gameserver and Loginserver on linux (better way)
    ok lets start:

    first install screen :

    apt-get install screen

    LOGINSERVER
    first open the terminal and wrie this:
    cd "/server/loginserver" (you will put your location)
    ok then write this:
    java -Djava.util.logging.manager=net.sf.l2j.util.L2LogMa nager -Xms1024m -Xmx1024m -cp ./../libs/*:l2jserver.jar net.sf.l2j.loginserver.L2LoginServer

    You will see now your loginserver start ! so when it done ... press ctrl + a + d

    GAMESERVER

    now for gameserver type:
    cd "/server/gameserver" (you will put your location)
    and then:
    java -Djava.util.logging.manager=net.sf.l2j.util.L2LogMa nager -Xms1024m -Xmx1024m -cp ./../libs/*:l2jserver.jar net.sf.l2j.gameserver.GameServer

    so when it done .... press ctrl +a + d

    I use net.sf.l2j pack if you use other like com.l2jserver etc! you will change the net.sf.l2j to com.l2jserver

    thx for reading !
    credits to me!
    thanks leonidas for help

  2. #2
    Rank: Rookie
    • Join Date: Apr 2010
    • Posts: 5

    Default

    Credits to you ? This guide is a perfect replica of the trillions other guides posted on l2jserver.com

  3. #3
    Rank: Rookie
    • Join Date: Mar 2010
    • Posts: 4

    Default

    this guide is mine with help from Leonidas

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •