Jump to content

Recommended Posts

9 minutes ago, Tasho said:

	CInstanceBase* pInstance = CPythonPlayer::Instance().NEW_GetMainActorPtr();
	if (pInstance->GetDuelMode())
		// do something you are in duel

You was try with this?

Modify you that.

if (IsPVP())
{
	__AttachSelectEffectPVP();
}

 

Link to comment
https://metin2.dev/topic/15321-question-function/#findComment-86131
Share on other sites

5 minutes ago, Tasho said:

So, __AttachSelectEffectPVP() is member of class CInstanceBase same with GetDuelMode().

You need to change like this:


if (GetDuelMode())
	__AttachSelectEffectPVP();

 

Error    1    error C3861: '__AttachSelectEffectPVP': identifier not found    
 

Link to comment
https://metin2.dev/topic/15321-question-function/#findComment-86135
Share on other sites

1 hour ago, V0iĐ said:

De ce bumping? Numai Tu știi ce naiba este „__AttachSelectEffectPVP ()“ funcție și ce face și unde este.

it's from system target and select color and i want to create a function for duel but i don't know which is the function.

Link to comment
https://metin2.dev/topic/15321-question-function/#findComment-86260
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.