Jump to content

Costumes Bonus BUG in shop (NPC)


Recommended Posts

Hi I have a problem with the costume and the bonuses.

 

If I have a costume which was generated with the GM Code /i it have a Bonus (1-3 Bonuses)

e8994cf54258821a7c734d39e2948c8e.png
https://metin2.download/picture/A3O6lWF15gJcUs3a7CGVWyf6oYZ46IUP/.png

 

 

When I put the same item in a shop (npc) and buy it - it don't have a bonus

d0641b2aae08f980e2fd66570060e573.png
https://metin2.download/picture/tkiKM87dv9W5CRWWqoc9S27ZOQAz697e/.png

 

does anyone else have the problem ? and knows a solution?

 

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

you have not understood the problem, if the  item will created by gm code = bonus on the item - if i buy the same item from npc shop = no bonus

 

btw. your comment makes no sense, there is no item which can add a bonus on a costume. just "reset" the bonus (to a maximum of 3 bonuses). but to use this reset item, you need a bonus on it (official like)

Link to comment
Share on other sites

  • Honorable Member

shop.cpp/int CShop::Buy(LPCHARACTER ch, BYTE pos)

//Find
		if (quest::CQuestManager::instance().GetEventFlag("hivalue_item_sell") == 0)
		{
			//Гає№АЗ ±ёЅЅ && ёёівЗСГ¶ АМєҐЖ® 
			if (item->GetVnum() == 70024 || item->GetVnum() == 70035)
			{
				return SHOP_SUBHEADER_GC_END;
			}
		}

//Add
		if (item->GetType() == ITEM_COSTUME) {
			TItemTable* table = ITEM_MANAGER::instance().GetTable(item->GetVnum());
			if (table && number(1, 100) <= table->bAlterToMagicItemPct)
				item->AlterToMagicItem();
		}

 

  • Love 1

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.