Jump to content

Recommended Posts

  • Premium

Hello,

i'm working on new support skill for my server, and i have one question - can support skill have a bonus? For example +2000 HP.. Yes, i can make it using quest, but i don't want quest, i want another way. Game revision is 40k (self-compiled).

 

Thanks

Link to comment
https://metin2.dev/topic/5251-support-skill-bonus/
Share on other sites

  • 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
https://metin2.dev/topic/5251-support-skill-bonus/#findComment-33056
Share on other sites

		{
			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

Do not be sorry, be better.

Link to comment
https://metin2.dev/topic/5251-support-skill-bonus/#findComment-33057
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
https://metin2.dev/topic/5251-support-skill-bonus/#findComment-33079
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.