Jump to content

Recommended Posts

Hi,

i have a problem with dragon's roar skill on shaman, roar can be used on selected target, but skill_proto table probably is good.

(93, 'Dragon's Roar', 4, 1, 1, 0, 'HP', '-(70 + 3*lv + (22*iq+13*mwep+100)*ar*k)', '50+160*k', '', '', '20', '-(70 + 3*lv + (22*iq+13*mwep+100)*ar*k)', '', 'ATTACK,SELFONLY,SPLASH,ATTACK_FIRE_CONT', '', 'NONE', 'lv+5*iq *k', 'iq*0.2*k', '', '', '', '', '50+160*k', 0, 0, 'MAGIC', 15, '1', 0, 500);

(same on clientside)

Can u explain me how to fix it?

 

  • Love 1
Link to comment
https://metin2.dev/topic/17473-dragons-roar-target-usage/
Share on other sites

Charskill.cpp

bool CHARACTER::UseSkill(DWORD dwVnum, LPCHARACTER pkVictim, bool bUseGrandMaster)

find :

	else if (dwVnum == SKILL_BYEURAK)
		ComputeSkill(dwVnum, pkVictim);

after that add:

	else if (dwVnum == SKILL_PAERYONG)
		ComputeSkill(dwVnum, pkVictim);

 

 

  • Love 2
Link to comment
https://metin2.dev/topic/17473-dragons-roar-target-usage/#findComment-96403
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
  • Current Donation Goals

    • Raised 23.00 EUR of 65.00 EUR target
×
×
  • 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.