Jump to content

Vaynz

Active Member
  • Posts

    185
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Vaynz

  1. On 3/10/2024 at 7:42 AM, Exynox said:

    I'd argue the weather is much nicer in October.

     

    It would be nice to have a LAN party if possible, having all of us PvP against eachother 🥺

    Sure we go to a LAN Party, i'm in the team with Mali we are gonna farm on Ruby server ! We are gonna do "P" skills 

  2. Hi, i've made some changes for my blend and when was testing was really tired to click permanently so i decided to make a shortcut to save my time.

    As an advice if you want to use this is on live server:

    1.Make a check via game source for timer (Use packets, i bet 95% of server have this already)

    2.You can add a tooltip with shortcut.

    3.If i will have some time i will update the topic.

    https://metin2.download/picture/p4I4ff9d8wX72T62NZ7a2ElemkPzMPzm/.gif - Preview x.x

    https://github.com/vaynz/shortcut-blenditem
    https://metin2.download/file/2jpceaikwThECgXoFjbhZG55O2bd48yX/

     

    • Good 1
  3. Was a bit too retarded in 2020 (Not much changed).

    What is doing? ---> Exactly what i explain in this but is saving in m2.cfg

    Quote

     

     

    I've made that a bit for someone who want to use it for fun ^ . ^ ( Tbh i have to improve something to these (code meaning ), but is ok atm.. )

    Spoiler

    There is code 

    This is the hidden content, please

    This is the hidden content, please

    Python part on uigameoption you have to do by yourself ( Make it like alwaysShowNameButtonList )

    Happy christmas ! 

    • Metin2 Dev 50
    • Good 6
    • Love 18
  4. On 11/29/2023 at 4:19 PM, Ulthar said:

    Those, who also have this problem:
     

    in: UserInterface/PythonNetworkStreamPhaseGame.cpp
    Search:
     

    	if (i >= 112 && i <= 115 && rPlayerSkill.bLevel)
                rkPlayer.SetSkill(7, i);
    
            if (i >= 116 && i <= 119 && rPlayerSkill.bLevel)
                rkPlayer.SetSkill(8, i);

    Change it to:

    #ifndef ENABLE_SKILL_DESCRIPTION_RENEWAL
            if (i >= 112 && i <= 115 && rPlayerSkill.bLevel)
                rkPlayer.SetSkill(7, i);
    
            if (i >= 116 && i <= 119 && rPlayerSkill.bLevel)
                rkPlayer.SetSkill(8, i);
    #endif

     

    Is no sense what you did there to be honest.

    • Metin2 Dev 1
  5. You need drawings for tutorial ? 
    If you are disabled to run a python script and follow one command (copy paste) in cmd, don’t use it then and skip the post.

    2. In github post readme.md you have the tutorial 

    Spoiler
    34 minutes ago, hachiwari said:
    1. take a ready library
    2. add an example of use
    3. add to your github with the note metin2
    4. mine! xD

     


     

  6. I don't know why all the fuss over some lines of code. Congratulations for post the ideea is very good, and to the others who came up with other ideas.
    If someone needs it, I have it like that.

    There is a new verison:

    In BOOL CActorInstance::IgnoreCollisionNew(CActorInstance& rkTarget), you can and new conditions.

    This is the hidden content, please
     or 
    This is the hidden content, please

    • Metin2 Dev 107
    • Eyes 1
    • Good 18
    • Love 29
  7. 1 hour ago, Viello said:

    I had some teleport issues, sometimes client crashes, no syserr maybe this code is not perfect for my files, btw thanks for sharing with community.

    I assure you the code is great coded, i tested it over 2 weeks and i dont had any problems with my testers, be sure you didn't messed up something or cause is from another system or bad code. As an advice try to have permanently debugging maybe you will find the problem. Good luck !

    • Good 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.