Jump to content

SOUCE: EXP RING AND THIEF GLOVES STACK PROBLEM


Recommended Posts

Char_item.cpp

 

Add this:

	if (item->GetCount() > 1) 
	{
		ChatPacket(CHAT_TYPE_INFO, LC_TEXT("In order to be able to equip this object, you must separate it first. (Shift + Left Click) ."));
		return false;
	}

in this function:

bool CHARACTER::EquipItem(LPITEM item, int iCandidateCell):

 

Edited by Kr1G3R™
  • Love 1
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.