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

Soundmx3

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

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

  • Посещение

  • Отзывы

    0%

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

  1. Сейчас пропробую нули поставить !
  2. Итак Сборка PW скрипт стоит и работает нормально , но хочеться сделать чтоб он не забирал итэмы, а просто проверял на наличие и баффал ! есть идеи как сделать ? Скрипт : import sys from net.sf.l2j.gameserver.model.actor.instance import L2PcInstance from java.util import Iterator from net.sf.l2j.gameserver.datatables import SkillTable from net.sf.l2j import L2DatabaseFactory from net.sf.l2j.gameserver.model.quest import State from net.sf.l2j.gameserver.model.quest import QuestState from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest qn = "912_buffer" #Включение\выключение разделов. Для выключения замените ON на OFF attack = "ON" defence = "ON" resist = "ON" support = "ON" warcryer = "ON" overlord = "ON" song = "ON" dance = "ON" noble = "ON" summon = "ON" cubic = "OFF" NPC = [100910] prise_ID = 25002 QuestId = 912 QuestName = "buffer" QuestDesc = "custom" InitialHtml = "buff_resist.htm" #Выставление цен на бафы min_level = 1 max_level = 80 min_prise = 3 buff_prise = 3 Chant_prise = 3 song_prise = 3 Dance_prise = 3 Hero_prise = 3 Noble_prise = 3 Summon_prise = 3 Prophecy_prise = 3 cubic_prise = 3 Full_buff_f1_prise = 3 Full_buff_f2_prise = 3 Full_buff_f3_prise = 3 Full_buff_m1_prise = 3 Full_buff_m2_prise = 3 Full_buff_m3_prise = 3 all_song_prise = 3 all_dance_prise = 3 print "importing custom: Buff flu and Malaria loading..." Начало скрипта весь скинуть немогу не влазит )
  3. Soundmx3

    Услуги От Fruks

    Всё доходчиво и красиво помог разобраться с датапаком !
  4. Soundmx3

    [Guide] Html #урок1

    Очень познавательно жду следуший мануалов именно по этой теме !!!! + Поставил !
  5. во давай будет круто скайп yxolox1
  6. ты наверное в клиент их не вписал ! я вписал, но немогу в итем дат записать токо сохраняю итем дат удаляеться ) и незнаю как в базу добавить! а ты кикул анимашки в папку ?
  7. Я накачал всяких дополнений ! Но незнаю как их всунють в свой сервер ! Подскажите пожалуйста !
  8. ХЕДИКС : #the hexID to auth into login #Mon Jul 01 19:43:59 MSK 2013 HexID=77c70d7b9d2235ce6b733652bbd48d0a ServerID=1 ЛОГИН : #### ## Основные настройки # Внешний IP ExternalHostname = 31.202.255.26 # Внутренний IP InternalHostname = 31.202.255.26 # IP, на котором будет висеть логин; в локалке ни ставил, лучше указать внешний (ExternalHostname) LoginserverHostname = 31.202.255.26 # Порт логина LoginserverPort = 2106 # База данных Driver=com.mysql.jdbc.Driver URL=jdbc:mysql://localhost/pwnew Login = root Password = sasamba # Авторег AutoCreateAccounts = True # Аксесс аккаунта для доступа на закрытый серв GMMinLevel = 100 # IP прослушки геймсерверов; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP LoginHostname = 31.202.255.26 # Порт прослушки геймсерверов 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 ГЕЙМ : # Bind ip of the gameserver GameserverHostname = 31.202.255.26 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 = 31.202.255.26 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname = 31.202.255.26 # The Loginserver host and port; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP LoginPort = 2106 LoginHost = 31.202.255.26 # 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 #### ### Настройки базы данных ## Соединение #хост URL=jdbc:mysql://localhost/pwnew # логин Login = root # пароль Password = sasamba ## Тонкая настройка (!!только если на 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 =
  9. блин я знаю что в консоль его надо прописывать ) но незнаю как ) подскажеш ?
  10. Суть В том ! запускаю логин и запускаю геймсервер ! Всё в конфиган настроено ! конфиг логина : #### ## Основные настройки # Внешний IP ExternalHostname = 31.202.255.26 # Внутренний IP InternalHostname = 31.202.255.26 # IP, на котором будет висеть логин; в локалке ни ставил, лучше указать внешний (ExternalHostname) LoginserverHostname = 31.202.255.26 # Порт логина LoginserverPort = 2106 # База данных Driver=com.mysql.jdbc.Driver URL=jdbc:mysql://localhost/pwnew Login = root Password = sasamba # Авторег AutoCreateAccounts = True # Аксесс аккаунта для доступа на закрытый серв GMMinLevel = 100 # IP прослушки геймсерверов; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP LoginHostname = 31.202.255.26 # Порт прослушки геймсерверов LoginPort = 9014 #### ## Про остальные настройки в этом файле можно забыть Конфиг гейма : # Bind ip of the gameserver GameserverHostname = 31.202.255.26 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 = 31.202.255.26 # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname InternalHostname = 31.202.255.26 # The Loginserver host and port; Внимание! Если у вас несколько серверов, то указывайте тут ВНЕШНИЙ IP LoginPort = 2106 LoginHost = 31.202.255.26 # 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 #### ### Настройки базы данных ## Соединение #хост URL=jdbc:mysql://localhost/pwnew # логин Login = root # пароль Password = sasamba ## Тонкая настройка (!!только если на 100% уверены, что делаете!!) Всё правельно ведь так ? Но Гейм пишет ! Вот так : #Connecting to login on 31.202.255.26:2106 Incorrect packet checksum, ignoring packet (LS) Что сделать подскажите , ошибке вылетает уже на второй сборке PWsoft ! Кстате в сборке не нашол файла который делает hedix может из-за этого ? Спасибо за помощь
  11. Всё я разобрался Это Бэкапы ! Старой базы !
  12. ну эти файлы должны открываться навикетом ! как засунуть их в бд ?
  13. Народ скачано 2 сборки PwSoft В каждой сборке есть файлы PSC куда их засовывать ? и как ?
  14. Почему тогда ругаеться гейм сервер ? Incorrect packet checksum, ignoring packet (LS)
×
×
  • Создать...