Jump to content

Recommended Posts

Here another solution for fix invisibility bug.

 

char_affect.cpp

 

Search this :

	if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
	{
		ComputePoints();
	}

Replace via this :

	if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
		ComputePoints();
	else
		UpdatePacket();

 

Kind Regards

Zerelth ~ Ellie

  • Love 8

Do not be sorry, be better.

Link to comment
https://metin2.dev/topic/4243-invisibly-bug/#findComment-28361
Share on other sites

  • Premium

Here another solution for fix invisibility bug.

 

char_affect.cpp

 

Search this :

	if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
	{
		ComputePoints();
	}

Replace via this :

	if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
		ComputePoints();
	else
		UpdatePacket();

 

Kind Regards

Zerelth ~ Ellie

 

Thank you!

Link to comment
https://metin2.dev/topic/4243-invisibly-bug/#findComment-28529
Share on other sites

  • Active Member

Here another solution for fix invisibility bug.

 

char_affect.cpp

 

Search this :

	if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
	{
		ComputePoints();
	}

Replace via this :

	if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
		ComputePoints();
	else
		UpdatePacket();

 

Kind Regards

Zerelth ~ Ellie

Well, people, it seems that Zerelth figured the fuc*king right way to solve this bug. Yay! Million thanks!

Link to comment
https://metin2.dev/topic/4243-invisibly-bug/#findComment-29010
Share on other sites

 

 

Actually the fix is from ricky92,here is the link

My bad then. But I still felt the need to mention that the other workaround was more of a hack than a fix.

Wait, which workaround?

 

 

The other way is this:

hsDg.png

 

They are just removing the affect of invisibility.

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/4243-invisibly-bug/#findComment-29166
Share on other sites

But, uhm, that's what supposed to happen. When you attack, the affect is removed. The bug is that when you remove the affect there's no update packet being sent, which is what ricky92 actually fixed. So as far as I understand the workaround would be then to... delete the part that remove the affect?

Link to comment
https://metin2.dev/topic/4243-invisibly-bug/#findComment-29168
Share on other sites

  • Active Member

But, uhm, that's what supposed to happen. When you attack, the affect is removed. The bug is that when you remove the affect there's no update packet being sent, which is what ricky92 actually fixed. So as far as I understand the workaround would be then to... delete the part that remove the affect?

 

Yep, you're right. That's why I was pissed off: everybody was using that "fix", which through the magic of Kim Jong-un or whatever, managed to work, against all odds. I also found out that, the assasin's invisibility skill actually debugs the character, as in the vid:

 

http://www.youtube.com/watch?v=TDglGy8dKGg

Link to comment
https://metin2.dev/topic/4243-invisibly-bug/#findComment-29175
Share on other sites

  • 3 months later...
  • Premium

Here another solution for fix invisibility bug.

 

char_affect.cpp

 

Search this :

	if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
	{
		ComputePoints();
	}

Replace via this :

	if (AFFECT_REVIVE_INVISIBLE != pkAff->dwType)
		ComputePoints();
	else
		UpdatePacket();

 

Kind Regards

Zerelth ~ Ellie

Thank you! I love you Ken  :D  :wub:

Link to comment
https://metin2.dev/topic/4243-invisibly-bug/#findComment-39993
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.