• 🎉 Hey there! I've just launched my brand new server voting platform — Metin2 P Servers 🚀

Specific Enchantment Value Increase

Discord Banner

🔥 Join us on Discord! - Active chat & direct support

We invite you to join the largest Metin2 community on Discord!

Join Now!
Member Count: 
Discord Robot
HUB Bot
Announcement
Mar
Threads
0
19
20
3
aralığını ayarlabilirmiyiz 100-150 arası. sadece 100 ort da kullanılcak 150 ye kdr tek tek. bilrsnz bazı sw lerde var
 
Discord Banner

🔥 Join us on Discord! - Active chat & direct support

We invite you to join the largest Metin2 community on Discord!

Join Now!
Member Count: 
Discord Robot
HUB Bot
Announcement
Developer
Member
Feb
Threads
4
29
35
13
aralığını ayarlabilirmiyiz 100-150 arası. sadece 100 ort da kullanılcak 150 ye kdr tek tek. bilrsnz bazı sw lerde var
Denemedim ama heralde olur.
C++:
                else if (item->GetVnum() == 75891)
                {
                    if ((item2-> GetType() == ITEM_WEAPON) && item2->HasAttr(72))
                    {
                        int16_t idx = item2->FindAttribute(72);
                        int32_t value = item2->GetAttributeValue(idx)+1;
                        if (150 >= item2->GetAttributeValue(idx) && item2->GetAttributeValue(idx) >= 50)
                        {
                            item2->SetForceAttribute(idx,72,value);
                        }
                        else
                        {
                            ChatPacket(CHAT_TYPE_INFO, "Bu esyayi sadece 50-150 ortalama araliginda kullanabilirsiniz.");
                            return false;
                        }
                    }
                    else
                    {
                        ChatPacket(CHAT_TYPE_INFO, "Bu esyayi sadece ortalama hasara sahip silahlarda kullanabilirsiniz.");
                        return false;
                    }
                }
 
Last edited:
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock