Help With L2j C5

Results 1 to 3 of 3
  1. #1
    Enthusiast lolosBOLOS is offline
    MemberRank
    Jul 2006 Join Date
    attikaLocation
    28Posts

    Help With L2j C5

    Hi please i need help with the matter below. I open startloginserver.bat just fine and everything works perfectly. then i open startgameserver.bat and everything also goes fine. i then open my l2.exe and the lineage 2 window pops up (everything normally). i make an account and auto create works fine also then i chose my game server to log into i clock ok and nothing happens!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! please help. Also i noticed that when i clicked ok to log into the gameserver in the command running on startgameserver the following text showed up
    Attached Thumbnails Attached Thumbnails untitled.jpg  


  2. #2
    Account Upgraded | Title Enabled! Hero1711 is offline
    MemberRank
    Oct 2005 Join Date
    Viet NamLocation
    608Posts
    Quote Originally Posted by lolosBOLOS View Post
    Hi please i need help with the matter below. I open startloginserver.bat just fine and everything works perfectly. then i open startgameserver.bat and everything also goes fine. i then open my l2.exe and the lineage 2 window pops up (everything normally). i make an account and auto create works fine also then i chose my game server to log into i clock ok and nothing happens!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! please help. Also i noticed that when i clicked ok to log into the gameserver in the command running on startgameserver the following text showed up
    If you're using Windows, go to gameserver\config\server.properties
    Code:
    #io type nio or aio4j
    IOType = nio
    If you're using Linux, go to gameserver\config\server.properties
    Code:
    #io type nio or aio4j
    IOType = aio4j
    Wrong tag.

  3. #3
    Member Brewen is offline
    MemberRank
    May 2006 Join Date
    kyLocation
    60Posts

    Re: Help With L2j C5

    WRONG dont do that Edit the loginserver properties file like this.


    # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
    ExternalHostname=192.168.254.2 if dsl which sucks your so called static ip will look like a lan ip that one is mine

    # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
    InternalHostname=192.168.0.1 Lan ip thats my lan like all other computers with 2 network cards.

    Now for the Gameserver ip's

    # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
    # If this ip is resolvable by Login just leave *
    ExternalHostname=192.168.254.2

    # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
    # If this ip is resolvable by Login just leave *
    InternalHostname=192.168.0.1

    Same thing. Now the reason i got rid of the 127.0.0.1 is because i have never been able to successfully connect to it from the local machine AND have never connected to the other ip addresses from another lan computer when the ip was 127.0.0.1. My theoryy is that Lineage dosnt pay attention to the local ip i think it picks up the NETWORK CARD IP's

    this is for wndows and dont forget to edit the hosts file in c:/windows/system32/drivers/etc add this to hosts
    (My local ip) 192.168.0.1 l2authd.lineage2.com
    also use that same ip for other LAn machines and for outside machines use the other ip this one 192.168.254.2 l2authd.lineage2.com supposedly static for dsl.
    Im switching to cable tonight LOL so i'll have a real static ip like 12.27.213.22 (example)



Advertisement