Jump to content

Fix Bug Stone


Morphe

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
Share on other sites

  • 8 months later...

Announcements



×
×
  • 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.