Jump to content

Recommended Posts

  • Active+ Member

Hey guys,

someone know how can I get name of myself? I'm getting errors with this syntax.

	def RecvGuildInviteQuestion(self, name, guildID, guildName):
		name = self.name
		guildInviteQuestionDialog = uiCommon.QuestionDialog()
		guildInviteQuestionDialog.SetText(name + " " + localeInfo.GUILD_DO_YOU_JOIN2 + guildName + ".")
		guildInviteQuestionDialog.SetAcceptEvent(lambda arg=TRUE: self.AnswerGuildInvite(arg))
		guildInviteQuestionDialog.SetCancelEvent(lambda arg=FALSE: self.AnswerGuildInvite(arg))
		guildInviteQuestionDialog.Open()
		guildInviteQuestionDialog.guildID = guildID
		self.guildInviteQuestionDialog = guildInviteQuestionDialog

Thanks for answers!

Sincerely,

ReFresh

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/20613-getname-function/
Share on other sites

  • Replies 15
  • Created
  • Last Reply

Top Posters In This Topic

Rly? There are some problem in your sources... 

This (player.GetMainCharacterName()) function can give only your character's name, it can not do anything else... so i dont know what is happening there...

 

OR

you do wrong something...

 

Link to comment
https://metin2.dev/topic/20613-getname-function/#findComment-111742
Share on other sites

31 minutes ago, ReFresh said:

@attila1995 Target player must see my name on popup dialog and with these call functions I can't get my name.

Are you kidding me?

You did say nothing about it...

You have to send inviter name to invited player's client... use your brain...

(You can modify the original packet to send inviter's name.)

Link to comment
https://metin2.dev/topic/20613-getname-function/#findComment-111746
Share on other sites

21 minut temu, attila1995 napisał:

Are you kidding me?

You did say nothing about it...

You have to send inviter name to invited player's client... use your brain...

(You can modify the original packet to send inviter's name.)

he got autism, leave him alone

  • Love 2
Link to comment
https://metin2.dev/topic/20613-getname-function/#findComment-111747
Share on other sites

  • Active+ Member

@attila1995 Yes, you are right. I checked all the guild packets and tried to get name of player but with no success. I have no idea how to get a name of player who sent a request to join a guild at requested player popup dialog. Do you have some idea?

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/20613-getname-function/#findComment-111787
Share on other sites

It's a very simple thing. I dont want to speak about it now, its so long. 

(You can get player's name where the code sends inviter packet. And you can put that to rewrote packet. It's a easy thing, but i dont want to lead your hand from step to step.)

You should look around in your source, there are so mutch same example what you want to make...

Good luck!

Link to comment
https://metin2.dev/topic/20613-getname-function/#findComment-111797
Share on other sites

  • Active Member
4 godziny temu, attila1995 napisał:

It's a very simple thing. I dont want to speak about it now, its so long. 

(You can get player's name where the code sends inviter packet. And you can put that to rewrote packet. It's a easy thing, but i dont want to lead your hand from step to step.)

You should look around in your source, there are so mutch same example what you want to make...

Good luck!

Yes, good luck.

 

ReFresh, we dont give you a full solution, step by step, it will be good for you. In every topic you waited for full solution, no way ?

Link to comment
https://metin2.dev/topic/20613-getname-function/#findComment-111825
Share on other sites

  • Active+ Member

@attila1995 xD if it's so simple you can give to it one minute to write it here. I think you don't know how to do it. That's all. Stop posting comments with no solution.

@hachiwari

I'll be always helpful!  😉

Link to comment
https://metin2.dev/topic/20613-getname-function/#findComment-111826
Share on other sites

1 hour ago, ReFresh said:

@attila1995 xD if it's so simple you can give to it one minute to write it here. I think you don't know how to do it. That's all. Stop posting comments with no solution.

@hachiwarihachiwari

1 hour ago, ReFresh said:

@attila1995 xD if it's so simple you can give to it one minute to write it here. I think you don't know how to do it. That's all. Stop posting comments with no solution.

@hachiwarihachiwar

 

I know how to do it, i just cant do it on phone... bcs i need the original files (client-server side) to make it perfect, those files are on my pc... -_-

Secondary thing, i dont want to work to you, because it is rly easy with any brain.

And after this situation, i will never try to help you.

Try to not be pathetic. 

Have a good night.

 

Link to comment
https://metin2.dev/topic/20613-getname-function/#findComment-111829
Share on other sites

  • 2 weeks later...

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.