Результаты поиска по запросу: *

  1. KouGou

    Как изменить описание предметов в клиенте Interlude

    This has nothing to do with ArmorGrp/WeaponGrp. Every item has a component that appends this info to the item's tooltip if the iteminfo contains a non-negative value on "CurrentDurability" and "Durability" which you send from the server. If the value is 0, the following tooltip won't display...
  2. KouGou

    Looking for Java developer

    Trusted guy
  3. KouGou

    Ищу клиенты с Tiantang2.qq.com

    Что такого особенного в этой хронике? Есть ли какое-то отличие в ядре - или она просто так выглядит? Потому что было бы проще переделать всё с нуля, чем пытаться искать оригинальный клиент 🤷‍♂️
  4. KouGou

    Essence 502, автососки

    🫠
  5. KouGou

    Essence crusader 6.3 не точится блесами скролов оружие ( несгораемое )

    Тебе не хватает маппинга для этого скролла, смотри EnchantItemData.xml (22221 ID)
  6. KouGou

    Interface BIND

    Again, as discussed in the previously opened topic - the method you choose to bind the interface to the particular player or PC is irrelevant. It is the information of that player or PC that you need before you can do anything else. (IP, Nickname, HWID, Geolocation, PID, Timezone... doesn't...
  7. KouGou

    Bug when adding Adding click-to-buff removal to interlude

    It will do that if you are using custom fame icon size while calculating the pointer offset to another size (NSTATUSICON_FRAMESIZE <- has to equal the size of your icon frame) otherwise you are pointing at a different icon hence why it removes something else. targetRow = (Y -...
  8. KouGou

    Размер текста в Tooltip (HF)

    можешь показать скриншот именно той части которую хочешь изменить? А то тут несколько вариантов ответа
  9. KouGou

    Mobius Essence 8.2

    It's the version you could have gotten your hands on :D
  10. KouGou

    Display the loading screen with the texture "L2Font-e.loading02-e" on teleport

    You need a custom Window and a Texture in the XDAT and a control script in the .u with "OnShow()" event with: local int x; local int y; GetCurrentResolution(x, y); YourCustomWindow.SetWindowSize(x, y); YourCustomTexture.SetWindowSize(x, y); And finally a custom server side packet that sends 0...
  11. KouGou

    Помощь с текстурой в xdat.

    Принцип тот же, но методика разная
  12. KouGou

    Doubt about error

    I think you need to give a little bit more context than that 😅
  13. KouGou

    Экран выбора персонажа / выбор персонажа

    CharacterSelectWnd.uc модул в интерфейс и ui6.ugx (по спомени) вообще не вярно, я мешал с CharacterCreateMenu
  14. KouGou

    High Five interface editing.

    Projack has a wonderful autofarm that comes with both server/client support and it's well documented. The price is more than fair and you can learn a lot about how it's made
  15. KouGou

    High Five interface editing.

    Interface is build in a scripting language so any text editing software would do - it's all up to your preference. (Notepad++, IntelliJ, Eclipse, VS Code, UExplorer etc)
  16. KouGou

    Chat Mobius

    Тебе нужно изменить файл ChatWnd.uc в интерфейсе. Там есть условные проверки типа "IsBuilderPC()", которые мешают твоему сообщению отображаться.
  17. KouGou

    Цена продажи товаров НПС

    long totalPrice = 0; // Proceed the sell for (UniqueItemHolder i : _items) { final Item item = player.checkItemManipulation(i.getObjectId(), i.getCount(), "sell"); if ((item == null) || (!item.isSellable())) { continue...
  18. KouGou

    Цена продажи товаров НПС

    RequestSellItem.java // line 142~ long totalPrice = 0; for (UniqueItemHolder i : _items) { final Item item = player.checkItemManipulation(i.getObjectId(), i.getCount(), "sell"); if ((item == null) || (!item.isSellable())) {...
  19. KouGou

    музыка в логин скрине клиента классик

    я хотел сказать, что есть простой метод узнать: создай папку внутри папку 'music', запусти игру и попробуй переместить все файлы в эту папку, тот файл, который не получится переместить, и есть твой виновник!
Назад
Сверху