Jump to content

Recommended Posts

Hi devs!

 

I have a rly annoying bug with costume weapons, when i put up an armor the +7, +8, +9 effect didnt working...

i didnt changed anything in pythons or with the mse files so i have no idea what can be the problem.

 

GIF:

http://gph.is/25m9UxI

 

Thank you in advance for your answers !

Link to comment
https://metin2.dev/topic/11139-costume-weapon-bug/
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

    case CItemData::ITEM_TYPE_ARMOR:
        __ClearArmorRefineEffect();

        // °©?E A—E­ AIAaA®
        if (pItem->GetSubType() == CItemData::ARMOR_BODY)
        {
            DWORD vnum = pItem->GetIndex();

            if (12010 <= vnum && vnum <= 12049)
            {
                __AttachEffect(EFFECT_REFINED+EFFECT_BODYARMOR_SPECIAL);
                __AttachEffect(EFFECT_REFINED+EFFECT_BODYARMOR_SPECIAL2);
            }
        }

        if (refine < 7)    //ÇöAç Á¦·Aµµ 7 AI»ó¸¸ AIAaA®°! AÖ1A´I´U.
            return 0;

        if (pItem->GetSubType() == CItemData::ARMOR_BODY)
        {
            m_armorRefineEffect = EFFECT_REFINED+EFFECT_BODYARMOR_REFINED7+refine-7;
            __AttachEffect(m_armorRefineEffect);
        }
        break;
    }
    return 0;
}

 

 

This is the fix. 

 

Link to comment
https://metin2.dev/topic/11139-costume-weapon-bug/#findComment-65208
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.