Jump to content

Support skill - bonus?


Recommended Posts

  • Replies 8
  • Created
  • Last Reply

Top Posters In This Topic

  • Premium

This feature is already existed in world of metin2. Also this support skill is use in korean servers.

 

Kind Regards

Ken ~ TA

Thanks, and how i can set bonus for support skill? I tried everything in skill_proto and skill_power.txt, but nothing works.. Also, i tried search on metin2dev and other forums, but i didn't found it.

 

Thanks, and sorry for my english.

Link to comment
Share on other sites

  • Premium

		{
			CSkillProto* pkSk = CSkillManager::instance().Get(SKILL_ADD_HP);

			if (NULL != pkSk)
			{
				pkSk->SetPointVar("k", 1.0f * GetSkillPower(SKILL_ADD_HP) / 100.0f);

				iMaxHP += static_cast<int>(pkSk->kPointPoly.Eval());
			}
		}

 

Char.cpp - Line 2278

 

Kind Regards

Ken ~ TA

 

Thanks, and what about strong against monsters?

 

Thanks :)

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.