authentication method

Results 1 to 7 of 7
  1. #1
    Apprentice Maxkan is offline
    MemberRank
    Oct 2005 Join Date
    5Posts

    authentication method

    Im install the server but i m receiving this message!

    Client is not using lastest authentication method (min is 557)

    Someone could help me!? What should i do?!


  2. #2
    Account Upgraded | Title Enabled! neutrogenik is offline
    MemberRank
    Oct 2005 Join Date
    FranceLocation
    1,091Posts
    Give more details : client version / server pack / server config ...

  3. #3
    Apprentice Maxkan is offline
    MemberRank
    Oct 2005 Join Date
    5Posts
    Give more details : client version / server pack / server config ...

    i take it here : http://forum.ragezone.com/lineage2-e...ck-113120.html

    server.properties
    # Bind ip of the gameserver, use * to bind on all available IPs
    GameserverHostname=*
    GameserverPort=7777

    # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
    ExternalHostname=200.206.251.28

    # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
    InternalHostname=127.0.0.1


    # Bind ip of the loginserver, use * to bind on all available IPs
    LoginserverHostname=*
    LoginserverPort=2106
    LoginTryBeforeBan=20

    # Database info
    Driver=com.mysql.jdbc.Driver
    #Driver=org.hsqldb.jdbcDriver
    URL=jdbc:mysql://localhost/l2jdb
    #URL=jdbc:hsqldb:hsql://localhost/l2jdb
    Login=root
    Password=root
    MaximumDbConnections=10

    # Datapack root directory, defaults to current directory from which the server is started
    #DatapackRoot = C:/Work/tmp/DataPackC3

    # Useable values: "true" - "false", use this option to choose whether accounts will be created
    # automatically or not.
    AutoCreateAccounts=true

    # Define character name template
    # Example to use only : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]*
    # will allow names with first capital letter, next three small letters,
    # and any (capital or not) letter or number, like ZbigN1eW
    # Most rational to have CnameTemplate=[A-Z][a-z]*
    # meaning names only of letters with first one capital, like Zbigniew
    # Default .* - any namy of any symbols
    CnameTemplate=.*

    # Define how many players are allowed to play simultaneously on your server.
    MaximumOnlineUsers=20

    # ==============================================================
    # Test server setting, shoudnt be touched in online game server
    # ==============================================================

    Debug = False
    Assert = False
    Developer = False

    # =================================================================
    # Additional server setting, not required, can be left at defaults
    # =================================================================

    # Minimum and maximum protocol revision that server allow to connect.
    # You must keep MinProtocolRevision <= MaxProtocolRevision.
    MinProtocolRevision = 557
    MaxProtocolRevision = 660

    # Rate control, float values
    RateXp = 10.
    RateSp = 10.
    RateDropAdena = 10.
    RateDropItems = 10.
    RateDropSpoil = 10.
    RateQuestsReward = 10.
    RateDropEquipment = 10.

    # If you are experiencing problems with Warehouse or Freight transactions,
    # feel free to disable them here. (They are both enabled by default).
    AllowWarehouse = True
    AllowFreight = True

    # If next switch set to true every created character will have access level 200.
    EverybodyHasAdminRights = True

    # Allow L2Walker client (Default False)
    # Can be True, False, GM
    # Note: L2Walker
    AllowL2Walker = False
    L2WalkerRevision = 552
    # Ban account if account using l2walker and is not GM, AllowL2Walker = False
    AutobanL2WalkerAcc = False

    # Activate the position recorder
    # valid 3D points will be recorded and written to data/universe.txt on shutdown
    ActivatePositionRecorder = False

    #Global/Trade Chat usablitly - ON, OFF, GM
    GlobalChat=ON

    # Logging ChatWindow
    LogChat = True

    # show level of character to others in Community Board
    ShowLevelOnCommunityBoard = False
    ShowStatusOnCommunityBoard = True

    # Maximum range mobs can randomly go from spawn point
    MaxDriftRange = 200

    # Minimum and maximum variable in seconds for npc animation delay.
    # You must keep MinNPCAnimation <= MaxNPCAnimation.
    # "0" is default value.
    MinNPCAnimation = 0
    MaxNPCAnimation = 0

    # You can choose NPC name either of client side one or server side one.
    # Client side NPC name is useful for non english client.
    # You can overwrite client side NPC name if you choose server side NPC name.
    # Client side name is default value.
    ServerSideNpcName = False
    # Show L2Monster level and aggro, ServerSideNpcName must be enabled
    ServerSideNpcNameWithLvl = False

    AutoDeleteInvalidQuestData = False

    # The Size of the 3 Thread pools used for scheduled tasks
    # The 3 thread pools have differant priorities (high, medium low)
    # You should modify this with care, setting this too high could harm
    # the server. This should be increased on multi-proc/core computers
    # Default is 4, 10 and 4
    ThreadPoolSizeHigh = 4
    ThreadPoolSizeMed = 10
    ThreadPoolSizeLow = 4

  4. #4
    Account Upgraded | Title Enabled! neutrogenik is offline
    MemberRank
    Oct 2005 Join Date
    FranceLocation
    1,091Posts
    You are using C3 client right ?

  5. #5
    Apprentice Maxkan is offline
    MemberRank
    Oct 2005 Join Date
    5Posts
    right but i instal c4patch today!

  6. #6
    Account Upgraded | Title Enabled! neutrogenik is offline
    MemberRank
    Oct 2005 Join Date
    FranceLocation
    1,091Posts
    You must have an updated C3 client to enter the login server so try to run lineageII.exe and update your game.

    If the updates have been suspended for C3 client you should try to change

    MinProtocolRevision = ...
    to
    MinProtocolRevision = 500
    in your server.properties file.

    If it's still not working delete your C3 client and follow the tutorial of my sig ;)
    Last edited by neutrogenik; 09-02-06 at 12:08 AM.

  7. #7
    Apprentice Maxkan is offline
    MemberRank
    Oct 2005 Join Date
    5Posts
    OK OK OK Neutro!!! THANK YOU Very much... i ll try it and give you some answer here soon!



Advertisement