Jump to content

copying hyperlink


Recommended Posts

  • Forum Moderator

imePasteString and chatGetLinkFromHyperlink is responsible for this.

Here you have a small tutorial on how to disable it:

Edited by VegaS™
Link to comment
Share on other sites

1 hour ago, VegaS™ said:

imePasteString and chatGetLinkFromHyperlink is responsible for this.

Here you have a small tutorial on how to disable it:

I think he mean about copy from other players. If you alt+click on a hyperlink it's will acting as you do on your own item and so you can send message with an item who is not your

  • muscle 1
Link to comment
Share on other sites

  • Contributor

Just remove:

				if app.IsPressed(app.DIK_LALT):
					link = chat.GetLinkFromHyperlink(hyperlink)
					ime.PasteString(link)
				else:

from both game.py->def OnMouseLeftButtonUp(self): & uiChat.py->class ChatLogWindow->def OnMouseLeftButtonDown(self):

My only accounts are here and on M2D, Don't trust anyone else from other shitty sites.
266868740522639360.png

Link to comment
Share on other sites

  • Forum Moderator
9 minutes ago, MrQuin said:

Just remove:

				if app.IsPressed(app.DIK_LALT):
					link = chat.GetLinkFromHyperlink(hyperlink)
					ime.PasteString(link)
				else:

from both game.py->def OnMouseLeftButtonUp(self): & uiChat.py->class ChatLogWindow->def OnMouseLeftButtonDown(self):

2 hours ago, VegaS™ said:

imePasteString and chatGetLinkFromHyperlink is responsible for this.

Here you have a small tutorial on how to disable it:

Glass of Insight - block using on shout chat - Questions & Answers - Metin2 Dev

🥲

Edited by VegaS™
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.