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

  1. Salty Mike

    не работает автофарм

    Do your AutoUse of buff scrolls, etc, work? Does your autofarm window "activate/toggle" (the animation activates)? Because it looks like you might not be sending the "ExAutofarmSettings", "ExActivateAutoShortcut()" etc packets, or at least not with the correct Packet IDs/Opcodes. From the...
  2. Salty Mike

    ICARUS.SU Мульти Профа от Flyleaf

    "дырок нет"
  3. Salty Mike

    L2.EXE Updater

    Посмотреть
  4. Salty Mike

    L2JETERNITY [Сборка HIGH FIVE 5 + Multi-protocol Salvation]

    Maybe you have special characters somewhere in your folder's path (such as ñ, á, é, í, ó, ú) and the system is unable to process/handle/read them correctly, which would result in a path-not-found exception. Have you tried moving the LAUNCH directory to something simple like - C:/LAUNCH_DIR?
  5. Salty Mike

    Механика party random

    I'm personally using Rand() for when the outcome can be only 1 or 2, and if there are more than 2 possible outcomes, or in your case party members, I would use weighted probability algorithm since it gives me better and more accurate results, consistent with the assigned chance, even if that...
  6. Salty Mike

    Софт SQL DB Merger

    посмотреть
  7. Salty Mike

    CharCreateMenu

    ui4.characterCreateMenuWnd.gfx -> - ncsoft.l2.controls.ChartRadar - ncsoft.l2.controls.ChartLine These are used in characterCreateMenu.contents.CreateMenuCenterLeft, namely this particular block here, which changes the number of rays based on server type.
  8. Salty Mike

    LF Fandc latest system

    I have no such plans. If anything changes, You would be the first to know. :)
  9. Salty Mike

    LF Fandc latest system

    I did it for myself by myself and I've never shared it.
  10. Salty Mike

    [RIP] linessen.com [HTML/CSS/JS]

    The redirect protection hasn't been removed so it cannot be used. And, as far as I'm aware, it is the work of a member of this forum, namely L2Banners
  11. Salty Mike

    Такой вопрос про GameAssist или Инвентарь Товаров\Подарков

    It is a different system now. You have different packets too: /*0xFE:0x31D*/ ExGoodsGiftChangedNotification, // S_EX_GOODS_GIFT_CHANGED_NOTIFICATION /*0xFE:0x31E*/ ExGoodsGiftListInfo, // S_EX_GOODS_GIFT_LIST_INFO /*0xFE:0x31F*/ ExGoodsGiftAcceptResult, // S_EX_GOODS_GIFT_ACCEPT_RESULT...
  12. Salty Mike

    [Q] Packet structure of HENNA_ITEM_INFO and HENNA_UNEQUIP_INFO on Essence p502

    That's not it either. I need to find the place in the packet where the value for nWearFeeItemListCount is being taken from. Here's an example from the interface for this particular window: Disclaimer: The order is not the same as with the packet, because the NumOfItem is taken from the third...
  13. Salty Mike

    [Q] Packet structure of HENNA_ITEM_INFO and HENNA_UNEQUIP_INFO on Essence p502

    Thanks for the reply! The rest is figured out, including the removal of the price from the packet that you mentioned. The question is how to fill the fee info at the bottom of this window where it says "FEE: ! No fee":
  14. Salty Mike

    [Q] Packet structure of HENNA_ITEM_INFO and HENNA_UNEQUIP_INFO on Essence p502

    Could anybody help with ideas on how to figure the structure out of these two server->client packets, since they are from the old ones which are not visible in the Interface.u? And more specifically, where do you put the loop with the Fee Item ID and Amount?
  15. Salty Mike

    How to switch between Essence and Project Eva server type(id)?

    Well, there are changes in the Interface itself where Eva does not use Hidden Powers/Pattern, and only Dyes, while Essence has both.
  16. Salty Mike

    How to switch between Essence and Project Eva server type(id)?

    Has anyone figured out what the Server Type ID we should send with the VERSION_CHECK packet so that the client loads Essence instead of Eva? And if so, would you mind enlightning us, please? :love: Before, Essence used to have ID of 4, but using that now appears to load the EVA branch.
  17. Salty Mike

    Dressme Engine and Drop Calculate for Sunrise

    I already have, a long long time ago. If you had spent 2 minutes searching, I'm sure you would've found them. But since laziness is not a crime, here you go: https://mmo-dev.info/resources/collection-l2j-sunrise-20-add-ons.3371/
  18. Salty Mike

    РПГ система (PWSOFT)

    посмотрим описание в конфиге
  19. Salty Mike

    Анимация SoE телепорта

    You need to utilise a system called "Requests". Whenever a second player "appears" in the game while the first one is still using the teleport skill, you check if the first player has a teleportRequest, and if he does, you broadcast the same teleport animation but only with the remaining time to...
  20. Salty Mike

    How to set Server List Type, classic as default through the client? Interface or?

    You have 2 options: 1. Find a client dev who would do it for a fee. 2. Buy Interface.u sources for your protocol version, find which *.uc file handles this particular window and edit it.
Назад
Сверху