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

LoveYougurt

Постоялец
  • Публикаций

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

  • Посещение

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

    5
  • Отзывы

    100%

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

  1. стоит 7 java (всё исправил)
  2. ребят помогите решить пожалуйста
  3. вот что получилось с таким кодом осталось только чтобы всех было видно ?> <div class="panel panel-dark"> <div class="panel-heading no-bd bg-dark"> <h3 class="panel-title"> <i class="fa fa-trophy"></i> Спонсоры </h3> </div> <div class="panel-body messages"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="withScroll" data-height="320"> <script type="text/javascript" src="//vk.com/js/api/openapi.js?151"></script> <!-- VK Widget --> <div id="vk_subscribe"></div> <script type="text/javascript"> VK.Widgets.Subscribe("vk_subscribe", {}, 17804448); </script> <script type="text/javascript" src="//vk.com/js/api/openapi.js?151"></script> <!-- VK Widget --> <div id="vk_subscribe"></div> <script type="text/javascript"> VK.Widgets.Subscribe("vk_subscribe", {}, 137813680); </script> <script type="text/javascript" src="//vk.com/js/api/openapi.js?151"></script> <!-- VK Widget --> <div id="vk_subscribe"></div> <script type="text/javascript"> VK.Widgets.Subscribe("vk_subscribe", {}, 98212884); </script> </strong> </p> <p class="c-gray m-0"> <?=$getUsers[$i]['all_money']?> <i class=""></i> </p> </div> </div> </div> </div> </div>
  4. вот что у меня получается
  5. помоги пожалуйста сделать мне надо чтобы на человека 5 был блок просто я этот блок пытаюсь переделать вот основной блок который я пытаюсь переделать для подписки <?php $getUsers = users::select( $fields = '*', $where = "", $order = 'all_money', $up = false, $limit = "10" ); ?> <div class="panel panel-dark"> <div class="panel-heading no-bd bg-dark"> <h3 class="panel-title"> <i class="fa fa-trophy"></i> Спонсоры </h3> </div> <div class="panel-body messages"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="withScroll" data-height="320"> <?php if( is_array( $getUsers ) ) : ?> <?php for( $i = 0; $i < count( $getUsers ); $i++ ) : ?> <?php if( $getUsers[$i]['all_money'] != 0 ) : ?> <a href="<?=$getUsers[$i]['url']?>" class="message-item media"> <div class="media"> <img src="<?=ADDRESS.$getUsers[$i]['avatar']?>" alt="avatar 1" width="35" class="pull-left"> <div class="media-body"> <div class="pull-left"> <p class="c-dark m-0"> <strong class="group-<?= $getUsers[$i]['group']?>"> <?=$getUsers[$i]['username']?> </strong> </p> <p class="c-gray m-0"> <?=$getUsers[$i]['all_money']?> <i class="fa fa-rub"></i> </p> </div> </div> </div> </a> <?php endif ?> <?php endfor ?> <?php endif ?> </div> </div> </div> </div> </div>
  6. Всем привет) ребят как сделать чтобы блок при добавление новых людей уширялся сам код файла <?php $getUsers = users::select( $fields = '*', $where = "", $order = 'all_money', $up = false, $limit = "10" ); ?> <div class="panel panel-dark"> <div class="panel-heading no-bd bg-dark"> <h3 class="panel-title"> <i class="fa fa-trophy"></i> Гл. Администраторы </h3> </div> <div class="panel-body messages"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <script type="text/javascript" src="//vk.com/js/api/openapi.js?151"></script> <!-- VK Widget --> <div id="vk_subscribe"></div> <script type="text/javascript"> VK.Widgets.Subscribe("vk_subscribe", {}, 17804448); </script> <script type="text/javascript" src="//vk.com/js/api/openapi.js?151"></script> <!-- VK Widget --> <div id="vk_subscribe"></div> <script type="text/javascript"> VK.Widgets.Subscribe("vk_subscribe", {}, 137813680); </script> </div> </div> </div> </a> </div> </div> </div> </div> </div>
  7. ГС не запускается до конца =====================================================-[ Network Configuration ] Loading: ./config/network/network.properties Loading: ./config/network/hexid.txt ========================================================-[ Main Configuration ] Loading: ./config/main/areas.properties Loading: ./config/main/ban.properties Loading: ./config/main/datetime.properties Loading: ./config/main/gameserver.properties Loading: ./config/main/respawns.properties Loading: ./config/main/regeneration.properties Loading: ./config/main/petitions.properties Loading: ./config/main/altgame.properties Loading: ./config/main/custom.properties Loading: ./config/main/clans.properties Loading: ./config/main/entities.properties Loading: ./config/main/communityboard.properties Loading: ./config/main/nicks.properties Loading: ./config/main/drops.properties Loading: ./config/main/enchant.properties Loading: ./config/main/party.properties Loading: ./config/main/options.properties Loading: ./config/main/other_settings.properties Loading: ./config/main/geodata.properties Loading: ./config/main/warehouse.properties Loading: ./config/main/permissions.properties Loading: ./config/main/pvp_settings.properties Loading: ./config/main/services.properties Loading: ./config/main/security.properties Loading: ./config/main/rates.properties Loading: ./config/main/skills.properties Loading: ./config/main/inventory.properties Loading: ./config/main/pvtstores.properties Loading: ./config/main/l2top.properties Loading: ./config/main/manor.properties Loading: ./config/main/equipment.properties Loading: ./config/main/grid.properties Loading: ./config/main/id_factory.properties Loading: ./config/main/settings.properties Loading: ./config/main/events/bosses.properties Loading: ./config/main/settings_test.properties Loading: ./config/main/settings_labs.properties Loading: ./config/main/safe.properties ======================================================-[ Events Configuration ] Loading: ./config/main/events/seven_signs.properties Loading: ./config/main/events/castle_siege.properties Loading: ./config/main/events/olympiad.properties Loading: ./config/main/events/lottery.properties Loading: ./config/main/events/fortsiege.properties Loading: ./config/main/events/pccaffe.properties ========================================================-[ Chat Configuration ] Loading: ./config/chat/chat.properties =====================================================-[ Filters Configuration ] [INFO 15:59:15]: Loaded 20 Filter Words. [INFO 15:59:15]: Loaded 46 Filter Words/sayfilter_broadcast. [INFO 15:59:15]: Loaded 45 Filter Words/sayfilter_spam. [INFO 15:59:15]: Loaded 12 Filter Words/sayfilter_spam_digits. ==============================================-[ Administration Configuration ] Loading: ./config/administration/gm_access.properties Loading: ./config/administration/developer.properties ==================================================-[ Announment Configuration ] Loading: ./config/main/announces.properties ========================================================-[ Mods Configuration ] Loading: ./config/mods/champion_mobs.properties Loading: ./config/mods/jail.properties Loading: ./config/mods/wedding.properties Loading: ./config/mods/fun_events.properties Loading: ./config/mods/classmaster.properties Loading: ./config/mods/classes.properties Loading: ./config/mods/classes_olymp.properties Loading: ./config/mods/classes_armor.properties Loading: ./config/mods/banking.properties Loading: ./config/fake/fake.properties ====================================================================-[ Socket ] [INFO 15:59:16]: Host: Socket Initializing. [INFO 15:59:16]: MySql: Socket Initializing. ==============================================================-[ Preparations ] [INFO 15:59:16]: Checking folders: preparations [INFO 15:59:16]: Checking folders: all folders checked. ===============================================================-[ Chat Filter ] [INFO 15:59:16]: Loaded 40 Filter Words. ===========================================================-[ Database Engine ] [INFO 15:59:16]: L2DatabaseFactory: Connected to database server ===============================================================-[ System Info ] [INFO 15:59:16]: .................................................. [INFO 15:59:16]: System Time: 13-12-2017 03:59:16 PM [INFO 15:59:16]: .................................................. [INFO 15:59:16]: OS: Windows 10 Build: 10.0 [INFO 15:59:16]: OS Arch: amd64 [INFO 15:59:16]: .................................................. [INFO 15:59:16]: .................................................. [INFO 15:59:16]: Avaible CPU(s): 4 [INFO 15:59:16]: Processor(s) Identifier: Intel64 Family 6 Model 58 Stepping 9, GenuineIntel [INFO 15:59:16]: .................................................. [INFO 15:59:16]: .................................................. [INFO 15:59:16]: Runtime Information [INFO 15:59:16]: Current Free Heap Size: 100 mb [INFO 15:59:16]: Current Heap Size: 126 mb [INFO 15:59:16]: Maximum Heap Size: 2024 mb [INFO 15:59:16]: .................................................. [INFO 15:59:16]: .................................................. [INFO 15:59:16]: Java Platform Information [INFO 15:59:16]: Java Runtime Name: Java(TM) SE Runtime Environment [INFO 15:59:16]: Java Version: 1.8.0_144 [INFO 15:59:16]: Java Class Version: 52.0 [INFO 15:59:16]: .................................................. [INFO 15:59:16]: .................................................. [INFO 15:59:16]: Virtual Machine Information (JVM) [INFO 15:59:16]: JVM Name: Java HotSpot(TM) 64-Bit Server VM [INFO 15:59:16]: JVM installation directory: C:\Program Files\Java\jre1.8.0_144 [INFO 15:59:16]: JVM version: 25.144-b01 [INFO 15:59:16]: JVM Vendor: Oracle Corporation [INFO 15:59:16]: JVM Info: mixed mode [INFO 15:59:16]: .................................................. [INFO 15:59:16]: .................................................. =========================================================-[ Scripting Engines ] [INFO 15:59:16]: Initializing Script Engine Manager. [INFO 15:59:17]: Script Engine: Oracle Nashorn 1.8.0_144 - Language: ECMAScript - Language Version: ECMA - 262 Edition 5.1 [INFO 15:59:17]: Script Engine: jython 2.2.1 - Language: python - Language Version: 2.2.1 [INFO 15:59:17]: Script Engine: java 1.8 - Language: java - Language Version: 1.8 ========================================================-[ ThreadPool Manager ] [INFO 15:59:17]: ThreadPoolManager: Initializing. [INFO 15:59:17]: ScheduledThreadPool: ..... 16. [INFO 15:59:17]: ThreadPoolExecutor: ...... 8. =====================================-[ Checking for previous shutdown status ] [INFO 15:59:17]: ######################## [INFO 15:59:17]: ### Server shutdown was completed correctly! ===========================================================-[ Lineage 2 World ] [INFO 15:59:18]: CustomServerData: Donate Skills Shop, loaded 2 classes. [INFO 15:59:18]: L2World: Setting up World Regions [INFO 15:59:18]: L2World: (96 by 136) World Region Grid set up. =========================================================-[ MapRegion Manager ] [INFO 15:59:18]: IdFactory: Cleaned 0 elements [INFO 15:59:18]: IdFactory: Cleanup items [INFO 15:59:18]: IdFactory: Cleanup clans [INFO 15:59:18]: IdFactory: Cleanup items on ground [INFO 15:59:18]: IDFactory: 411648 id's avaliable. [INFO 15:59:18]: MapRegionManager: Loaded 38 restartpoint(s). [INFO 15:59:18]: MapRegionManager: Loaded 23 restartareas with 145 arearegion(s). [INFO 15:59:18]: MapRegionManager: Loaded 235 zoneregion(s). [INFO 15:59:18]: MapRegionManager: Loaded 4 race depending redirects. ==========================================================-[ Announce Manager ] [INFO 15:59:18]: AnnounceManager: Loaded 4 announce [INFO 15:59:18]: AnnounceManager: Loaded 0 auto announce ========================================================-[ ID Factory Manager ] [INFO 15:59:18]: IdFactory: Free ObjectID's remaining: 1879034576 ================================================================-[ Extensions ] [INFO 15:59:18]: ExtensionManager: Loaded 0 extension(s) ============================================================-[ Geodata Engine ] [INFO 15:59:18]: Geo Engine: - Loading Geodata... [INFO 15:59:18]: L2JGeoLoader: loading geodata file: 16_10.l2j [INFO 15:59:18]: L2JGeoLoader: loading geodata file: 16_11.l2j [INFO 15:59:18]: L2JGeoLoader: loading geodata file: 16_12.l2j [INFO 15:59:18]: L2JGeoLoader: loading geodata file: 16_13.l2j [INFO 15:59:18]: L2JGeoLoader: loading geodata file: 16_14.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_15.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_16.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_17.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_18.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_19.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_20.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_21.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_22.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_23.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_24.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_25.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 16_26.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 17_10.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 17_11.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 17_12.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 17_13.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 17_14.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 17_15.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 17_16.l2j [INFO 15:59:19]: L2JGeoLoader: loading geodata file: 17_17.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 17_18.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 17_19.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 17_20.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 17_21.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 17_22.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 17_23.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 17_24.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 17_25.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 17_26.l2j [INFO 15:59:20]: L2JGeoLoader: loading geodata file: 18_10.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_11.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_12.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_13.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_14.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_15.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_16.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_17.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_18.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_19.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_20.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_21.l2j [INFO 15:59:21]: L2JGeoLoader: loading geodata file: 18_22.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 18_23.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 18_24.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 18_25.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 18_26.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 19_10.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 19_11.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 19_12.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 19_13.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 19_14.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 19_15.l2j [INFO 15:59:22]: L2JGeoLoader: loading geodata file: 19_16.l2j [INFO 15:59:23]: L2JGeoLoader: loading geodata file: 19_17.l2j [INFO 15:59:23]: L2JGeoLoader: loading geodata file: 19_18.l2j [INFO 15:59:23]: L2JGeoLoader: loading geodata file: 19_19.l2j [INFO 15:59:23]: L2JGeoLoader: loading geodata file: 19_20.l2j [INFO 15:59:23]: L2JGeoLoader: loading geodata file: 19_21.l2j [INFO 15:59:23]: L2JGeoLoader: loading geodata file: 19_22.l2j [INFO 15:59:23]: L2JGeoLoader: loading geodata file: 19_23.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 19_24.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 19_25.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 19_26.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 20_10.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 20_11.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 20_12.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 20_13.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 20_14.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 20_15.l2j [INFO 15:59:24]: L2JGeoLoader: loading geodata file: 20_16.l2j [INFO 15:59:25]: L2JGeoLoader: loading geodata file: 20_17.l2j [INFO 15:59:25]: L2JGeoLoader: loading geodata file: 20_18.l2j [INFO 15:59:25]: L2JGeoLoader: loading geodata file: 20_19.l2j [INFO 15:59:25]: L2JGeoLoader: loading geodata file: 20_20.l2j [INFO 15:59:25]: L2JGeoLoader: loading geodata file: 20_21.l2j [INFO 15:59:25]: L2JGeoLoader: loading geodata file: 20_22.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 20_23.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 20_24.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 20_25.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 20_26.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 21_10.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 21_11.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 21_12.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 21_13.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 21_14.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 21_15.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 21_16.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 21_17.l2j [INFO 15:59:26]: L2JGeoLoader: loading geodata file: 21_18.l2j [INFO 15:59:27]: L2JGeoLoader: loading geodata file: 21_19.l2j [INFO 15:59:27]: L2JGeoLoader: loading geodata file: 21_20.l2j [INFO 15:59:27]: L2JGeoLoader: loading geodata file: 21_21.l2j [INFO 15:59:27]: L2JGeoLoader: loading geodata file: 21_22.l2j [INFO 15:59:27]: L2JGeoLoader: loading geodata file: 21_23.l2j [INFO 15:59:27]: L2JGeoLoader: loading geodata file: 21_24.l2j [INFO 15:59:28]: L2JGeoLoader: loading geodata file: 21_25.l2j [INFO 15:59:28]: L2JGeoLoader: loading geodata file: 22_10.l2j [INFO 15:59:28]: L2JGeoLoader: loading geodata file: 22_13.l2j [INFO 15:59:28]: L2JGeoLoader: loading geodata file: 22_14.l2j [INFO 15:59:28]: L2JGeoLoader: loading geodata file: 22_15.l2j [INFO 15:59:28]: L2JGeoLoader: loading geodata file: 22_16.l2j [INFO 15:59:28]: L2JGeoLoader: loading geodata file: 22_17.l2j [INFO 15:59:29]: L2JGeoLoader: loading geodata file: 22_18.l2j [INFO 15:59:29]: L2JGeoLoader: loading geodata file: 22_19.l2j [INFO 15:59:29]: L2JGeoLoader: loading geodata file: 22_20.l2j [INFO 15:59:29]: L2JGeoLoader: loading geodata file: 22_21.l2j [INFO 15:59:29]: L2JGeoLoader: loading geodata file: 22_22.l2j [INFO 15:59:29]: L2JGeoLoader: loading geodata file: 22_23.l2j [INFO 15:59:29]: L2JGeoLoader: loading geodata file: 22_24.l2j [INFO 15:59:29]: L2JGeoLoader: loading geodata file: 22_25.l2j [INFO 15:59:30]: L2JGeoLoader: loading geodata file: 22_26.l2j [INFO 15:59:30]: L2JGeoLoader: loading geodata file: 23_10.l2j [INFO 15:59:30]: L2JGeoLoader: loading geodata file: 23_11.l2j [INFO 15:59:30]: L2JGeoLoader: loading geodata file: 23_12.l2j [INFO 15:59:30]: L2JGeoLoader: loading geodata file: 23_13.l2j [INFO 15:59:30]: L2JGeoLoader: loading geodata file: 23_14.l2j [INFO 15:59:30]: L2JGeoLoader: loading geodata file: 23_15.l2j [INFO 15:59:30]: L2JGeoLoader: loading geodata file: 23_16.l2j [INFO 15:59:30]: L2JGeoLoader: loading geodata file: 23_17.l2j [INFO 15:59:31]: L2JGeoLoader: loading geodata file: 23_18.l2j [INFO 15:59:31]: L2JGeoLoader: loading geodata file: 23_19.l2j [INFO 15:59:31]: L2JGeoLoader: loading geodata file: 23_20.l2j [INFO 15:59:31]: L2JGeoLoader: loading geodata file: 23_21.l2j [INFO 15:59:31]: L2JGeoLoader: loading geodata file: 23_22.l2j [INFO 15:59:31]: L2JGeoLoader: loading geodata file: 23_23.l2j [INFO 15:59:32]: L2JGeoLoader: loading geodata file: 23_24.l2j [INFO 15:59:32]: L2JGeoLoader: loading geodata file: 23_25.l2j [INFO 15:59:32]: L2JGeoLoader: loading geodata file: 23_26.l2j [INFO 15:59:32]: L2JGeoLoader: loading geodata file: 24_10.l2j [INFO 15:59:32]: L2JGeoLoader: loading geodata file: 24_11.l2j [INFO 15:59:32]: L2JGeoLoader: loading geodata file: 24_12.l2j [INFO 15:59:32]: L2JGeoLoader: loading geodata file: 24_13.l2j [INFO 15:59:32]: L2JGeoLoader: loading geodata file: 24_14.l2j [INFO 15:59:32]: L2JGeoLoader: loading geodata file: 24_15.l2j [INFO 15:59:33]: L2JGeoLoader: loading geodata file: 24_16.l2j [INFO 15:59:33]: L2JGeoLoader: loading geodata file: 24_17.l2j [INFO 15:59:33]: L2JGeoLoader: loading geodata file: 24_18.l2j [INFO 15:59:33]: L2JGeoLoader: loading geodata file: 24_19.l2j [INFO 15:59:33]: L2JGeoLoader: loading geodata file: 24_20.l2j [INFO 15:59:33]: L2JGeoLoader: loading geodata file: 24_21.l2j [INFO 15:59:33]: L2JGeoLoader: loading geodata file: 24_22.l2j [INFO 15:59:33]: L2JGeoLoader: loading geodata file: 24_23.l2j [INFO 15:59:33]: L2JGeoLoader: loading geodata file: 24_24.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 24_25.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 24_26.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 25_10.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 25_11.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 25_12.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 25_14.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 25_15.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 25_16.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 25_17.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 25_18.l2j [INFO 15:59:34]: L2JGeoLoader: loading geodata file: 25_19.l2j [INFO 15:59:35]: L2JGeoLoader: loading geodata file: 25_20.l2j [INFO 15:59:35]: L2JGeoLoader: loading geodata file: 25_21.l2j [INFO 15:59:35]: L2JGeoLoader: loading geodata file: 26_11.l2j [INFO 15:59:35]: L2JGeoLoader: loading geodata file: 26_12.l2j [INFO 15:59:35]: L2JGeoLoader: loading geodata file: 26_14.l2j [INFO 15:59:35]: L2JGeoLoader: loading geodata file: 26_15.l2j [INFO 15:59:35]: L2JGeoLoader: loading geodata file: 26_16.l2j ============================================================-[ Static Objects ] [INFO 15:59:35]: Static Objects: Loaded 29 object(s) ============================================================-[ Server Manager ] [INFO 15:59:35]: GameTimeController: Initialized. [INFO 15:59:35]: Initializing BoatManager [INFO 15:59:35]: Initializing InstanceManager [INFO 15:59:35]: Multiverse Instance created [INFO 15:59:35]: Universe Instance created ==============================================================-[ TaskManagers ] [INFO 15:59:35]: AttackStanceTaskManager: Initialized. [INFO 15:59:35]: DecayTaskManager: Initialized. [INFO 15:59:35]: KnownListUpdateTaskManager: Initialized. [INFO 15:59:35]: LeakTaskManager: Initialized. [INFO 15:59:35]: SQLQueue: started ============================================================-[ Teleport Table ] [INFO 15:59:35]: TeleportTable: Loaded 923 location ====================================================================-[ Skills ] [INFO 15:59:35]: SkillTreeTable: Loaded 36250 skills. [INFO 15:59:35]: FishingSkillTreeTable: Loaded 109 general skills. [INFO 15:59:35]: FishingSkillTreeTable: Loaded 8 dwarven skills. [INFO 15:59:35]: EnchantSkillTreeTable: Loaded 14400 enchant skills. [INFO 15:59:35]: PledgeSkillTreeTable: Loaded 64 pledge skills. [INFO 15:59:38]: SkillTable: Loaded 31212 skill templates from XML files. [INFO 15:59:38]: SkillTable: Occupying arrays for 258089. [INFO 15:59:38]: ExtraSkillTable: Loaded 55 skills. [INFO 15:59:38]: ResidentialSkillTable: Loaded 0 skills. [INFO 15:59:38]: PetSkillsTable: Loaded 1592 skills. [INFO 15:59:38]: NobleSkillTable: Initialized. [INFO 15:59:38]: HeroSkillTable: Initialized. =====================================================================-[ Items ] [INFO 15:59:38]: Items: Cleanup items table [INFO 15:59:38]: ItemTable: Loaded 6909/6909 Items. [INFO 15:59:38]: ItemTable: Loaded 1058/1058 Armors. [INFO 15:59:39]: ItemTable: Loaded 38/36 Weapons. [FATAL 15:59:39]: ItemTable: ID: 9320 (Dual Fist replaced with Dual Fist) [FATAL 15:59:39]: ItemTable: ID: 9529 (Pole replaced with Pole) [INFO 15:59:39]: ArmorSetsTable: Loaded 51 armor sets. [INFO 15:59:39]: ArmorSetsTable: Loaded 63 armor sets. [INFO 15:59:39]: AugmentationData: Loaded: 52 augmentation stats. [INFO 15:59:39]: AugmentationData: Loaded: 1780 weapons skills. [INFO 15:59:39]: SummonItemsData: Loaded 38 Summon Items from summon_items.xml [WARN 15:59:39]: Extractable items data: error loading item 9142 [INFO 15:59:39]: Extractable items data: Loaded 345 extractable items! [INFO 15:59:39]: ItemsAutoDestroy: initialized ================================================================-[ Characters ] [INFO 15:59:45]: CharTemplateTable: Loaded 89 Character Templates. [WARN 15:59:45]: char_creation_items: No data for itemId: 6608 defined for classId 25 [WARN 15:59:45]: char_creation_items: No data for itemId: 6608 defined for classId 38 [WARN 15:59:45]: char_creation_items: No data for itemId: 6608 defined for classId 49 [WARN 15:59:45]: char_creation_items: No data for itemId: 7577 defined for classId 31 [WARN 15:59:45]: char_creation_items: No data for itemId: 6592 defined for classId 31 [WARN 15:59:45]: char_creation_items: No data for itemId: 7577 defined for classId 44 [WARN 15:59:45]: char_creation_items: No data for itemId: 6592 defined for classId 44 [WARN 15:59:45]: char_creation_items: No data for itemId: 7577 defined for classId 53 [WARN 15:59:45]: char_creation_items: No data for itemId: 6592 defined for classId 53 [WARN 15:59:45]: char_creation_items: No data for itemId: 6608 defined for classId 10 [WARN 15:59:45]: char_creation_items: No data for itemId: 7577 defined for classId 0 [WARN 15:59:45]: char_creation_items: No data for itemId: 6592 defined for classId 0 [WARN 15:59:45]: char_creation_items: No data for itemId: 7577 defined for classId 18 [WARN 15:59:45]: char_creation_items: No data for itemId: 6592 defined for classId 18 [INFO 15:59:45]: LevelUpData: Loaded 103 Character Level Up Templates. [INFO 15:59:45]: Helper Buff Table: Loaded 74 Templates. [INFO 15:59:45]: HennaTable: Loaded 193 Templates. [INFO 15:59:45]: HennaTreeTable: Loaded 7531 Henna Tree Templates. [INFO 15:59:45]: CoupleManager: loaded 2 couples(s) [INFO 15:59:45]: Loading ClanTable... total 104 clans. [INFO 15:59:45]: Start upload files to FTP l2code.ru:21 [INFO 15:59:46]: Cache[Crest]: 0,029MB on 131 files loaded. [INFO 15:59:46]: Cache[Crest]: (Forget Time: 300s , Capacity: 50) [INFO 15:59:46]: HeroSystem: Loaded 0 Heroes. [INFO 15:59:46]: HeroSystem: Loaded 0 all time Heroes. [INFO 15:59:46]: BlockListManager: Loaded 2 character block(s). =================================================================-[ NPC Stats ] [INFO 15:59:46]: NpcTable: Loaded 8077 Npc Templates. [INFO 15:59:46]: NpcTable: Loaded 44 Custom Npc Templates. [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29001 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29006 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29014 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29019 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29019 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29020 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29020 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29022 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29028 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29028 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29047 [FATAL 15:59:46]: NPCTable: Drop data for undefined NPC. npcId: 29047 [FATAL 15:59:46]: NPCTable: Error reading NPC trainer data: java.lang.ArrayIndexOutOfBoundsException: 119 at ru.catssoftware.gameserver.datatables.NpcTable.restoreNpcData(NpcTable.java:345) at ru.catssoftware.gameserver.datatables.NpcTable.<init>(NpcTable.java:48) at ru.catssoftware.gameserver.datatables.NpcTable.getInstance(NpcTable.java:40) at ru.catssoftware.gameserver.L2GameServer.<init>(L2GameServer.java:284) at ru.catssoftware.gameserver.L2GameServer.main(L2GameServer.java:553) [INFO 15:59:46]: NpcTable: Loaded 434 Minions. [INFO 15:59:46]: NpcLikePc :Loaded 4 template(s) [INFO 15:59:46]: PetDataTable: loaded 12 pets. =============================================================-[ Auto Handlers ] [WARN 15:59:46]: AutoSpawnHandler: Could not restore chat data: java.lang.NullPointerException [INFO 15:59:46]: AutoChatHandler: Loaded 0 handlers in total. [INFO 15:59:46]: AutoSpawnHandler: Loaded 128 spawn group(s) from the database. ===============================================================-[ Seven Signs ] [INFO 15:59:46]: SevenSigns: Currently in the Competition (Quest Event) period! [INFO 15:59:46]: SevenSigns: The Seal of Avarice remains unclaimed. [INFO 15:59:46]: SevenSigns: The Seal of Gnosis remains unclaimed. [INFO 15:59:46]: SevenSigns: The Seal of Strife remains unclaimed. [INFO 15:59:46]: SevenSigns: The competition, if the current trend continues, will end in a tie this week. [INFO 15:59:46]: SevenSigns: Next period begins in 5 days, 2 hours and 0 mins. [INFO 15:59:46]: SevenSignsFestival: first Festival of Darkness cycle begins in 2 minutes. ========================================================-[ Entities and zones ] [INFO 15:59:46]: CrownManager: Initialized. [INFO 15:59:46]: ClanHallManager: loaded 0 clan halls [INFO 15:59:46]: ClanHallManager: loaded 44 free clan halls [INFO 15:59:46]: ClanHallManager: 4 halls in Gludio [INFO 15:59:46]: ClanHallManager: 5 halls in Gludin [INFO 15:59:46]: ClanHallManager: 4 halls in Dion [INFO 15:59:46]: ClanHallManager: 5 halls in Giran [INFO 15:59:46]: ClanHallManager: 7 halls in Aden [INFO 15:59:46]: ClanHallManager: 5 halls in Goddard [INFO 15:59:46]: ClanHallManager: 9 halls in Rune [INFO 15:59:46]: ClanHallManager: 4 halls in Schuttgart [INFO 15:59:46]: RegenTaskManager: Initialized. [INFO 15:59:46]: DoorTable: Loaded 548 Door Templates. [INFO 15:59:46]: Loaded: 9 castles [INFO 15:59:46]: SiegeManager: Loaded 0 registred siege(s) [INFO 15:59:46]: Initializing FortManager [INFO 15:59:47]: ZoneManager: aoe.xml loaded with 0 zones [INFO 15:59:47]: ZoneManager: arena.xml loaded with 8 zones [INFO 15:59:47]: ZoneManager: boss.xml loaded with 6 zones [INFO 15:59:47]: Siege of Gludio: Sat Dec 16 23:00:00 MSK 2017 [INFO 15:59:47]: Siege of Dion: Sat Dec 16 23:00:00 MSK 2017 [INFO 15:59:47]: Siege of Giran: Sat Dec 16 23:00:00 MSK 2017 [INFO 15:59:47]: Siege of Oren: Sat Dec 16 23:00:00 MSK 2017 [INFO 15:59:47]: Siege of Aden: Sat Dec 16 23:00:00 MSK 2017 [INFO 15:59:47]: Siege of Innadril: Sat Dec 16 23:00:00 MSK 2017 [INFO 15:59:47]: Siege of Goddard: Sat Dec 16 23:00:00 MSK 2017 [INFO 15:59:47]: Siege of Rune: Sat Dec 16 23:00:00 MSK 2017 [INFO 15:59:47]: Siege of Schuttgart: Sat Dec 16 23:00:00 MSK 2017 [INFO 15:59:47]: ZoneManager: castle.xml loaded with 48 zones [INFO 15:59:47]: ZoneManager: clanhall.xml loaded with 44 zones [INFO 15:59:47]: ZoneManager: custom.xml loaded with 14 zones [INFO 15:59:47]: ZoneManager: fishing.xml loaded with 40 zones [INFO 15:59:47]: ZoneManager: forts.xml loaded with 42 zones [INFO 15:59:47]: GuardReturnHomeManager: Initialized. [INFO 15:59:48]: ZoneManager: aoe.xml loaded with 0 zones [INFO 15:59:48]: ZoneManager: arena.xml loaded with 8 zones [INFO 15:59:48]: ZoneManager: boss.xml loaded with 6 zones [INFO 15:59:49]: ZoneManager: castle.xml loaded with 48 zones [INFO 15:59:49]: ZoneManager: clanhall.xml loaded with 44 zones [INFO 15:59:49]: ZoneManager: custom.xml loaded with 14 zones [INFO 15:59:49]: ZoneManager: fishing.xml loaded with 40 zones [INFO 15:59:49]: ZoneManager: forts.xml loaded with 42 zones [INFO 15:59:49]: ZoneManager: foursepulchers.xml loaded with 8 zones [INFO 15:59:49]: ZoneManager: free_pvp.xml loaded with 0 zones [INFO 15:59:49]: ZoneManager: misc.xml loaded with 21 zones [INFO 15:59:49]: ZoneManager: monstertrack.xml loaded with 2 zones [INFO 15:59:49]: ZoneManager: mothertree.xml loaded with 5 zones [INFO 15:59:49]: ZoneManager: pagan.xml loaded with 1 zones [INFO 15:59:49]: ZoneManager: peace.xml loaded with 41 zones [INFO 15:59:49]: ZoneManager: stadia.xml loaded with 22 zones [INFO 15:59:50]: ZoneManager: water.xml loaded with 86 zones [INFO 15:59:50]: WalkerRoutesTable: Loaded 0 Npc Walker Routes. [INFO 15:59:50]: Initializing Walkers Routes Table. [WARN 15:59:50]: L2NpcWalker(ID: 31356) without defined route! [WARN 15:59:50]: L2NpcWalker(ID: 31357) without defined route! [WARN 15:59:50]: L2NpcWalker(ID: 31360) without defined route! [WARN 15:59:50]: L2NpcWalker(ID: 31361) without defined route! [WARN 15:59:50]: L2NpcWalker(ID: 31359) without defined route! [WARN 15:59:50]: L2NpcWalker(ID: 31358) without defined route! [WARN 15:59:50]: L2NpcWalker(ID: 31363) without defined route! [WARN 15:59:50]: L2NpcWalker(ID: 31362) without defined route! [WARN 15:59:50]: L2NpcWalker(ID: 31365) without defined route! [WARN 15:59:50]: L2NpcWalker(ID: 31364) without defined route! [INFO 15:59:50]: DayNightSpawnManager: Day/Night handler initialized [ERROR 15:59:50]: Bad connect to ftp server... [WARN 15:59:51]: L2NpcWalker(ID: 32070) without defined route! [WARN 15:59:51]: L2NpcWalker(ID: 32072) without defined route! [WARN 15:59:51]: SpawnTable: Data missing or incorrect in NPC/Custom NPC table for ID: 29047. [WARN 15:59:51]: SpawnTable: Data missing or incorrect in NPC/Custom NPC table for ID: 29028. [WARN 15:59:51]: SpawnTable: Data missing or incorrect in NPC/Custom NPC table for ID: 29019. [WARN 15:59:51]: SpawnTable: Data missing or incorrect in NPC/Custom NPC table for ID: 29020. [WARN 15:59:51]: SpawnTable: Data missing or incorrect in NPC/Custom NPC table for ID: 29014. [WARN 15:59:51]: SpawnTable: Data missing or incorrect in NPC/Custom NPC table for ID: 29006. [WARN 15:59:51]: SpawnTable: Data missing or incorrect in NPC/Custom NPC table for ID: 29001. [WARN 15:59:51]: SpawnTable: Data missing or incorrect in NPC/Custom NPC table for ID: 29020. [INFO 15:59:51]: SpawnTable: Loaded 40205 Npc Spawn Locations. [INFO 15:59:51]: SpawnTable: 0 Npc Not Spawned. [INFO 15:59:51]: ZoneManager: foursepulchers.xml loaded with 8 zones [INFO 15:59:51]: ZoneManager: free_pvp.xml loaded with 0 zones [INFO 15:59:51]: ZoneManager: misc.xml loaded with 21 zones [INFO 15:59:51]: ZoneManager: monstertrack.xml loaded with 2 zones [INFO 15:59:51]: ZoneManager: mothertree.xml loaded with 5 zones [INFO 15:59:51]: ZoneManager: pagan.xml loaded with 1 zones [INFO 15:59:52]: ZoneManager: peace.xml loaded with 41 zones [INFO 15:59:52]: ZoneManager: stadia.xml loaded with 22 zones [INFO 15:59:52]: ZoneManager: water.xml loaded with 86 zones ===========================================================-[ Clan Hall Siege ] [INFO 15:59:52]: SiegeManager of Fortress Of Resistence [INFO 15:59:52]: SiegeManager of Bandits Stronghold [INFO 15:59:52]: SiegeManager of Devastated Castle [INFO 15:59:52]: SiegeManager of Fortres Of Dead [INFO 15:59:52]: SiegeManager of Wild Beasts Farm [INFO 15:59:52]: SiegeManager of Rainbow Springs Chateau ===========================================-[ Events/Script/CoreScript/Engine ] [INFO 15:59:52]: Initializing QuestManager [INFO 15:59:53]: Script Engine Manager: loaded 48 script(s) form corequests.jar ***Donate Manager by Shadow, Name - Loaded*** ***Donate Manager by Shadow, Color - Loaded*** ***Donate Manager by Shadow, Clan - Loaded*** ***Donate Manager by Shadow, Nubless - Loaded*** ***Donate Manager by Shadow, Hero - Loaded*** Quests: 15000 TvT Buffer Imported by ZozOQ! Have Fun with your TvT Buffer! Loaded Custom: 7001 Namecolor Loaded Custom: 7002 Titlecolor Loaded Custom: 7803 Donatecolor importing custom: 9998: NPCBuffer importing custom: 9999: NPCBuffer ClanBonus: initialized clanbonus: ok [INFO 15:59:56]: NpcBufferSkillIdsTable: Loaded 1 buffers and 138 skills. exchange: ok exchangebbs: ok purchase: ok q8782_ExpressPost (Comercial) loaded. [INFO 15:59:56]: RecipeController: Loaded 890 recipes. [INFO 15:59:56]: ItemHandler: Loaded 2421 handlers. [INFO 15:59:56]: [INFO 15:59:56]: ###################################################### [INFO 15:59:56]: ###### VipStream by ncs.SpawN Loading... ###### [INFO 15:59:56]: ###### ICQ 4555-7-8898 ###### [INFO 15:59:56]: ###################################################### [INFO 15:59:56]: [INFO 15:59:56]: Spawn Events Managers [INFO 16:00:08]: Loaded: 441 quests ======================================================================-[ HTML ] [INFO 16:00:08]: HtmCache: Loaded 27942 HTM file(s) for 2 language(s) ====================================================================-[ Spawns ] [INFO 16:00:08]: Despawned 601 creature(s), spawned 231 [INFO 16:00:08]: RaidBossReturnHomeManager: Initialized. [INFO 16:00:08]: RaidBossSpawnManager: Loaded 199 Instances [INFO 16:00:08]: RaidBossSpawnManager: Scheduled 0 Instances ===================================================================-[ Economy ] [WARN 16:00:08]: Could not load CursedWeapons data: java.sql.SQLException: Can not issue data manipulation statements with executeQuery(). [INFO 16:00:08]: CursedWeaponsManager: loaded 2 cursed weapon(s). [WARN 16:00:08]: TradeListTable: Empty buylist 1. [WARN 16:00:08]: TradeListTable: Empty buylist 2. [WARN 16:00:08]: TradeListTable: Empty buylist 15. [WARN 16:00:08]: TradeListTable: Empty buylist 16. [WARN 16:00:08]: TradeListTable: Empty buylist 25. [WARN 16:00:08]: TradeListTable: Empty buylist 31. [WARN 16:00:08]: TradeListTable: Empty buylist 32. [WARN 16:00:08]: TradeListTable: Empty buylist 37. [WARN 16:00:08]: TradeListTable: Empty buylist 38. [WARN 16:00:08]: TradeListTable: Empty buylist 49. [WARN 16:00:08]: TradeListTable: Empty buylist 50. [WARN 16:00:08]: TradeListTable: Empty buylist 53. [WARN 16:00:08]: TradeListTable: Empty buylist 54. [WARN 16:00:08]: TradeListTable: Empty buylist 69. [WARN 16:00:08]: TradeListTable: Empty buylist 70. [WARN 16:00:08]: TradeListTable: Empty buylist 75. [WARN 16:00:08]: TradeListTable: Empty buylist 76. [WARN 16:00:08]: TradeListTable: Empty buylist 81. [WARN 16:00:08]: TradeListTable: Empty buylist 82. [WARN 16:00:08]: TradeListTable: Empty buylist 87. [WARN 16:00:08]: TradeListTable: Empty buylist 88. [WARN 16:00:08]: TradeListTable: Empty buylist 96. [WARN 16:00:08]: TradeListTable: Empty buylist 97. [WARN 16:00:08]: TradeListTable: Empty buylist 105. [WARN 16:00:08]: TradeListTable: Empty buylist 107. [WARN 16:00:08]: TradeListTable: Empty buylist 123. [WARN 16:00:08]: TradeListTable: Empty buylist 125. [WARN 16:00:08]: TradeListTable: Empty buylist 179. [WARN 16:00:08]: TradeListTable: Empty buylist 181. [WARN 16:00:09]: TradeListTable: Empty buylist 5802. [WARN 16:00:09]: TradeListTable: Empty buylist 2011. [WARN 16:00:09]: TradeListTable: Empty buylist 2012. [WARN 16:00:09]: TradeListTable: Empty buylist 2013. [WARN 16:00:09]: TradeListTable: Empty buylist 2014. [WARN 16:00:09]: TradeListTable: Empty buylist 2015. [WARN 16:00:09]: TradeListTable: Empty buylist 9001. [WARN 16:00:09]: TradeListTable: Empty buylist 9002. [WARN 16:00:09]: TradeListTable: Empty buylist 9003. [WARN 16:00:09]: TradeListTable: Empty buylist 9005. [WARN 16:00:09]: TradeListTable: Empty buylist 9006. [WARN 16:00:09]: TradeListTable: Empty buylist 9007. [WARN 16:00:09]: TradeListTable: Empty buylist 9008. [WARN 16:00:09]: TradeListTable: Empty buylist 9009. [WARN 16:00:09]: TradeListTable: Empty buylist 9010. [WARN 16:00:09]: TradeListTable: Empty buylist 9011. [WARN 16:00:09]: TradeListTable: Empty buylist 9012. [WARN 16:00:09]: TradeListTable: Empty buylist 9014. [WARN 16:00:09]: TradeListTable: Empty buylist 9015. [WARN 16:00:09]: TradeListTable: Empty buylist 9016. [WARN 16:00:09]: TradeListTable: Empty buylist 9017. [WARN 16:00:09]: TradeListTable: Empty buylist 9018. [WARN 16:00:09]: TradeListTable: Empty buylist 9019. [WARN 16:00:09]: TradeListTable: Empty buylist 9020. [WARN 16:00:09]: TradeListTable: Empty buylist 9021. [WARN 16:00:09]: TradeListTable: Empty buylist 9023. [WARN 16:00:09]: TradeListTable: Empty buylist 9024. [WARN 16:00:09]: TradeListTable: Empty buylist 9025. [WARN 16:00:09]: TradeListTable: Empty buylist 9026. [WARN 16:00:09]: TradeListTable: Empty buylist 9027. [WARN 16:00:09]: TradeListTable: Empty buylist 9028. [WARN 16:00:09]: TradeListTable: Empty buylist 9029. [WARN 16:00:09]: TradeListTable: Empty buylist 9030. [WARN 16:00:09]: TradeListTable: Empty buylist 9032. [WARN 16:00:09]: TradeListTable: Empty buylist 9033. [WARN 16:00:09]: TradeListTable: Empty buylist 9034. [WARN 16:00:09]: TradeListTable: Empty buylist 9035. [WARN 16:00:09]: TradeListTable: Empty buylist 9036. [WARN 16:00:09]: TradeListTable: Empty buylist 9037. [WARN 16:00:09]: TradeListTable: Empty buylist 9038. [WARN 16:00:09]: TradeListTable: Empty buylist 9039. [WARN 16:00:09]: TradeListTable: Empty buylist 9041. [WARN 16:00:09]: TradeListTable: Empty buylist 9042. [WARN 16:00:09]: TradeListTable: Empty buylist 9043. [WARN 16:00:09]: TradeListTable: Empty buylist 9044. [WARN 16:00:09]: TradeListTable: Empty buylist 9045. [WARN 16:00:09]: TradeListTable: Empty buylist 9046. [WARN 16:00:09]: TradeListTable: Empty buylist 9047. [WARN 16:00:09]: TradeListTable: Empty buylist 9048. [WARN 16:00:09]: TradeListTable: Empty buylist 9050. [WARN 16:00:09]: TradeListTable: Empty buylist 9051. [WARN 16:00:09]: TradeListTable: Empty buylist 9052. [WARN 16:00:09]: TradeListTable: Empty buylist 9053. [WARN 16:00:09]: TradeListTable: Empty buylist 9060. [WARN 16:00:09]: TradeListTable: Empty buylist 9069. [WARN 16:00:09]: TradeListTable: Empty buylist 9078. [WARN 16:00:09]: TradeListTable: Empty buylist 9087. [WARN 16:00:09]: TradeListTable: Empty buylist 9096. [WARN 16:00:09]: TradeListTable: Empty buylist 9105. [WARN 16:00:09]: TradeListTable: Empty buylist 71022. [WARN 16:00:09]: TradeListTable: Empty buylist 71025. [WARN 16:00:09]: TradeListTable: Empty buylist 71026. [WARN 16:00:09]: TradeListTable: Empty buylist 300527. [WARN 16:00:09]: TradeListTable: Empty buylist 71031. [INFO 16:00:09]: TradeListTable: Loaded 541 Buylists. [INFO 16:00:09]: ManorSystem: Manor period approve updated [INFO 16:00:09]: ManorSystem: Schedule for period approve @ Thu Dec 14 06:00:09 MSK 2017 [INFO 16:00:09]: ManorManager: Loaded 256 seeds [INFO 16:00:09]: AuctionManager: loaded 27 auction(s) [INFO 16:00:09]: TimedItems: loaded 0 items ==================================================================-[ Olympiad ] [INFO 16:00:09]: Olympiad System: Loading Olympiad System.... [INFO 16:00:09]: Olympiad System: Currently in Olympiad Period [INFO 16:00:09]: Olympiad System: 14880 minutes until period ends [INFO 16:00:09]: Olympiad System: Next weekly change is in 10079 minutes [INFO 16:00:09]: Olympiad System: Loaded 3 Nobles [INFO 16:00:09]: Olympiad System: Competition Period Starts in 0 days, 1 hours and 59 mins. [INFO 16:00:09]: Olympiad System: Event starts/started : Wed Dec 13 18:00:09 MSK 2017 ===========================================================-[ DimensionalRift ] [INFO 16:00:09]: DimensionalRiftManager: Loaded 7 room types with 56 rooms. [INFO 16:00:09]: DimensionalRiftManager: Loaded 462 dimensional rift spawns, 0 errors. ============================================================-[ FourSepulchers ] [INFO 16:00:09]: FourSepulchersManager: Loaded 4 mausoleum(s) ====================================================================-[ Bosses ] [INFO 16:00:09]: OrfenManager: State of Orfen is INTERVAL [INFO 16:00:09]: OrfenManager: Next respawn: Fri Apr 28 22:07:23 MSK 2090. Exception in thread "main" java.lang.NullPointerException at ru.catssoftware.gameserver.instancemanager.grandbosses.VanHalterManager.spawnVanHalter(VanHalterManager.java:650) at ru.catssoftware.gameserver.instancemanager.grandbosses.VanHalterManager.init(VanHalterManager.java:180) at ru.catssoftware.gameserver.L2GameServer.<init>(L2GameServer.java:401) at ru.catssoftware.gameserver.L2GameServer.main(L2GameServer.java:553) [INFO 16:00:09]: FollowTaskManager: Initialized. [INFO 16:00:09]: AttackFollowTaskManager: Initialized. Hide
  8. Exception in thread "main" java.lang.NullPointerException at ru.catssoftware.gameserver.instancemanager.grandbosses.VanHalterManager.spawnVanHalter(VanHalterManager.java:650) at ru.catssoftware.gameserver.instancemanager.grandbosses.VanHalterManager.init(VanHalterManager.java:180) at ru.catssoftware.gameserver.L2GameServer.<init>(L2GameServer.java:401) at ru.catssoftware.gameserver.L2GameServer.main(L2GameServer.java:553) это в гс ошибка
  9. крит выдал ну это сборка interlude с допами 2017.12.8 00:38:27 OS : Windows Vista 6.2 (Build: 9200) CPU : GenuineIntel PentiumPro-class processor @ 3095 MHz with 2047MB RAM Video : NVIDIA GeForce GT 630 (8843) Failed to load 'Texture L2Font-r.LargeFont-r': Failed to find object 'Texture L2Font-r.LargeFont-r' History: UObject::SafeLoadError <- UObject::StaticLoadObject <- (Engine.Texture L2Font-r.LargeFont-r NULL) <- UCanvas::UCanvas <- UViewport::UViewport <- UWindowsClient::NewViewport <- UGameEngine::Init <- InitEngine
  10. да когда лог и пароль ввожу пишет эту ошибку
  11. закинул так зайти и не могу
  12. какие файлы над подзакинуть? ip стоит 127
  13. ошибка пропала только не может теперь зайти попытка доступа не удачна
  14. Файл заражен вирусом Скачивать зараженные файлы может только владелец. на яндекс мож закинуть?
  15. был файл guard.des боже похожего не было и то его удалил таже ошибка осталась
  16. не помогает та же ошибка
  17. Добрый вечер форумчане подскажите как отключить эту защиту чтобы не выводило данную ошибку
  18. Не забывайте что в сборке Анти бот,добавьте его в Classpatch иначе будут маты в ГС. а как добавить его не подскажите?
  19. LoveYougurt

    la2real net

    не за просто так точно скидывать не буду потому что мы эти сборки покупали у самого никиты перед закрытием ла2реала ну в тот момент он уже демоником управлял)
  20. LoveYougurt

    la2real net

    основа у все l2base
  21. LoveYougurt

    la2real net

    у меня есть все сборки ла2реала и х800 и х10000 ) с привязкой и без привязки)
×
×
  • Создать...