Jump to content

Recommended Posts

hi, if i send party invite to the member who is not near me, he dont get that party invite question dialog, i dont know if it should work like that but anyway i need to fix it so i can send party invite even if he is not near me.

Thanks for any help.

PS: If you know where it should be (name of file) just said i will find it.

Link to comment
https://metin2.dev/topic/9279-party-invite/
Share on other sites

  • 2 years later...
  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Active Member

game.py

	def AnswerPartyInvite(self, answer):

		if not self.partyInviteQuestionDialog:
			return

		partyLeaderVID = self.partyInviteQuestionDialog.partyLeaderVID

		#distance = player.GetCharacterDistance(partyLeaderVID)
		#if distance < 0.0 or distance > 5000:
			#answer = FALSE

		net.SendPartyInviteAnswerPacket(partyLeaderVID, answer)

		self.partyInviteQuestionDialog.Close()
		self.partyInviteQuestionDialog = None

 

Link to comment
https://metin2.dev/topic/9279-party-invite/#findComment-101075
Share on other sites

Acum 17 ore, Lykos a spus:

hey man Sonitex my party group invite its not working at all i mean its not sending invitations do you know the solution for this too ? 

:lol: Change whole serverfiles, if these basic functions don't work. Think about systems

Link to comment
https://metin2.dev/topic/9279-party-invite/#findComment-101091
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.