Jump to content

Hide Shop Owner's Name


Recommended Posts

Hide shop owner's name if show all names is ON and mouse not over shop.

In PythonTextTail.cpp in void CPythonTextTail::ShowAllTextTail() replace 

if (pTextTail->fDistanceFromPlayer < 3500.0f)

with 

if (pTextTail->fDistanceFromPlayer < 3500.0f && CPythonCharacterManager::Instance().GetInstancePtr(pTextTail->dwVirtualID)->GetRace() != 30000)

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

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.