Jump to content

Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

i was thinking kinda the same.

But i m not capable to understand how to edit correctly to add count

can someone show it to me? please


unfortunatly i have no other exemples to take a look , and try to edit my problem.
thats why i need help please

Link to comment
https://metin2.dev/topic/11758-item-drop-stacked/#findComment-68390
Share on other sites

char_item.cpp

You have to edit 4 things in general.

 

Look for LogManager::instance().ItemLog(owner, item, "GET", szHint);

 

then you will see chatpacket 

ChatPacket(CHAT_TYPE_INFO, LC_TEXT("아이템 획득: %s"), item->GetName());


and change it to

ChatPacket(CHAT_TYPE_INFO, LC_TEXT("아이템 획득: (%dx) %s"), item->GetCount() item->GetName());


then look for other chatpackets like the first one and change them in the same way.

Link to comment
https://metin2.dev/topic/11758-item-drop-stacked/#findComment-68402
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.