Jump to content

VegaBoy

Members
  • Posts

    69
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Posts posted by VegaBoy

  1. 27 minutes ago, BabayG said:

    check where your server files store zone behaviors ... castle_siege, no_pvp, etc
    and set which suits you.

    Thank you for the tip mate. Ill check they and see which these are better for me. But even so, I'm still in doubt. I think I didn't phrase the question correctly. I would like to map Dvc and make it full flag zone.

  2. First problem: I'm adding the FakePlayer mod in my rev. I registered admin commands in gameserver and navicat. But even so the commands say in the log that they are not registered.

     

    Second: I left the fakeplayer running in the events, they spawn, but they don't appear, they are as if invisible.

     

    PS: the mod is functional, I already used it in my other rev. I'm switching revs and taking her mods and moving on to the new one.

  3. 4 hours ago, Luigicol said:

    I don't know of what server are those users speaking. But there are more people here posting that people playing on this server. Hace 3 clans. One of those clan have 3 active players, the other 2 are a one-person-clan.

     

    I suspect that this admin is the same from L2Pagan, because is the same datapack with same config.

    Oh we have a sherlock holmes here!
    P.S. Im joking w/ you!

  4. 1 hour ago, Nightw0lf said:

    in this field is really what you paid is what you get, try smartguard or sguard dont go script guard

    I tried Sguard, but they don't want to give me the monthly plan, only the annual one. And Smartguard has not responded since yesterday. It's hard to find good protection anyway. It'll be better if I save more money and get the AAC.

    1 hour ago, Nightw0lf said:

    in this field is really what you paid is what you get, try smartguard or sguard dont go script guard

    SGuard and Script Guard are the same company.

  5. If my topic is in the wrong section please correct me.
     

    I already know that the best protection currently is AAC. Currently it is quite expensive for me as I am alone.
     

    I would like to know opinions about other protections. what really interests me is the protection with HWID limiting clients.

     

    I have three in mind Smartguard, l2script-guard and Sguard.

     

    Which of the three is more credible?

    P.S. I am a new admin

  6. 6 minutes ago, 911reg said:

    Of course you'll always get errors, you can't just copy paste stuff from a client to another, sadly you'll have to put some time into learning how to troubleshoot your interface's errors manually 😕

    That's exactly what I'm doing. I'm making my own. I'm breaking my head to make that whenever I show the result of the enchant, I have the option to restart the enchant, without having to pull the items back to the window in the enchant.

    @911reg 
    Thank you, with these files that you sent I can activate the interface in gracia final. I fixed the errors and it worked!

    • Upvote 1
  7. 2 hours ago, 911reg said:

    You won't be able to get that from the interface you uploaded there, since, as i said, it's obfuscated, but if i remember correctly i think DEADZ's interface had something similar.
    Here's a link, in case you wanna peek.
    https://mega.nz/file/j75iXBoL#mZX3us79CVja2dDE7sRFCB7eF2fUg1zZWRCUt3G91p8

     

    @911regThank you brother! I tried to copy the codes from the DEADZ interface, but it always gives me a lot of errors. No one interfaces with Gracia Final, only Interlude and H5. I want to do mine. At least the enchant and arguments.

  8. 8 minutes ago, 911reg said:

    It's not encrypted, it's obfuscated, you won't be able to 'study' it unless you either manually de-obfuscate it or pay someone to do it
     

    class BlockEnterWnd extends UICommonAPI;
    
    const 2489 = 1;
    const 2487 = 0;
    const 5575 = 1026;
    const 5574 = 1000;
    const 2482 = 0;
    
    var WindowHandle 5712;
    var TextBoxHandle 2481;
    var TextBoxHandle 2480;
    var TextBoxHandle 2479;
    var TextBoxHandle 2478;
    var TextBoxHandle 2477;
    var TextBoxHandle 2476;
    var TextBoxHandle 2475;
    var TextBoxHandle 2473;
    var ListCtrlHandle 2472;
    var ListCtrlHandle 2471;
    var TextureHandle 2470;
    var TextureHandle 2437;
    var TextureHandle 2436;
    var TextureHandle 2434;
    var TextureHandle 2425;
    var ButtonHandle 2422;
    var int 2412;
    var int 2408;
    var bool 4662;
    
    function OnRegisterEvent()
    {
        RegisterEvent(3830);
        RegisterEvent(3840);
        RegisterEvent(3850);
        RegisterEvent(3860);
        RegisterEvent(3820);
        RegisterEvent(3870);
        RegisterEvent(3880);
        RegisterEvent(1710);
        RegisterEvent(1720);
        return;
    }

     

    Once again, thank you for answer me. 

    Only two things interested me in these files: ItemEnchantWnd Interface.u and ItemEnchantWnd Interface.xdat.

    This server has autoenchant in its own interface, I wanted to copy it to my server!

  9. 2 hours ago, 911reg said:

    You can use this guide as reference:

    all you need is basically to create nulled effect scripts (empty scripts with their class name and extension only, with no code nor defaultproperties) based on your client's LineageEffect, you can take a look at the effects using UTPT or something similar.

    Then you can just create your own LineageSkillEffect.u as you can see on that guide.
    Otherwise you can try to compile both LineageEffect.u and LineageSkillEffect.u (or not necessarily LineageEffect, but how to create Emitters into any new file, which you can then use inside LineageSkillEffects.u). Would be much more convenient but it might be hard to do if you're not familiar with unreal engine.

    Thanks buddy. You always answer me!

     

    I followed this guide but was unsuccessful.

     

    After your explanation I will try again. If successful, I'll come back here to thank you again!

×
×
  • Create New...