Jump to content

3 Stun bug fix, but which is the better?


Recommended Posts

Hi Devs,

 

There are 3 solution in this forum to fix stun bug.

 

1. http://metin2dev.org/board/topic/780-c-fix-stunbug/

2. http://metin2dev.org/board/topic/2824-c-stun-bug-fix/

3. http://metin2dev.org/board/topic/2795-c-some-usefull-stuffs/

 

But which is the better and working fix?

 

Regards,

TheSLZ

Link to comment
Share on other sites

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Hi !

 

One time again that's not a bug, just a 80% stun prob..

 

You just have to change it to 100%, use the #3 but without it:

 

            if (item->HasAttr(APPLY_IMMUNE_SLOW))
                SET_BIT(dwImmuneFlag, IMMUNE_SLOW);
            if (item->HasAttr(APPLY_IMMUNE_FALL))
                SET_BIT(dwImmuneFlag, IMMUNE_FALL);

 

 

 

Link to comment
Share on other sites

Yeah i know, it's not 100% (But not 80, it is 90%, you can edit this in char_resist.cpp)

 

int immune_pct = 90;
int percent = number(1, 100);


if (percent <= immune_pct)

 
 

So the bug is: (Shogun said http://metin2dev.org/board/topic/780-c-fix-stunbug/?p=5935)

"If the last item you equipped is not the shield, inmune doesn't work at all, that's the bug since the creation of Metin. "

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.