Jump to content

Recommended Posts

Open char_item.cpp and find this line case 70057: item->SetCount(item->GetCount()-1);

 

and change with this

if (true)
{
	item->SetCount(item->GetCount()-0);
}
else
{
	item->SetCount(item->GetCount()-1);
}

 

Thanks Mali61 for helping this system

@Mali61

Edited by korayx123
  • Metin2 Dev 1
  • Sad 1
  • Think 3
  • Scream 2
  • Lmao 7
  • Good 1
  • Contributor

https://metin2.download/picture/seqUZI7X0V1Nva6lLc1HAl0LtRNtsxQr/.gif

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 5
  • Lmao 1
  • Good 2
  • Love 1

My only accounts are here and on M2D, Don't trust anyone else from other shitty sites.
266868740522639360.png

I think have easiest way

 

if (true && !false && true != false && false != true)
{
	if(item->GetCount() > 0)
		item->SetCount(item->GetCount()-0);
	else
		item->SetCount(item->GetCount()-(1-1));
}
else if (true == false)
{
	if(item->GetCount() > 0)
		item->SetCount(item->GetCount()-0);
	else
		item->SetCount(item->GetCount()-(1-1));
}
else
{
	item->SetCount(item->GetCount()-1);
}

 

  • Sad 1
  • Scream 1
  • Lmao 13

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.