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

Eanseen

VIP
  • Публикаций

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

  • Посещение

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

    7
  • Отзывы

    100%

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

  1. Eanseen

    Lineage 2 CMS

    Название: Lineage 2 CMS Добавил: Eanseen Добавлен: 22 Mar 2015 Категория: Скрипты\движки Автор: Eanseen Представляем вашему вниманию новую CMS для игровых серверов Lineage 2 Главные отличия от аналогов: - Никаких SQL запросов и работы с базой данных напрямую, CMS работает с Java сервером, что исключает любые sql инъекции, взломы через web и прочее - Работает с сервером по протоколу XMLRPC - Используется технология ASP.NET MVC 5 Минусы: Требуется доработка Lineage 2 сервера для работы с CMS, но это даже плюс, т.к. открываются новые возможности. Например через Web игрок сам себе может выбрать цвет ника через интерактивную палитру или управлять своим инвентарем через Web. CMS состоит из 2х частей: 1. Главный сайт - Новости - Темы с форума - Статистика 2. Личный кабинет - Мастер аккаунт и управление игровыми аккаунтами - Информация о IP с которых заходили - Управление паролями с использованием Секретного вопроса и ответа - Пополнение баланса через unitpay.ru и lead2pay - Тех.поддержка (тикет система) - Система денежных сертификатов - Реферальная система - Система бонусов - L2Top и MMOTop База данных в LCDCMS\Models\LCDCMS.edmx.sql В комплекте идут примеры кода для работы CMS по протоколу XMLRPC Для разработки использовалась Visual Studio 2013, CMS написана мной полностью с нуля Нажмите здесь, чтобы скачать файл
  2. Eanseen

    Lineage 2 CMS

    978 раз скачали

    Представляем вашему вниманию новую CMS для игровых серверов Lineage 2 Главные отличия от аналогов: - Никаких SQL запросов и работы с базой данных напрямую, CMS работает с Java сервером, что исключает любые sql инъекции, взломы через web и прочее - Работает с сервером по протоколу XMLRPC - Используется технология ASP.NET MVC 5 Минусы: Требуется доработка Lineage 2 сервера для работы с CMS, но это даже плюс, т.к. открываются новые возможности. Например через Web игрок сам себе может выбрать цвет ника через интерактивную палитру или управлять своим инвентарем через Web. CMS состоит из 2х частей: 1. Главный сайт - Новости - Темы с форума - Статистика 2. Личный кабинет - Мастер аккаунт и управление игровыми аккаунтами - Информация о IP с которых заходили - Управление паролями с использованием Секретного вопроса и ответа - Пополнение баланса через unitpay.ru и lead2pay - Тех.поддержка (тикет система) - Система денежных сертификатов - Реферальная система - Система бонусов - L2Top и MMOTop База данных в LCDCMS\Models\LCDCMS.edmx.sql В комплекте идут примеры кода для работы CMS по протоколу XMLRPC Для разработки использовалась Visual Studio 2013, CMS написана мной полностью с нуля

    Бесплатный

  3. Версия 344

    118 раз скачали

    Файл для обновления с версии 343 до 344 Changeset 344 Duels - part I I decide to commit first part of Duels, as there is already a lot of work. All is functional, and far better written than before. Part 2 will get few fixes && little tweaks for Party Duels, probably 10% of what I'm commiting now. - General cleanup : aCis code style, DuelState Enum creation, setIsInDuel > setInDuel rename. Numerous comments && Javadoc as documentation. DuelManager - Fix a ConcurrentException on DuelManager (couldn't handle simultaneous Duel creations). - Duel id is correctly calculated (it was probably very, very sad before). Fixes - Chaotic players (karma > 0) can't start or accept a duel request. - Fix a potential ConcurrentException on buff/debuff storing. - Fix a NPE with _playerConditions. - Fix few custom String for SystemMessage counterparts. - Fix the way duels handle disconnected players. It is considered as a surrender, as L2OFF. Ty sahar for report. - Fix an issue with surrender SystemMessage winner name. - Fix the max range for duel request && check task. - Fix the check task - It is fired once the duel is accepted (instead of after countdowns). A duel can now be disturbed during the countdown. - Added missing checks for party duels (zones, interrupted state, distance, pvpflag). - Fix RequestDuelAnswerStart checks, which are now exactly the same than RequestDuelStart packet. - Fix when a party in a command channel requests or accepts a party duel, that party is automatically withdrawn from the command channel. - Fix parties teleport, which are ported back to previous stored location no matter the duel end (in prevision to arena coordinates). Victory/lose animations - Fix an issue with kneel animation for 'B player/party winner' case. - Add Victory animation for winners. - Animations are sent even if one side is missing. Timers - Revert party duel timer to 120 seconds (retail time). - The 1vs1 countdown is setted to 5sec instead of 3sec + "void" 3sec. Messages for 5, 4, 3, 2, 1 cases. - The party countdown is setted to 30sec instead of 20sec, with messages for 30, 20, 15, 10 cases. It also uses 5, 4, 3, 2, 1 messages from 1vs1. - Drop the 5sec timer at the end of a duel. - The two left tasks, CheckTask && StartTask, use scheduleGeneralAtFixedRate to avoid to generate tasks every seconds. Misc - Rework PartyMatchList, ExListPartyMatchingWaitingRoom serverpackets.

    Бесплатный

  4. Название: aCis [Diff File] 343 to 344 Добавил: Eanseen Добавлен: 22 Mar 2015 Категория: Исходники серверов Автор: aCisХроники: Interlude Файл для обновления с версии 343 до 344 Changeset 344 Duels - part I I decide to commit first part of Duels, as there is already a lot of work. All is functional, and far better written than before. Part 2 will get few fixes && little tweaks for Party Duels, probably 10% of what I'm commiting now. - General cleanup : aCis code style, DuelState Enum creation, setIsInDuel > setInDuel rename. Numerous comments && Javadoc as documentation. DuelManager - Fix a ConcurrentException on DuelManager (couldn't handle simultaneous Duel creations). - Duel id is correctly calculated (it was probably very, very sad before). Fixes - Chaotic players (karma > 0) can't start or accept a duel request. - Fix a potential ConcurrentException on buff/debuff storing. - Fix a NPE with _playerConditions. - Fix few custom String for SystemMessage counterparts. - Fix the way duels handle disconnected players. It is considered as a surrender, as L2OFF. Ty sahar for report. - Fix an issue with surrender SystemMessage winner name. - Fix the max range for duel request && check task. - Fix the check task - It is fired once the duel is accepted (instead of after countdowns). A duel can now be disturbed during the countdown. - Added missing checks for party duels (zones, interrupted state, distance, pvpflag). - Fix RequestDuelAnswerStart checks, which are now exactly the same than RequestDuelStart packet. - Fix when a party in a command channel requests or accepts a party duel, that party is automatically withdrawn from the command channel. - Fix parties teleport, which are ported back to previous stored location no matter the duel end (in prevision to arena coordinates). Victory/lose animations - Fix an issue with kneel animation for 'B player/party winner' case. - Add Victory animation for winners. - Animations are sent even if one side is missing. Timers - Revert party duel timer to 120 seconds (retail time). - The 1vs1 countdown is setted to 5sec instead of 3sec + "void" 3sec. Messages for 5, 4, 3, 2, 1 cases. - The party countdown is setted to 30sec instead of 20sec, with messages for 30, 20, 15, 10 cases. It also uses 5, 4, 3, 2, 1 messages from 1vs1. - Drop the 5sec timer at the end of a duel. - The two left tasks, CheckTask && StartTask, use scheduleGeneralAtFixedRate to avoid to generate tasks every seconds. Misc - Rework PartyMatchList, ExListPartyMatchingWaitingRoom serverpackets. Нажмите здесь, чтобы скачать файл
  5. Версия 343

    70 раз скачали

    Файл для обновления с версии 342 до 343 Changeset 343 Scripts, Inventories, Misc Scripts - Addition of Q220, Q226. Ty roko91. Inventories - Drop the unused "block" system on PcInventory. - Drop the "quests slots" system on PcInventory. Easier slots check. Misc - Fix Packet Forge tool. Ty roko91 for the fix. - Fix a NPE on ShortcutInit packet. - Fix a NPE on removeCrest(). - Fix a NPE on calculateRewards(), overhit related. Ty SweeTs for the fix. - Added a missing check on pickup method, related to overweight. Now you can't be 110% full... - RequestDestroyItem got its checks edited, with the addition of CANNOT_DESTROY_NUMBER_INCORRECT message (for both < 1 and > max item number conditions). - Remove GMs priviledges on few packets, leading to a most appropriated casual player experience for : attack stance on restart/logout, slot/weight overbuy, outofcontrol Action.

    Бесплатный

  6. Название: aCis [Diff File] 342 to 343 Добавил: Eanseen Добавлен: 22 Mar 2015 Категория: Исходники серверов Автор: aCisХроники: Interlude Файл для обновления с версии 342 до 343 Changeset 343 Scripts, Inventories, Misc Scripts - Addition of Q220, Q226. Ty roko91. Inventories - Drop the unused "block" system on PcInventory. - Drop the "quests slots" system on PcInventory. Easier slots check. Misc - Fix Packet Forge tool. Ty roko91 for the fix. - Fix a NPE on ShortcutInit packet. - Fix a NPE on removeCrest(). - Fix a NPE on calculateRewards(), overhit related. Ty SweeTs for the fix. - Added a missing check on pickup method, related to overweight. Now you can't be 110% full... - RequestDestroyItem got its checks edited, with the addition of CANNOT_DESTROY_NUMBER_INCORRECT message (for both < 1 and > max item number conditions). - Remove GMs priviledges on few packets, leading to a most appropriated casual player experience for : attack stance on restart/logout, slot/weight overbuy, outofcontrol Action. Нажмите здесь, чтобы скачать файл
  7. Название: aCis [Diff File] 341 to 342 Добавил: Eanseen Добавлен: 22 Mar 2015 Категория: Исходники серверов Автор: aCisХроники: Interlude Файл для обновления с версии 341 до 342 Changeset 342 FloodProtectors, Scripts, Misc FloodProtectors - Simplified FP system (took L2JFree one). Timers are still configurable via config, all others configs are dropped (totally pointless). - A parameter setted to 0 means the action is always possible (you can enable/disable any FP that way). - Added new FPs - GLOBAL_CHAT, TRADE_CHAT, SOCIAL. - GLOBAL_CHAT && TRADE_CHAT FPs are desactivated by default. GLOBAL_CHAT handles "All" and "Shout" chats. - SOCIAL timer has been tweaked to handle animations at the most global running speeds. Edit if you don't like. Scripts - addition of Q224, Q228, Q663. Ty to roko91 and RooT. Misc - Fix, anew, the movement stuck issue. - Drop the empty folder in taskmanager. - You can use arrows UP and DOWN to move the character without making your client crashes. No configs. - Chats and RollDice handlers cleanup (nothing fantastic). Roll dice message is sent to anyone. - Complete StopRotation packet. Ty RooT. Нажмите здесь, чтобы скачать файл
  8. Версия 342

    68 раз скачали

    Файл для обновления с версии 341 до 342 Changeset 342 FloodProtectors, Scripts, Misc FloodProtectors - Simplified FP system (took L2JFree one). Timers are still configurable via config, all others configs are dropped (totally pointless). - A parameter setted to 0 means the action is always possible (you can enable/disable any FP that way). - Added new FPs - GLOBAL_CHAT, TRADE_CHAT, SOCIAL. - GLOBAL_CHAT && TRADE_CHAT FPs are desactivated by default. GLOBAL_CHAT handles "All" and "Shout" chats. - SOCIAL timer has been tweaked to handle animations at the most global running speeds. Edit if you don't like. Scripts - addition of Q224, Q228, Q663. Ty to roko91 and RooT. Misc - Fix, anew, the movement stuck issue. - Drop the empty folder in taskmanager. - You can use arrows UP and DOWN to move the character without making your client crashes. No configs. - Chats and RollDice handlers cleanup (nothing fantastic). Roll dice message is sent to anyone. - Complete StopRotation packet. Ty RooT.

    Бесплатный

  9. Название: aCis [Diff File] 340 to 341 Добавил: Eanseen Добавлен: 22 Mar 2015 Категория: Исходники серверов Автор: aCisХроники: Interlude Файл для обновления с версии 340 до 341 Changeset 341 MMOCore, Announcements, Eclipse settings, Scripts, Misc MMOCore - basic update to latest L2J version. - Add a try/catch to avoid core crashing. - Disable Nagle's algorithm (better latency, but bigger bandwitdh usage). It's a real time application, for love of goodness ! - Client is setted on putPacketIntoWriteBuffer method. Announcements - Fix an issue regarding Announcement limit. - Add //announce all_auto, allowing to announce auto tasks. Add the appropriate button on Announcements admin panel. Eclipse settings - Added project based Java8 compliance on both projects. - Copied project settings from gameserver to datapack. It seems I was using workbench settings on datapack. - Fix few missing stuff on datapack, such as static keywords or nested return. - "Incomplete switch cases on enum option" is now setted to "Ignore". Scripts - addition of SecondClassChange script. I can't test all cases and HTMs, so please report any issue on forums. - addition of Q662. Ty RooT. Misc - numerous packets cleanups - clean one nested Item Class. - improve readability or performance. - reduce the amount or complexity of variables / parameters when not needed. - HennaInfo is fixed, the class level defines the number of henna slots. Ty RooT. - getItems() from Inventory returns a List, not an array anymore. - Fix possible double attacks issue, ty Hasha. - Decrease timer between multiple pickups. - Added a new multisell bypass, with a newbie check for L2Merchant exchange equipment. Ty ArhsGr. - Fix a NPE regarding CrestCache rework. Ty katara for report. Нажмите здесь, чтобы скачать файл
  10. Версия 341

    90 раз скачали

    Файл для обновления с версии 340 до 341 Changeset 341 MMOCore, Announcements, Eclipse settings, Scripts, Misc MMOCore - basic update to latest L2J version. - Add a try/catch to avoid core crashing. - Disable Nagle's algorithm (better latency, but bigger bandwitdh usage). It's a real time application, for love of goodness ! - Client is setted on putPacketIntoWriteBuffer method. Announcements - Fix an issue regarding Announcement limit. - Add //announce all_auto, allowing to announce auto tasks. Add the appropriate button on Announcements admin panel. Eclipse settings - Added project based Java8 compliance on both projects. - Copied project settings from gameserver to datapack. It seems I was using workbench settings on datapack. - Fix few missing stuff on datapack, such as static keywords or nested return. - "Incomplete switch cases on enum option" is now setted to "Ignore". Scripts - addition of SecondClassChange script. I can't test all cases and HTMs, so please report any issue on forums. - addition of Q662. Ty RooT. Misc - numerous packets cleanups - clean one nested Item Class. - improve readability or performance. - reduce the amount or complexity of variables / parameters when not needed. - HennaInfo is fixed, the class level defines the number of henna slots. Ty RooT. - getItems() from Inventory returns a List, not an array anymore. - Fix possible double attacks issue, ty Hasha. - Decrease timer between multiple pickups. - Added a new multisell bypass, with a newbie check for L2Merchant exchange equipment. Ty ArhsGr. - Fix a NPE regarding CrestCache rework. Ty katara for report.

    Бесплатный

  11. Название: aCis [Diff File] 339 to 340 Добавил: Eanseen Добавлен: 22 Mar 2015 Категория: Исходники серверов Автор: aCisХроники: Interlude Файл для обновления с версии 339 до 340 Changeset 340 Caches, Announcements, Misc Caches - Filters are moved back into classes. CrestCache - Drop of //admin_fix_cache_crest admincommand. - Drop of OLD_PLEDGE related stuff. - BMP filter edited for DDS one, crests are stored under .dds format file. Consider to CONVERT .bmp into .dds ! - Crests are stored on a Map for an easier management. Announcements - Ty Sikken, xblx (&& me ofc). - Renamed Announcements > AnnouncementTable, moved into datatables. Addition of Announcement model. General cleanup and rework. - Addition of critical announcement type. - Addition of scheduled announcement ; you can schedule your announcement to happen X times, every Y times. - Saved under XML format instead of TXT. - Drop of //reload_announcements (handled directly by AdminAdmin //reload generic admincommand), //announce_menu (no use). - Merge of numerous announcements admincommands, now handled by //announce <list|all|add|add_auto|del>. - Addition of //say admincommand (critical counterpart for //ann). - Old //announce renamed for //ann. Misc - Little reorganization on Gameserver.java. PS : so basically, regarding Announcements admincommands, you only have : - //ann && //say for instant announcements type. - //announce <list|all|add|add_auto|del> for advanced mode. - //reload announcement. Нажмите здесь, чтобы скачать файл
  12. Версия 340

    61 раз скачали

    Файл для обновления с версии 339 до 340 Changeset 340 Caches, Announcements, Misc Caches - Filters are moved back into classes. CrestCache - Drop of //admin_fix_cache_crest admincommand. - Drop of OLD_PLEDGE related stuff. - BMP filter edited for DDS one, crests are stored under .dds format file. Consider to CONVERT .bmp into .dds ! - Crests are stored on a Map for an easier management. Announcements - Ty Sikken, xblx (&& me ofc). - Renamed Announcements > AnnouncementTable, moved into datatables. Addition of Announcement model. General cleanup and rework. - Addition of critical announcement type. - Addition of scheduled announcement ; you can schedule your announcement to happen X times, every Y times. - Saved under XML format instead of TXT. - Drop of //reload_announcements (handled directly by AdminAdmin //reload generic admincommand), //announce_menu (no use). - Merge of numerous announcements admincommands, now handled by //announce <list|all|add|add_auto|del>. - Addition of //say admincommand (critical counterpart for //ann). - Old //announce renamed for //ann. Misc - Little reorganization on Gameserver.java. PS : so basically, regarding Announcements admincommands, you only have : - //ann && //say for instant announcements type. - //announce <list|all|add|add_auto|del> for advanced mode. - //reload announcement.

    Бесплатный

  13. Название: aCis [Full Source] Добавил: Eanseen Добавлен: 22 Mar 2015 Категория: Исходники серверов Автор: aCisХроники: Interlude Очередная ревизия от команды aCis. Хотелось бы напомнить, что сборка славится своей оптимизацией, что очень радует. Changeset 340 Caches, Announcements, Misc Caches - Filters are moved back into classes. CrestCache - Drop of //admin_fix_cache_crest admincommand. - Drop of OLD_PLEDGE related stuff. - BMP filter edited for DDS one, crests are stored under .dds format file. Consider to CONVERT .bmp into .dds ! - Crests are stored on a Map for an easier management. Announcements - Ty Sikken, xblx (&& me ofc). - Renamed Announcements > AnnouncementTable, moved into datatables. Addition of Announcement model. General cleanup and rework. - Addition of critical announcement type. - Addition of scheduled announcement ; you can schedule your announcement to happen X times, every Y times. - Saved under XML format instead of TXT. - Drop of //reload_announcements (handled directly by AdminAdmin //reload generic admincommand), //announce_menu (no use). - Merge of numerous announcements admincommands, now handled by //announce <list|all|add|add_auto|del>. - Addition of //say admincommand (critical counterpart for //ann). - Old //announce renamed for //ann. Misc - Little reorganization on Gameserver.java. PS : so basically, regarding Announcements admincommands, you only have : - //ann && //say for instant announcements type. - //announce <list|all|add|add_auto|del> for advanced mode. - //reload announcement. Нажмите здесь, чтобы скачать файл
  14. Версия 340

    238 раз скачали

    Очередная ревизия от команды aCis. Хотелось бы напомнить, что сборка славится своей оптимизацией, что очень радует. Changeset 340 Caches, Announcements, Misc Caches - Filters are moved back into classes. CrestCache - Drop of //admin_fix_cache_crest admincommand. - Drop of OLD_PLEDGE related stuff. - BMP filter edited for DDS one, crests are stored under .dds format file. Consider to CONVERT .bmp into .dds ! - Crests are stored on a Map for an easier management. Announcements - Ty Sikken, xblx (&& me ofc). - Renamed Announcements > AnnouncementTable, moved into datatables. Addition of Announcement model. General cleanup and rework. - Addition of critical announcement type. - Addition of scheduled announcement ; you can schedule your announcement to happen X times, every Y times. - Saved under XML format instead of TXT. - Drop of //reload_announcements (handled directly by AdminAdmin //reload generic admincommand), //announce_menu (no use). - Merge of numerous announcements admincommands, now handled by //announce <list|all|add|add_auto|del>. - Addition of //say admincommand (critical counterpart for //ann). - Old //announce renamed for //ann. Misc - Little reorganization on Gameserver.java. PS : so basically, regarding Announcements admincommands, you only have : - //ann && //say for instant announcements type. - //announce <list|all|add|add_auto|del> for advanced mode. - //reload announcement.

    Бесплатный

  15. Вы прикалываетесь все ?)) Неужели не видно что стандартный разводняк, рассчитано на недалеких аминов которые в страхе будут пытаться "замять" дело ))) На 99% уверен что за аккаунтом мамаши сидит школьник 15 лет ))) Мне напомнило это ситуацию с девушкой моей, когда она лазила по инету, и на одном из сайтов вылез яваскрипт с текстом "Вы смотрели порно бла бла бла, законы Украины бла бла бла, если не заплатите штраф, дело будет передано в суд. Для оплаты штрафа отправьте смс." Так она реально на это повелась и панике не было предела, пока не рассказал ей политику партии. Вот тут тоже самое, расчет идет на недалеких людей.
  16. Eanseen

    Услуги Программиста

    Всегда пожалуйста Так же работаю и через TeamViewer
  17. А разве кто то поведется на подобное объявление ? Оо
  18. Это наверно набор в общество масонов, или еще что то более секретное, куда попадут только избранные :-) А по теме, то какой то бред. Крупные проекты не занимаются поиском людей на таких форумах. Публикуется вакансия на том же hh.ru, рассматривается резюме и уж потом пара собеседований. Да и стиль написания у серьезных компаний немного другой, более понятный с внятными требованиями, а не это "хочу то, не знаю что"
  19. Eanseen

    Кому как обнова unitpay

    А ниче что можно получить выслав нотариально заверенные документы в Киев или Москву ?) Я понимаю что легче жаловаться на жизнь и ныть как все плохо и какие все плохие, но за это время уже бы 10 раз отправили нужные документы. Ну а для самых ленивых, можете купить перс. за 10к+ рублей, вообще ничего не надо будет делать + некоторая безопасность, т.к. данные на левого человека. Вариантов как видите масса.
  20. Eanseen

    Кому как обнова unitpay

    Неужели так проблемно сделать перс. аттестат ?
  21. Почему сразу засрали, опрос на то и опрос чтоб получить общую картину. Видимо и правда плохая затея с ИЛом
  22. Возникла идея вести разработку Interlude в свободное время В чем суть: За основу берется последний сурс aCis Работа ведется исключительно по рапортам, есть проблема - есть решение, нету рапортов - нету исправлений Доступ к SVN чисто символический, на пиво 300-700 рублей в месяц Продукт ориентирован на мелкие и средние проекты Голосуем, высказываем идеи
  23. Eanseen

    Lindvior, GodWorld, Source

    Интересная статистика, лайков 8, скачиваний 170+ )))
×
×
  • Создать...