Jump to content

Block attacks when moving


Recommended Posts

  • Premium

Hey guys,

I noticed while the character was moving, attack packets are processed.
It´s nothing special and just a small improvement 🙂

in battle.cpp
below:

int battle_hit(LPCHARACTER pkAttacker, LPCHARACTER pkVictim, int & iRetDam)
{

add:

    if (pkAttacker->IsStateMove())
        return (BATTLE_DAMAGE);

 

  • Metin2 Dev 1
  • Good 8
  • Love 2
Link to comment
Share on other sites

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.