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

Dodrii Kot

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

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

  • Посещение

  • Отзывы

    0%

Весь контент Dodrii Kot

  1. Короче с геймом разобрался=) А вот с Логином что делать???
  2. Не ужели не кто не знает решения этой проблемы=(((((
  3. Не во всех сборках..... Только в некоторых прописан путь к jave в startgameserver.bat Об этом я уже подумывал... @echo off title Maddev Project: Core Server Start :start echo Starting Maddev Project Core Server echo. rem ======== Optimize memory settings ======= rem Minimal size with geodata is 1.5G, w/o geo 1G rem Make sure -Xmn value is always 1/4 the size of -Xms and -Xmx. rem -Xms and -Xmx should always be equal. rem ========================================== java -server -Dfile.encoding=UTF-8 -Xms1025m -Xmx2048m -Xmn1024m -XX:-UseParallelGC -XX:+UseConcMarkSweepGC -XX:SurvivorRatio=8 -XX:+AggressiveOpts -cp ./lib/*;l2pserver.jar l2p.gameserver.GameServer if ERRORLEVEL 2 goto restart if ERRORLEVEL 1 goto error goto end :restart echo. echo Admin Restart ... echo. goto start :error echo. echo Server terminated abnormaly echo. :end echo. echo server terminated echo. pause
  4. А смысл? Другие сборки нормально робят а это кривит=( Переустановить или другую версию ставить?
  5. Я не такой тупой и понемаю в чем ошибка!!!!!!!! Я спрашиваю как ее решить?
  6. короче проблема такая базу залил все норм прописал все, но при запуске гейма вылазиет такая фигня : Starting Maddev Project Core Server Error occurred during initialization of VM Could not reserve enough space for object heap Could not create the Java virtual machine. Server terminated abnormaly server terminated Для продолжения нажмите любую клавишу . . . А При запуске Логина вот такая: Starting L2P Login Server. 13:25:50.962 Loading configs. 13:25:50.993 Loading ./config/loginserver.properties 13:25:50.993 Loading ./config/login_telnet.properties 13:25:51.274 FATAL: Failed initializing database. Reason: Unable to open a test connection to the given database. JDBC url = jdbc:mysql://localhost/l2pdb?useUn icode=true&characterEncoding=UTF-8, username = root. Terminating connection pool . Original Exception: ------ com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'l2p db' at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) at com.mysql.jdbc.Util.getInstance(Util.java:382) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2 371) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java :305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:230) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:255) at com.jolbox.bonecp.BoneCPDataSource.maybeInit(BoneCPDataSource.java:12 7) at com.jolbox.bonecp.BoneCPDataSource.getConnection(BoneCPDataSource.jav a:89) at l2p.database.L2DatabaseFactory.<init>(L2DatabaseFactory.java:55) at l2p.database.L2DatabaseFactory.<init>(L2DatabaseFactory.java:70) at l2p.database.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:77) at l2p.loginserver.L2LoginServer.<init>(L2LoginServer.java:90) at l2p.loginserver.L2LoginServer.main(L2LoginServer.java:37) ------ Server exiting [status=1] / Reason: FATAL: Failed initializing database. Reason: Unable to open a test connection to the given database. JDBC url = jdbc:mysql:/ /localhost/l2pdb?useUnicode=true&characterEncoding=UTF-8, username = root. Termi nating connection pool. Original Exception: ------ com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown database 'l2p db' at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) at com.mysql.jdbc.Util.getInstance(Util.java:382) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1052) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2 371) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou rce) at java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java :305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at com.jolbox.bonecp.BoneCP.obtainRawInternalConnection(BoneCP.java:230) at com.jolbox.bonecp.BoneCP.<init>(BoneCP.java:255) at com.jolbox.bonecp.BoneCPDataSource.maybeInit(BoneCPDataSource.java:12 7) at com.jolbox.bonecp.BoneCPDataSource.getConnection(BoneCPDataSource.jav a:89) at l2p.database.L2DatabaseFactory.<init>(L2DatabaseFactory.java:55) at l2p.database.L2DatabaseFactory.<init>(L2DatabaseFactory.java:70) at l2p.database.L2DatabaseFactory.getInstance(L2DatabaseFactory.java:77) at l2p.loginserver.L2LoginServer.<init>(L2LoginServer.java:90) at l2p.loginserver.L2LoginServer.main(L2LoginServer.java:37) ------ Server terminated abnormaly server terminated Для продолжения нажмите любую клавишу . . . В чем проблема мжет кто подсказать? MySQL 6.0 стоит java 6 тоже установлено=( Ссылка на сборку: http://l2maxi.ru/java/server/2593-epilogue...nix-new-r1.html
  7. ### Установка таблиц игрового сервера ### (i) Установить. Внимание !!! Всё таблицы игрового сервера будут перезаписаны !!! (m) Главное меню (q) Выход Ваши действия?:I Making a full backup into 23.09.2011-00'08'56_backup_full.sql Installing general tables !!! Loading Table: ally_data ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 9 Loading Table: auction Loading Table: auction_bid ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 11 Loading Table: bans Loading Table: bonus Loading Table: castle ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 15 Loading Table: castle_manor_procure Loading Table: castle_manor_production Loading Table: character_blocklist Loading Table: character_bookmarks Loading Table: character_effects_save ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 11 Loading Table: character_friends Loading Table: character_hennas ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 7 Loading Table: character_macroses ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 10 Loading Table: character_quests ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 7 Loading Table: character_recipebook ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 5 Loading Table: character_shortcuts ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 11 Loading Table: character_skills ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 8 Loading Table: character_skills_save Loading Table: character_subclasses ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 18 Loading Table: character_variables Loading Table: characters ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 42 Loading Table: clan_data ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 22 Loading Table: clan_notices Loading Table: clan_privs ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 6 Loading Table: clan_skills ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 7 Loading Table: clan_subpledges ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 7 Loading Table: clan_wars ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 4 Loading Table: clanhall Loading Table: couples Loading Table: craftcount Loading Table: cursed_weapons Loading Table: dropcount Loading Table: epic_boss_spawn Loading Table: forts Loading Table: forums ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 11 Loading Table: game_log Loading Table: games ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 14 Loading Table: global_tasks ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 10 Loading Table: heroes ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 7 Loading Table: item_attributes ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 9 Loading Table: item_auction Loading Table: item_auction_bid Loading Table: items ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 20 Loading Table: items_delayed ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 15 Loading Table: killcount Loading Table: mail Loading Table: olympiad_nobles Loading Table: petitions ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 17 Loading Table: pets ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 13 Loading Table: posts ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 10 Loading Table: raidboss_points Loading Table: raidboss_status ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 7 Loading Table: residence_functions ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 10 Loading Table: server_variables Loading Table: seven_signs ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 16 Loading Table: seven_signs_festival Loading Table: seven_signs_status ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 25 Loading Table: siege_clans ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 6 Loading Table: siege_doorupgrade ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 5 Loading Table: siege_guards Loading Table: siege_territory_members Loading Table: summon_effects_save ERROR 1064 (42000) at line 2: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'TYPE=MyISAM' at line 11 Loading Table: topic Loading Table: tournament_table Loading Table: tournament_teams Loading Table: tournament_variables Loading Table: vote Upgrading tables !!! Loading Table: ai_params Loading Table: armor Loading Table: armor_ex Loading Table: armorsets Loading Table: auto_chat Loading Table: auto_chat_text Loading Table: char_templates Loading Table: character_l2top_votes Loading Table: character_mmotop_votes Loading Table: class_list Loading Table: community_skillsave Loading Table: communitybuff Loading Table: comteleport Loading Table: doors Loading Table: droplist Loading Table: etcitem Loading Table: fish Loading Table: fishreward Loading Table: four_sepulchers_spawnlist Loading Table: henna Loading Table: henna_trees Loading Table: lastimperialtomb_spawnlist Loading Table: locations Loading Table: lvlupgain Loading Table: mapregion Loading Table: merchant_areas_list Loading Table: minions Loading Table: npc Loading Table: npcskills Loading Table: pet_data Loading Table: pets_skills Loading Table: random_spawn Loading Table: random_spawn_loc Loading Table: recipes Loading Table: recitems Loading Table: siege_door Loading Table: skills Loading Table: skill_learn Loading Table: skill_spellbooks Loading Table: skill_trees Loading Table: spawnlist Loading Table: tournament_class_list Loading Table: weapon Loading Table: weapon_ex Loading Table: updates ERROR 1146 (42S02) at line 23: Table 'l2pbd.character_quests' doesn't exist Complete !!! Для продолжения нажмите любую клавишу . . .
  8. ### Установка таблиц сервера авторизации ### (i) Установить. Внимание !!! Таблицы accounts, gameservers, banned_ips будут пер езаписаны !!! (m) Главное меню (q) Выход Ваши действия?:i Создание полной резервной копии в /backup/23.09.2011-00'06'05_backup_full.sql mysqldump: Got error: 1049: Unknown database 'l2pbd' when selecting the database Установка таблиц сервера авторизации: Установка таблицы: accounts.sql ERROR 1049 (42000): Unknown database 'l2pbd' Установка таблицы: gameservers.sql ERROR 1049 (42000): Unknown database 'l2pbd' Установка таблицы: banned_ips.sql ERROR 1049 (42000): Unknown database 'l2pbd' Установка таблицы: loginserv_log.sql ERROR 1049 (42000): Unknown database 'l2pbd' Установка таблицы: lock.sql ERROR 1049 (42000): Unknown database 'l2pbd' Таблицы сервера авторизации установленны !!! Для продолжения нажмите любую клавишу . . . ВОТ В ЭТОМ СОБСТВЕННО И ПРОБЛЕМА!!=)
  9. Ребят спс все проблемы решил табл скил залил вручную=) теперь другая проблема=) не видит фаил хиксед рег в лог серве кидаю его в конфиг и ноль эмоций все так же он не видит его(((
  10. База вроде того залилась но криво прописал в конфик лог серв и геме пасс и вот что выходит Making a full backup into 13.09.2011-07'41'37_backup_full.sql Backup complite 13.09.2011-07'41'37_backup_full.sql Starting L2RT Game Server. Exception in thread "main" java.io.FileNotFoundException: .\config\log.ini (╨Э╨╡ ╤Г╨┤╨░╨╡╤В╤Б╤П ╨╜╨░╨╣╤В╨╕ ╤Г╨║╨░╨╖╨░╨╜╨╜╤Л╨╣ ╤Д╨░╨╣╨╗) at java.io.FileInputStream.open(Native Method) at java.io.FileInputStream.<init>(Unknown Source) at l2rt.gameserver.GameStart.main(GameStart.java:44) Server terminated abnormaly server terminated Для продолжения нажмите любую клавишу . . .
  11. L2 Revolt Team Setup ### Install Game Server ### (i) Install Game Server. Warning !!! All Game Server Database will be deleted !! ! (m) Main menu (q) Quit Your choice ?:i Making a full backup into 13.09.2011-07'37'52_backup_full.sql Installing general tables !!! Loading Table: ally_data Loading Table: auction Loading Table: auction_bid Loading Table: auction_bids Loading Table: auction_lots Loading Table: bans Loading Table: bonus Loading Table: castle Loading Table: castle_manor_procure Loading Table: castle_manor_production Loading Table: character_blocklist Loading Table: character_bookmarks Loading Table: character_effects_save Loading Table: character_friends Loading Table: character_hennas Loading Table: character_macroses Loading Table: character_mail Loading Table: character_quests Loading Table: character_recipebook Loading Table: character_shortcuts Loading Table: character_skills Loading Table: character_skills_save Loading Table: character_subclasses Loading Table: character_variables Loading Table: character_vote Loading Table: characters Loading Table: clan_data Loading Table: clan_notices Loading Table: clan_privs Loading Table: clan_skills Loading Table: clan_subpledges Loading Table: clan_wars Loading Table: clanhall Loading Table: community_skillsave Loading Table: communitybuff Loading Table: comteleport Loading Table: couples Loading Table: craftcount Loading Table: cursed_weapons Loading Table: dropcount Loading Table: epic_boss_spawn Loading Table: forts Loading Table: forums Loading Table: game_log Loading Table: games Loading Table: global_tasks Loading Table: hellbound Loading Table: heroes Loading Table: item_attributes Loading Table: items Loading Table: items_delayed Loading Table: killcount Loading Table: mail Loading Table: multisell_log Loading Table: olympiad_nobles Loading Table: petitions Loading Table: pets Loading Table: posts Loading Table: raidboss_points Loading Table: raidboss_status Loading Table: residence_functions Loading Table: server_variables Loading Table: seven_signs Loading Table: seven_signs_festival Loading Table: seven_signs_status Loading Table: siege_clans Loading Table: siege_doorupgrade Loading Table: siege_guards Loading Table: siege_territory_members Loading Table: summon_effects_save Loading Table: topic Loading Table: tournament_table Loading Table: tournament_teams Loading Table: tournament_variables Loading Table: vote Upgrading tables !!! Loading Table: ai_params Loading Table: auto_chat Loading Table: auto_chat_text Loading Table: char_templates Loading Table: class_list Loading Table: doors Loading Table: droplist Loading Table: fish Loading Table: fishreward Loading Table: four_sepulchers_spawnlist Loading Table: henna Loading Table: henna_trees Loading Table: item_mall Loading Table: lastimperialtomb_spawnlist Loading Table: locations Loading Table: lvlupgain Loading Table: mapregion Loading Table: merchant_areas_list Loading Table: minions Loading Table: npc Loading Table: npcskills Loading Table: pet_data Loading Table: pets_skills Loading Table: random_spawn Loading Table: random_spawn_loc Loading Table: recipes Loading Table: recitems Loading Table: siege_door Loading Table: skills ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the ma nual that corresponds to your MySQL server version for the right syntax to use n ear 'я╗┐DROP TABLE IF EXISTS `skills`' at line 1 Loading Table: skill_learn Loading Table: skill_spellbooks Loading Table: skill_trees Loading Table: skill_trees_squad Loading Table: spawnlist Loading Table: tournament_class_list Loading Table: updates Complete !!! Для продолжения нажмите любую клавишу . . .
  12. L2 Revolt Team Setup ### Install Login Server ### (i) Install Login Server. Warning !!! accounts, gameservers, banned_ips will be deleted !!! (m) Main menu (q) Quit Your choice ?:i Making a full backup into 13.09.2011-07'36'11_backup_full.sql Installing Login Server !!! Login Server Installed !!! Для продолжения нажмите любую клавишу . . .
  13. Тоже самое=((( Скачал Stres Web 11 вот отсюда ---->http://l2maxi.ru/java/web/2828-stressweb-11-bez-zenda-i-privyazki-versiya-r110220.html поставил его изменил шаблон сайт работает запустил сервер статистику логина и гейма сервера показывает но вот что касается остального Топ ПВП ПК Замки Боссы Количество онлайна регистрация не работает в чем причина может кто подсказать? Пробовал даже SQL файлы заливать начиная с 8 сборки стресса и обновил до 10 потом до 11 и все равно не робит(((( Да и еще домен платный
  14. Суть проблемы=) Скачал Stres Web 11 вот отсюда ---->http://l2maxi.ru/java/web/2828-stressweb-11-bez-zenda-i-privyazki-versiya-r110220.html поставил его изменил шаблон сайт работает запустил сервер статистику логина и гейма сервера показывает но вот что касается остального Топ ПВП ПК Замки Боссы Количество онлайна регистрация не работает в чем причина может кто подсказать? Пробовал даже SQL файлы заливать начиная с 8 сборки стресса и обновил до 10 потом до 11 и все равно не робит(((( Да и еще домен платный
  15. http://rghost.ru/16876751 Вот сборка, Короч я не пойму как ее ставит, обычно же в папке tools фаил инстал.бат изменяешь все там версию MySQL пароль все дела, а в этой сборке все вроде прописываю а базу заливает с ошибками.
  16. Короче такая проблема, не могу разобраться с этой сборкой конкретно=) со всеми другими командами никогда проблем не было=) а тут все как то не по русски=) настройка заливки БД другая, БД заливается с ошибками, серв руг на лог.ини, Может кто помочь?
  17. Помогите плиз кто может((( Я уже весь гуугл облазил нечего не могу найти((( skype: xitrovski
  18. Короче такая проблема))))Качнул серверс вашего портала и комунити тоже))) Сборка сервера L2jServer (Core.4492 DP.7766) Freya и комнити одно у вас тут))) Ну так вот раскидаля усе по папочкам))))и что дальше делать не знаю((((Стандартная комунити робит)))) Помогите пожл))))
  19. Dodrii Kot

    Помогите Нубкам=)

    ладно закроем эту тему)))))
  20. Dodrii Kot

    Помогите Нубкам=)

    Это мой IP 10.2.120.141 и изменил не какого толку таже фигня((((
  21. Dodrii Kot

    Помогите Нубкам=)

    # Обычно используют следующий значения ExternalHostname # - 127.0.0.1 (если будете играть на той же машине, где и сервер) # - LAN IP* (если собираетесь играть внутри локальной сети) # - WAN IP** (если собираетесь играть через Интернет) # - Есть вопросы? => http://l2rt.ru # # * = Чтобы узнать LAN IP, нажмите "Пуск" => "Выполнить..." наберите "cmd", в появившемся окне введите "ipconfig" # **= Чтобы узнать WAN IP, посетите http://2ip.ru # ================================================================================ =============================== # ================================================================ # ОСНОВНЫЕ НАСТРОЙКИ СЕРВЕРА !!! ОБЯЗАТЕЛЬНО смените их !!! # ================================================================ # Здесь указывается постоянный IP-адрес для соединения клиентов из внешней сети (Интернет) # Если хотите такой же адрес как и у LoginServer, оставьте * # Поумолчанию: * ExternalHostname = 10.2.120.141 # Здесь указывается постоянный IP-адрес для соединения клиентов из одной сети, в т.ч. локальной сети или если играете один # Если хотите такой же адрес как и у LoginServer, оставьте * # Поумолчанию: * InternalHostname = 10.2.120.141 # Адрес Loginserver LoginHost = 127.0.0.1 # Порт Loginserver LoginPort = 9014 # IP для GameServer, используйте * чтобы LoginServer был доступен на всех IP-адресах # Поумолчанию: * GameserverHostname = * # Default: 7777 GameserverPort = 7777 # --------------------------------------------------------------------------- # Информация о базе данных # --------------------------------------------------------------------------- # Специфичные драйвера и пути которые используети ваша база данных. # Примеры: # Driver = com.mysql.jdbc.Driver (default) # Driver = org.hsqldb.jdbcDriver # Driver = com.microsoft.sqlserver.jdbc.SQLServerDriver Driver = com.mysql.jdbc.Driver # Путь к базе данных (URL) # URL = jdbc:mysql://localhost/l2jdb (default) # URL = jdbc:hsqldb:hsql://localhost/l2jdb # URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password = # # Вариант для потдержки русских имен игроков и кланов # URL = jdbc:mysql://localhost/l2jdb?useUnicode=true&characterEncoding=utf-8 URL = jdbc:mysql://localhost/sfy_db?useUnicode=true&characterEncoding=utf-8 # Логин для базы данных (по умолчанию это "root" но такой логин неочень рекомендуется из соображений безопастности) Login = root # Пароль для подключение к базе данных Password = root # оцените максимальный онлайн на сервере и укажите количество подключений где то # по формуле (макс онлайн) * 6 = MaximumDbConnections # к сожалению величина максимальных коннектов сильно зависит от величины онлайна # такая формула позволит гарантированно избежать лагов изза нехватки доступа к # базе данных со стороны сервера , но при большом онлайне более 300 необходимо # более точно вывести это значение поскольку чем больше разрешенных коннектов тем # больше памяти резервируется . Также обращаем внимание что максимальное количество # коннектов к базе выставляется также со стороны MySQL в его конфигах и оно должно # быть больше чем указаное MaximumDbConnections здесь (из расчета геймсервера , логинсервера # а также если имеется Web-server и другие потребители ресурсов MySQL) # по умолчанию: 100 MaximumDbConnections = 6000 # По умолчанию: 0 MaximumDbIdleTime = 0 # --------------------------------------------------------------------------- # Misc Server Settings # --------------------------------------------------------------------------- # This is the server ID that the Game Server will request. # Example: 1 = Bartz # Default: 1 RequestServerID = 1 # True = The Login Server will give an other ID to the server if the requested ID is already reserved. # Default: True AcceptAlternateID = True # Datapack root directory. # Defaults to current directory from which the server is started unless the below line is uncommented. #DatapackRoot = C:/Work/tmp/DataPack # Максимальное кол-во игроков одновременно играющих на сервере. # По умолчанию: 100 MaximumOnlineUsers = 2500 # Минимальная и максимальная версия протокола клиента, с которой можно коннектиться к серверу. # Соблюдайте правило: MinProtocolRevision <= MaxProtocolRevision. MinProtocolRevision = 1 MaxProtocolRevision = 100 # Datapack root directory, defaults to current directory from which the server is started DatapackRoot = . # --------------------------------------------------------------------------- # Misc Player Settings # --------------------------------------------------------------------------- # Character name template. # Пример использования : CnameTemplate=[A-Z][a-z]{3,3}[A-Za-z0-9]* # Разрешает первую заглавную букву, следующие три маленькие, # а потом любую (заглавную или маленькую) букву или цифру, например ExamP1E # Более рационально поставить CnameTemplate=[A-Z][a-z]* # Разрешает только первую заглавную букву, например Example # По умолчанию .* - любые символы CnameTemplate = [A-Za-z0-9]* PetNameTemplate = [A-Za-z0-9]* # Максимальное кол-во чаров на аккаунте, по умолчанию 7 (0 = неограничено [7 - лимит клиента]) CharMaxNumber = 7
×
×
  • Создать...