Jump to content

Kraaz

Premium
  • Posts

    60
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Kraaz

  1. On 2/27/2024 at 2:28 PM, AthenaBazooka said:

    I know the thread is a bit older, but I have a question. I want my Sword Aura to have the same effect of toggling on and off like Enchanted Blade does. Unfortunately, that's not the case after following the tutorial. I'll show you a screenshot:

    https://metin2.download/video/LDMI7r5IfUuLhGAZaxKMWI1QmePQY59S/.mp4

    You forgot to add the TOGGLE in the files. Follow the tutorial step by step

  2. 22 minutes ago, Donis said:

    Almost complete. After you do that you must change the sZDurationPoly2. Some characters use MOV_SPEED or HIT_HP_RECOVER like SURA. And if you dont change sZDurationPoly2 effect for this bonus willl not work. Will work only for main bonus. Example for Sura, will work only attack value.

    I'll take a look.

    Thanks for letting me know!

    • Good 1
  3. 1 hour ago, Stadi said:

    the training material is 100% followed (modified accordingly!) The statistics displayed in the weapon inventory are also added to the bonuses. the problem, is that the weapon does not appear after equipping it, if I throw the weapon, the texture does not appear either. icon (picture) is displayed normally. sorry for my bad english 😞

    a kard innen való:

      Reveal hidden contents

     

     

    Send me on Discord (_kraaz / Kraaz#0420), so we can check what's the wrong.

     

    # The vnum of the item was out of range.

  4. 1 hour ago, coadapute123 said:

     

    Thanks for the release, I found a problem, I don't know if I did something wrong or if you forgot something:

    66f7455f75df5f7df3191d002e2aa030.pnge143c5dfffeaf387b0bdaa872b4836a4.png

     

    You can decrease the brightness by changing the value 1.0f to 0.4f

  5. Hello, comm!

    Here is a tutorial of how to display the level of character and the time in pm.

    Spoiler

    uHlSuYD.png

     

    root/uiwhisper.py:

    Spoiler

    ## Add if you don't have
    import time
    import player

    ## Search for:
                    chat.AppendChat(chat.CHAT_TYPE_INFO, localeInfo.CHAT_INSULT_STRING)
                    return

    ## Add Below:
                hour = time.strftime("%H:%M:%S")
                level = player.GetStatus(player.LEVEL)
                lv_whisper = "{} {}".format(localeInfo.LV_WHISPER, level)
                time_whisper = "{} {}".format(localeInfo.TIME_WHISPER, hour)
                whisper_message = "[" + lv_whisper + "] (" + time_whisper + "): " + text

    ## Search for:
                net.SendWhisperPacket(self.targetName, text)

    ## Replace with:
                net.SendWhisperPacket(self.targetName, whisper_message)

    ## Search for:
                    chat.AppendWhisper(chat.WHISPER_TYPE_CHAT, self.targetName, player.GetName() + " : " + text)

    ## Replace with:
                    chat.AppendWhisper(chat.WHISPER_TYPE_CHAT, self.targetName, player.GetName()+ " : " + whisper_message)
     

     

    locale/en/locale_game.txt

    Spoiler

    # Add:
    LV_WHISPER    Lv.
    TIME_WHISPER    Hour:
     

     

    • Metin2 Dev 10
    • Good 6
    • Love 4
  6. Hello,

    Yes it's possible.

    You can find the mount you want, modify the dds file (by adding alpha channel) and then make your msm file.
    Actually you will have to add the ShapeData into this.

     

    There are some tutorials on internet that will help you with more details.

  7. I'd like to share some of my work for the shines of npc at A1/B1/C1

    Maybe i'll update this topic in the future with shines for mobs (like map2/orc/red forest etc)

    I hope you enjoy them.!

    (You can decrease the brightness by changing the value 1.0f)

    This is the hidden content, please

    Some gifs:

    Spoiler

    .gif

    Spoiler

    .gif

    Spoiler

    .gif

     

    Thanks to @ Gurgarath for his support and the idea! 

    • Metin2 Dev 94
    • Eyes 2
    • Good 20
    • Love 3
    • Love 55
  8. Hello, community!

    I would like to share you some colorful Lord Sashes that i made.

    I was searching for some of these but without results, so here we are.

     

    Includes:

    - icons

    - models/dds

    -item_scale.txt

     

    Download:

    This is the hidden content, please

    Spoiler

    spacer.png

    spacer.png

     

    • Metin2 Dev 31
    • Good 7
    • Love 2
    • Love 15
×
×
  • 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.