Перейти к содержанию

turbbo

Пользователи
  • Публикаций

    10
  • Зарегистрирован

  • Посещение

  • Отзывы

    0%

Сообщения, опубликованные turbbo


  1. Добрый день. Пытаюсь установить вендетту, но при компиляции выдает ошибку

    ant -f D:\\server\\www\\build_core.xml dist
    dist:
    D:\server\www\build_core.xml:26: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
    Compiling 4 source files to D:\server\www\build\classes
    warning: [options] bootstrap class path not set in conjunction with -source 1.6
    D:\server\www\java\net\sf\l2j\gameserver\model\actor\instance\L2KillerInstance.java:248: error: unmappable character for encoding Cp1251
     * @param name - Р?РјСЏ заказного РёРіСЂРѕРєР°
    1 error
    1 warning
    D:\server\www\build_core.xml:26: Compile failed; see the compiler error output for details.
    СБОРКА ЗАВЕРШЕНА СО СБОЕМ (общее время: 1 секунда)
    

    Не знаю как исправить.


  2. Модем zte w300. Антивируса нет, брандмауэр выключен через службу. Пытался войти на сервер через сеть( в l2.ini вбивал внешний ip и порт и пытался зайти... ноль реакции) открываются все порты кроме ЛС и ГС. Все перепробывал, даже ставил virtual PC с windows server 2003 ( думал что с Xp не так что-то, но на сервере 2003 тоже самое)


  3. Добрый день. Решили с другом протестить сборочку Eon http://l2maxi.ru/java/server/2868-interlude-gotovyy-h150-server-na-eon-sborke.html . Поставил, настроил, в L2 на одной машине заходит. Хочу "вывести" сервер в интернет, открываю порты на модеме, в браундмауэре, вписываю данный порт и внешней айпи в конфинг ЛС и ГС, запускаю сервер, лезу на 2ip проверить порты, но они закрыты, хотя порт 3306 открыт. Всю голову сломал почему для Mysql порт открыт, а для сервера нет. В чем моя ошибка?


  4. конфинги гс сервера:

    # Bind ip of the gameserver, use * to bind on all available IPs

    GameserverHostname = 127.0.0.1

    GameserverPort = 7779

     

    # 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 = 127.0.0.1

     

    # 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 = 127.0.0.1

     

    # The Loginserver host and port

    LoginPort = 9014

    LoginHost = 127.0.0.1

     

    # This is the server id that the gameserver will request (i.e. 1 is Bartz)

    RequestServerID = 1

    # If set to true, the login will give an other id to the server if the requested id is allready reserved

    AcceptAlternateID = True

     

    # Database info

    Driver=com.mysql.jdbc.Driver

    URL=jdbc:mysql://localhost/l2jdb

    Login = root

    Password = ********

    MaximumDbConnections = 1000

     

    # 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=[A-Za-z0-9\-]{3,16}

    PetNameTemplate=[A-Za-z0-9\-]{3,16}

     

    # Maximum number of chars per account - Default 7 (0 = unlimited [7 is the client limit])

    CharMaxNumber = 7

     

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

    MaximumOnlineUsers = 1000

     

    # Minimum and maximum protocol revision that server allow to connect.

    # You must keep MinProtocolRevision <= MaxProtocolRevision.

    MinProtocolRevision = 1

    MaxProtocolRevision = 999

    #Выводить левый протокол в консоль? только для палева л2топа. не актуально

    ShowProtocolsInConsole = true

     

     

    #проверка на мертвые треды, в милисекундах

    DeadLockCheck = 10000

    #очистка сборщика мусора, в секундах, 3600

    GCTaskDelay = 1800

     

    конфинги лс сервера:

    ####

    ## Основные настройки

     

    # Внешний IP

    ExternalHostname = 127.0.0.1

     

    # Внутренний IP

    InternalHostname = 127.0.0.1

     

    # IP, на котором будет висеть логин; в локалке ни ставил, лучше указать внешний (ExternalHostname)

    LoginserverHostname = 127.0.0.1

     

    # Порт логина

    LoginserverPort = 2108

     

    # База данных

    Driver=com.mysql.jdbc.Driver

    URL=jdbc:mysql://localhost/l2jdb

    Login = root

    Password = ******

    MaximumDbConnections = 65535

     

    # Авторег

    AutoCreateAccounts = True

     

    # Аксесс аккаунта для доступа на закрытый серв

    GMMinLevel = 100

     

    # IP геймсервера; если ГС на этой же машине, оставляем тут звездочку

    LoginHostname = 127.0.0.1

     

    # Порт прослушки геймсервера

    LoginPort = 9014

     

    ####

    ## Про остальные настройки в этом файле можно забыть

     

    # If set to true any GameServer can register on your login's free slots

    AcceptNewGameServer = true

     

    # If false, the licence (after the login) will not be shown

    # It is highly recomended for Account Seciurity to leave this option as defalut (True)

    ShowLicence = True

     

    # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)

    IpUpdateTime = 15

     

    # ==============================================================

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

    # ==============================================================

     

    Debug = False

    Assert = False

    Developer = False

     

    # Enforce GG Authorization from client

    # Login server will kick client if client bypassed GameGuard authentication

    ForceGGAuth = False

     

    #FloodProtection. time in ms

    EnableFloodProtection = True

    FastConnectionLimit = 15

    NormalConnectionTime = 700

    FastConnectionTime = 350

    MaxConnectionPerIP = 3

     

    # =================================================================

    # Threads configuration - Take care changing this

    # =================================================================

     

    ThreadPoolSizeEffects = 30

    ThreadPoolSizeGeneral = 33

     

    #Default 2

    UrgentPacketThreadCoreSize = 16

    #Default 4

    GeneralPacketThreadCoreSize = 16

    #Default 4

    GeneralThreadCoreSize = 16

     

    AiMaxThread = 30

     

    вот вроде все


  5. Доброго времени суток у меня со сборочкой с fatal-world небольшая проблемка.Скачал её поставил нормально загружается лс и гс (ip стоит 127.0.0.1 т.к сервер на тойже машине) меняю тот же ip в l2.ini запускаю л2 ввожу логин и пасс но ничего не происходит. прошу помочь с траблом все перепробывал, когда стояла ла2базе все было норм а тут сам непонимаю нечего :) .заранее спасибо

×
×
  • Создать...