Jump to content

Official Add/Block friend from Whisper


Recommended Posts

To solve the bug with overlapping buttons when creating a new window
spacer.png
 add this
 

		if app.ENABLE_ADD_BLOCK_WHISPER_BUTTON:
			self.addFriendButton.Hide()
			self.blockFriendButton.Hide()

under here this def 

	def OpenWithoutTarget(self, event):
		self.eventAcceptTarget = event
		self.titleName.SetText("")
		self.titleNameEdit.SetText("")
		self.titleNameEdit.SetFocus()
		self.targetName = 0
		self.titleNameEdit.Show()
		self.ignoreButton.Hide()
		self.reportViolentWhisperButton.Hide()
		self.acceptButton.Show()
		self.minimizeButton.Hide()
		self.gamemasterMark.Hide()

it should look like this:
spacer.png

  • Metin2 Dev 2
Link to comment
Share on other sites



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