Jump to content

[BUG] Stones no damage


Recommended Posts

  • Premium

Hi there guys,

I have a strange bug about the stones against monsters and against races. They deal no damage no matter what. The bonus against them on items are working fine i have tested them.

Did anybody had this issue in the past? Here is a video:

Thanks :)

 

 

Edit: Solved thanks to Exygo.

The problem came from item.cpp because of the quiver system.

			// 소켓이 속성강화에 사용되는 경우 적용하지 않는다 (ARMOR_WRIST ARMOR_NECK ARMOR_EAR)
//#ifdef ENABLE_QUIVER_SYSTEM 
			//if (/*!IS_SET(GetAntiFlag(), ITEM_ANTIFLAG_APPLY) || */!(m_pProto->bType == ITEM_WEAPON && m_pProto->bSubType != WEAPON_QUIVER))
//#else
//			if (!IS_SET(GetAntiFlag(), ITEM_ANTIFLAG_APPLY))
//#endif

 

Edited by Anix
Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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.