Jump to content

prasmatnus

Members
  • Posts

    21
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by prasmatnus

  1. Hello all, 

     

    I would like to present new L2-HighFive.Com server. The server started few days ago so we are looking for new players.

    Exp: 100x

    Drop: 30x

     

    Custom:

    Buffer

    GM Shop

    Teleporter

     

    L2-HighFive WEB

     

     

     

    We are looking for 2 GM so please comtact by email. prasmatnus@gmail.com or just pm me here.

    All are welcome.

     

    banner10 (1).jpg

  2. Hello lads again, i have a problem now make my server online. on ip 127.0.0.1 its work no problem at all. maybe someone can help me with IP settings.

     

    Login server config:

     

    LoginserverHostname = 127.0.0.1

    # Default: 2106
    LoginserverPort = 2106

    # The address on which login will listen for GameServers, use * to bind on all available IPs
    # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
    # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
    # Default: * (0.0.0.0)
    LoginHostname = 127.0.0.1

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

     

     

    Game Server config:

     

    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.
    # WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>
    # WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>
    # Default: * (0.0.0.0)
    GameserverHostname = 127.0.0.1

    # Default: 7777
    GameserverPort = 7777

     

     

    IpConfig File:

     

     

    <gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="IPConfig.xsd">
        <!-- Localhost here -->
        <define subnet="127.0.0.1/8" address="127.0.0.1" />
        <!-- Internalhosts here (LANs IPs) -->
        <!-- <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="192.168.0.0" /> -->
    </gameserver>

     

     

    My Host file in system 32 folder

     

    127.0.0.1 localhost
    127.0.0.1 l2authd.lineage2.com
    127.0.0.1 nProtect.lineage2.com
    109.255.197.158 L2authd.lineage2.com
    216.107.250.194 nprotect.lineage2.com 
    109.255.197.158 nprotect.lineage.com
    ::1 localhost

     

     

    My IP is 109.255.197.158

     

    anybody know how to setum this IP to make server online? please someone help me. Ill tryed many diffrent configs.Cheers

  3. Hello lads, i keep getting error with l2j H5 server files. no matter what kind of files i use i keep getting script folder error.

    any Ideas?

     

    ----------
    1. ERROR in \PinsAndPouchUnseal.java (at line 75)
            if (event.contains("_grade_"))
                ^^^^^^^^^^^^^^^^^^^^^^^^^
    The type java.lang.CharSequence cannot be resolved. It is indirectly referenced
    from required .class files
    ----------
    2. ERROR in \PinsAndPouchUnseal.java (at line 75)
            if (event.contains("_grade_"))
                      ^^^^^^^^
    The method contains(CharSequence) from the type String refers to the missing typ
    e CharSequence
    ----------
    2 problems (2 errors)The type java.lang.CharSequence cannot be resolved. It is i
    ndirectly referenced from required .class files
    The method contains(java.lang.CharSequence) from the type java.lang.String refer
    s to the missing type java.lang.CharSequence
    Failed executing script: C:\l2j\L2Server\data\scripts\custom\PinsAndPouchUnseal\
    PinsAndPouchUnseal.java. See PinsAndPouchUnseal.java.error.log for details.
    Annotation processing got disabled, since it requires a 1.6 compliant JVM
    ----------
    1. ERROR in \SkillTransferValidator.java (at line 79)
            for (L2SkillLearn s : SkillTreesData.getInstance().getTransferSkillTree(
    player.getClassId()).values())
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

×
×
  • Create New...