Jump to content

Accessory socket time


Recommended Posts

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

game\src\item.cpp

Search:

bool CItem::EquipTo(LPCHARACTER ch, BYTE bWearCell)

scroll down and look for:
 

		// ACCESSORY_REFINE
		StartAccessorySocketExpireEvent();
		// END_OF_ACCESSORY_REFINE

Comment it with "//"

then search:

bool CItem::Unequip()

and look for:

	// ACCESSORY_REFINE
	StopAccessorySocketExpireEvent();
	// END_OF_ACCESSORY_REFINE

Comment it with "//"

Other way - change function

void CItem::StartAccessorySocketExpireEvent()

to:

void CItem::StartAccessorySocketExpireEvent()
{
	return;
}

You can also remove it from client python root\uitooltip.py for visual client aspects

I completely abandoned working on the files for this game. I do not respond to private messages.

.png

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.