Jump to content

Metin2Place

Banned
  • Posts

    141
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Metin2Place

  1. 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)

     

  2. 16 hours ago, HITRON said:

    Maybe like that:

     

    File: PythonTextTail.cpp

     

    Find:

    
    At : CPythonTextTail::ShowCharacterTextTail
    
    Search for:
    	if (pInstance->IsGuildWall())
    		return;
    
    Add bellow:
    	if (pInstance->GetRace() == 30000)
    		return;

     

    Not tested.

     

    If I do this it won't appear even with my mouse over.

    I figured it out.

    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)

     

     

    • Love 1
  3. How can I make the client to red all the subfiles from the pets?

    Let's say if I have the folder "redthief2_officer_young1" and 2 pets here: redthief2_officer_young1 and redthief2_officer_young2, only the first one will show up in the game, the one with the name of the folder. The error I get is: ERROR. Will Find Another Path.

    https://metin2.download/picture/IoDcJubgw8Lp19w619f351h393vpTT6m/.jpg

×
×
  • 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.