Jump to content

Recommended Posts

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

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.