[Solved] seting server

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Enthusiast satzuke is offline
    MemberRank
    Jun 2011 Join Date
    38Posts

    [Solved] seting server

    hai... i have finish seting my server
    my server use l2jfree
    my client use freya
    but when i login in game i have a problem
    i go to npc grocery,i cant buy anything.when i click buy,it doesnt respond.i try in admin gmshop,it doesnt respond to
    i chek wood sword in inventory,it has change to diferent item
    how to fix this problem?
    i try to kill raid boss with command.and the boss did'nt drop an item.the item rewards only show in my game log

    and mailbox always pop up everytime i kill monster

    thx
    i wait darkangel to answer me
    Last edited by satzuke; 13-02-12 at 03:45 PM.


  2. #2
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: seting server

    l2jfree is not freya version. you need to download freya version pack

  3. #3
    Enthusiast satzuke is offline
    MemberRank
    Jun 2011 Join Date
    38Posts

    Re: seting server

    i cant find freya data pack in index.l2jfree=high Five?
    Posted via Mobile Device

  4. #4
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: seting server

    visit l2jserver.com and download the version that you want. l2jfree is old

  5. #5
    Enthusiast satzuke is offline
    MemberRank
    Jun 2011 Join Date
    38Posts

    Re: seting server

    i download from nightfin
    but when i want tu register game server (register gameserver.bat)
    slove about register.there are registergameserver.exe file that can create server

    but still
    cant run login server,game server
    error : could not find or load main class com.l2jserver.gameserver.GameServer
    Last edited by satzuke; 14-02-12 at 04:09 PM.

  6. #6
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: seting server

    do you have the l2jserver.jar in your folder? i mean when you downloaded the files did you compile them?

    ps: if you want the freya release check the braches

  7. #7
    Enthusiast satzuke is offline
    MemberRank
    Jun 2011 Join Date
    38Posts

    Re: seting server

    yes i have
    i download the file.zip
    then i extract in the same folder
    how to download from braches?if i click only show txt
    what program i need to download it?

  8. #8
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: seting server

    - Revision 5177: /branches

    go to l2jtools section and read the guides. you need eclipse

  9. #9
    Enthusiast satzuke is offline
    MemberRank
    Jun 2011 Join Date
    38Posts

    Re: seting server

    now about client
    how to check version protocol
    and how to patch client if i use clean/official game client
    how to make l2.exe in system folder

  10. #10
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: seting server

    tell me what files will you use and i will tell you the version.

    you can download the game and then use a ready system from an other server and edit it. it will be easier for you

  11. #11
    Enthusiast Nokz is offline
    MemberRank
    Dec 2008 Join Date
    /homeLocation
    33Posts

    Re: seting server

    Quote Originally Posted by satzuke View Post
    now about client
    how to check version protocol
    and how to patch client if i use clean/official game client
    how to make l2.exe in system folder
    about "
    and how to patch client if i use clean/official game client"-
    download a patched client/ or patch, and edit it (ip and server name)
    that will be more easly for u

  12. #12
    Enthusiast satzuke is offline
    MemberRank
    Jun 2011 Join Date
    38Posts

    Re: seting server

    my problem with client is finished
    now i have trouble to make my pc server under router

    this is my config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Put old contents of ExternalHostname here, used by default -->
    <gameserver address="203.190.115.250">
    <!-- Localhost access -->
    <define subnet="127.0.0.0/8" address="127.0.0.1" />
    <!-- LAN's, put old contents of InternalHostname here -->
    <define subnet="10.0.0.0/8" address="10.0.0.0" />
    <define subnet="172.16.0.0/19" address="172.16.0.0" />
    <define subnet="192.168.0.0/16" address="203.190.115.250" />
    </gameserver>

    my ip public 202.190.115.250
    i am need to put gateway,dns to?
    server.propertis need to be configured?

  13. #13
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: seting server

    you need to edit your config files and add in external ip your wan ip. if you want post your configs and i will edit them for you

  14. #14
    Enthusiast satzuke is offline
    MemberRank
    Jun 2011 Join Date
    38Posts

    Re: seting server

    ok here where go
    i use basic config.because there is a note that external and internal ip goes to ipconfig.xml so i not edited server.propertis
    ---------------------------------------------------------------------------
    # Networking
    # ---------------------------------------------------------------------------
    #
    # Note: External/Internal address definitions was moved to the ipconfig.xml
    #

    # Where's the Login server this gameserver should connect to
    # Default: 127.0.0.1
    LoginHost = 127.0.0.1

    # TCP port the login server listen to for gameserver connection requests
    # Default: 9014
    LoginPort = 9014

    # Bind address for gameserver. You should not need to change it in most cases.
    # Default: * (0.0.0.0)
    GameserverHostname = *

    # Default: 7777
    GameserverPort = 7777

    ---------------------------------------------------------------------------------------------
    and login server use basic to
    # Bind ip of the LoginServer, use * to bind on all available IPs
    # Default: *
    LoginserverHostname = *

    # Default: 2106
    LoginserverPort = 2106

    # The address on which login will listen for GameServers, use * to bind on all available IPs
    # Default: *
    LoginHostname = *

    # The port on which login will listen for GameServers
    # Default: 9014
    LoginPort = 9014

  15. #15
    ~ksemer~ DaRkAnGeL is offline
    MemberRank
    Oct 2006 Join Date
    Java_HomeLocation
    5,115Posts

    Re: seting server

    GameserverHostname = * your wan ip

    LoginserverHostname = * wan ip

    LoginHostname = * 127.0.0.1



Page 1 of 2 12 LastLast

Advertisement