Jump to content

Recommended Posts

 

Hey,I noticed a very bad bug.

When I am in a duel , I can attack whit a skill x3 times. Why ?

 

Old bug, Can Baran noticed him, but no fix at this moment I think.

 

BTW, only 1x dammage.

 

 

No , on my server x3 damage . I will make a vide .

Link to comment
https://metin2.dev/topic/2816-warrior-skill-bug/#findComment-18811
Share on other sites

  • Premium

 

 

Hey,I noticed a very bad bug.

When I am in a duel , I can attack whit a skill x3 times. Why ?

 

Old bug, Can Baran noticed him, but no fix at this moment I think.

 

BTW, only 1x dammage.

 

 

No , on my server x3 damage . I will make a vide .

 

Then make it.

Link to comment
https://metin2.dev/topic/2816-warrior-skill-bug/#findComment-18812
Share on other sites

  • 2 weeks later...
  • 2 months later...

Search this in char_skill.cpp:

 

//RemoveAffect(dwVnum);

 

and replace with:

 

RemoveAffect(dwVnum);

 

I solve with this.

 

Look:

 
if (!IsAffectFlag(AFF_TANHWAN_DASH)) //  is Charging skill
{
if (!UseSkill(dwVnum, this)) // use skill / dwVnum 
return false;
}


RemoveAffect(dwVnum); // remove dwVnum / charging skill can be used only once

 

  • Love 1
Link to comment
https://metin2.dev/topic/2816-warrior-skill-bug/#findComment-24721
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.