Jump to content

Recommended Posts

Go to char_item.cpp and find this

                                    if (item2->GetSocketCount() == 0)
                                        return false;

Under her place

                                   if (item2->IsEquipped())
                                        return false;

It should look like this

 

bandicam_2014_08_17_14_01_19_353.jpg

 

Now find this line

                            if (item2->GetVnum() >= 28330 && item2->GetVnum() <= 28343)

Above the add

                           if (item2->IsEquipped())
                                return false;

It should look like this

 

bandicam_2014_08_17_14_05_45_834.jpg

 

Compile game..

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 4
Link to comment
https://metin2.dev/topic/2656-fix-bug-stone/
Share on other sites

What exactly is the bug here?

He talks about the bug where you can add stones to an item when the item is equiped. And if you take them out ( the stones ) while the item is equiped the effect of the stones remains.

This way you can get 500% attr_war and etc.

  • Love 1
Link to comment
https://metin2.dev/topic/2656-fix-bug-stone/#findComment-18537
Share on other sites

  • 8 months later...

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.