Jump to content

How To Add 5 Bonuses without Blessing Marble


Recommended Posts

  • Premium
  • Open char_item.cpp (Server-Source, game)
  • Search for: 
case USE_ADD_ATTRIBUTE :

and find

if (item2->GetAttributeCount() < 4)
  • Replace with
if (item2->GetAttributeCount() < 5)

 

Now u can add 5 bonuses without blessing marble, just with the normal reinforce item

 

 

Edited by Metin2 Dev
Core X - External 2 Internal
  • Love 5
Link to comment
Share on other sites

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.