Jump to content

Fix Click Item When Riding


Mali

Recommended Posts

  • Honorable Member

Bug:

 

Find in Client/UserInterface/PythonPlayerInputMouse.cpp:

				if (pkInstMain->NEW_GetDistanceFromDestPixelPosition(kPPosPickedItem)<20.0f)

Change:

				float distance = 20.0f;
				if (pkInstMain->IsMountingHorse() || pkInstMain->IsNewMount())
					distance = 110.0f;
				if (pkInstMain->NEW_GetDistanceFromDestPixelPosition(kPPosPickedItem) < distance)

 

  • Metin2 Dev 1
  • Love 17

 

Link to comment
Share on other sites

  • 3 months later...

Announcements



  • Similar Content

  • Similar Content

  • Similar Content

  • Tags

  • Activity

    1. 0

      Is there a way to make a quest run independet of player events? Lets say start quest automatically at server startup?

    2. 111

      Ulthar SF V2 (TMP4 Base)

    3. 0

      Quest function when 102.kill definition whereabouts help

    4. 5

      [M2 FILTER] Customized Client Filter

    5. 0

      [INGAME] RGB Color on chat broken

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • 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.