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

JoeyTribbiani

Модератор
  • Публикаций

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

  • Посещение

  • Победитель дней

    26

Весь контент JoeyTribbiani

  1. # Bind ip of the gameserver GameserverHostname = 127.0.0.1 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 = 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 InternalHostname = 127.0.0.1 # The Loginserver host and port; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP 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 = False #### ### Настройки базы данных ## Соединение #хост URL=jdbc:mysql://localhost/база?useUnicode=yes&characterEncoding=UTF-8 # логин Login = root # пароль Password = пароль ## Тонкая настройка (!!только если на 100% уверены, что делаете!!) # Min no of connections the pool will (initially) create (per partition) MinConnectionsPerPartition = 10 # Max no of connections the pool will ever create (per partition). MaxConnectionsPerPartition = 30 # Sets number of partitions to use. PartitionCount = 5 # Number of new connections to create in 1 batch whenever we need more connections. AcquireIncrement = 5 # This sets the time (in minutes), for a connection to remain idle before sending a test query to the DB. IdleConnectionTestPeriod = 10 # Maximum age of an unused connection before it is closed off. In minutes. IdleMaxAge = 10 # Number of release-connection helper threads to create per partition. ReleaseHelperThreads = 5 # After attempting to acquire a connection and failing, wait for this value before attempting to acquire a new connection again. AcquireRetryDelay = 7000 # After attempting to acquire a connection and failing, try to connect these many times before giving up. AcquireRetryAttempts = 5 # If set to true, the connection pool will remain empty until the first connection is obtained. LazyInit = False # If set to true, stores all activity on this connection to allow for replaying it again automatically if it fails. Makes the pool marginally slower. TransactionRecoveryEnabled = False # Queries taking longer than this limit to execute are logged. QueryExecuteTimeLimit = 0 # Time to wait before a call to getConnection() times out and returns an error. ConnectionTimeout = 0 # 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 = 1500 # Minimum and maximum protocol revision that server allow to connect. # You must keep MinProtocolRevision <= MaxProtocolRevision. MinProtocolRevision = 735 MaxProtocolRevision = 775 #Авторестарт сервера в определенный час AutoRestartHour = 5 #GUI для Windows WindowsAdvancedConsole = False #Ваш ключ от сборки; SerialKey = #### ## Основные настройки # Внешний IP ExternalHostname = 127.0.0.1 # Внутренний IP InternalHostname = 127.0.0.1 # IP, на котором будет висеть логин; в локалке ни ставил, лучше указать внешний (ExternalHostname) LoginserverHostname = 127.0.0.1 # Порт логина LoginserverPort = 2106 # База данных Driver=com.mysql.jdbc.Driver URL=jdbc:mysql://localhost/база?useUnicode=yes&characterEncoding=UTF-8 Login = root Password = пароль # Авторег AutoCreateAccounts = true # Аксесс аккаунта для доступа на закрытый серв GMMinLevel = 100 # IP прослушки геймсерверов; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ 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 где тут прописывать ip вдски?
  2. Скиньте настроенные конфиги лс и гс Пвшки,под VDS. А что забыл уже что и куда писать. + гарантирую
  3. root@server:~# apt-get update Hit http://ftp.us.debian.org squeeze Release.gpg Ign http://ftp.us.debian.org/debian/ squeeze/main Translation-en Hit http://ftp.us.debian.org squeeze Release Hit http://ftp.us.debian.org squeeze/main amd64 Packages Hit http://security.debian.org squeeze/updates Release.gpg Ign http://security.debian.org/ squeeze/updates/main Translation-en Hit http://security.debian.org squeeze/updates Release Hit http://security.debian.org squeeze/updates/main amd64 Packages Reading package lists... Done root@server:~# apt-get install rar Reading package lists... Done Building dependency tree Reading state information... Done Package rar is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'rar' has no installation candidate
  4. Вот что у меня в sources.list deb http://ftp.us.debian.org/debian squeeze main deb http://security.debian.org/ squeeze/updates main На что нужно изменить?
  5. Нужен FileEdit с поддержкой Русских символов!
  6. Тоже самое! С любой командой. root@server:~# apt-get install unrar Reading package lists... Done Building dependency tree Reading state information... Done Package unrar is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'unrar' has no installation candidate
  7. Добрый день! Прошу помочь решить проблему. root@server:~# apt-get install rar Reading package lists... Done Building dependency tree Reading state information... Done Package rar is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'rar' has no installation candidate root@server:~# apt-get install -y sun-java6-jre Reading package lists... Done Building dependency tree Reading state information... Done Package sun-java6-jre is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'sun-java6-jre' has no installation candidate
  8. Молодец!Отлиная работа!
  9. Добрый день! Прошу подсказать как сменить логин и пароль к админке SW 13. Если можно поподробнее.
  10. JoeyTribbiani

    Шаблон На Оценку

    Отличный шаблон! Единственное ,что не воспринял мой мозг - это так называемое "промо" (картинка).
  11. http://forummaxi.ru/...rials&article=3 Как то так пробуй.
  12. Заканчивайте балаган! По теме,пример: Красным выделена текстура. Желтым название кнопки. Вот программа,для просмотра текстур: http://rghost.ru/49578108
  13. JoeyTribbiani

    Помощь По Html

    Cам текст получается по центру,а кнопки вот плавают. <html> <body> <title>Тест</title> <center> <br> <br> <br> <table border="0" width="300"> <tr> <td align=center><button value="Тест" action="bypass -h npc_%objectId%_multisell 821" width=128 height=32 back="l2dream.bigbutton2_over" fore="l2dream.bigbutton2"></td> </tr> <tr> <td align=center><button value="Тест" action="bypass -h npc_%objectId%_multisell 821" width=128 height=32 back="l2dream.bigbutton2_over" fore="l2dream.bigbutton2"></td> </tr> </table> </center> <br> </body></html>
  14. JoeyTribbiani

    Помощь По Html

    Размер кнопки вы имеете ввиду,или какой текстуры?!
  15. JoeyTribbiani

    Помощь По Html

    Ничего не изменилось! Так и осталось.
  16. http://forummaxi.ru/index.php?app=tutorials&article=35. <enchant /> - показывает, на сколько увеличится стат при заточке еще на +1. Order 0x0C. [color="#0000FF"]<enchant val='100' order="0x0C" stat='pDef'/>[/color] Данный код значит что при заточке вещи еще на 1 ваши статы (в данном случае P. Def) увеличатся на 100.
  17. JoeyTribbiani

    Помощь По Html

    А конкретнее можете показать,на примере моего кода?!
  18. JoeyTribbiani

    Помощь По Html

    Прошу подсказать! Как сделать чтобы данные кнопки были четко по центру?! <html> <body> <title>Тест</title> <center> <br> <br> <br> <table border="0" width="300" cellpadding="15" cellspacing="55"> <tr> <td><center><button value="Тест" action="bypass -h npc_%objectId%_multisell 821" width=128 height=32 back="l2dream.bigbutton2_over" fore="l2dream.bigbutton2"></center></td> </tr> <tr> <td><center><button value="Тест" action="bypass -h npc_%objectId%_multisell 821" width=128 height=32 back="l2dream.bigbutton2_over" fore="l2dream.bigbutton2"></center></td> </tr> </table> </center> <br> </body></html>
  19. <enchant val='50' order='0x0C' stat='mDef'/>
  20. Брал на mcp тоже когда то тест. Проблем не возникало. Пробуй по мануалу: http://forummaxi.ru/index.php?app=tutorials&article=82
  21. Посмотри эти,может подойдут. http://rghost.ru/49549379
  22. http://rus4la.theabyss.ru/files/rus4la_interlude_v.1.7.exe
  23. Ато ничего что в папочке армор указывается только pDef и заточка (по желанию) !?
×
×
  • Создать...