Jump to content

Stop Knockback


Recommended Posts

  • Active+ Member

I don't know if this is already posted, if so just remove this please.

So, i'm here to provide a small "feature" which makes the player freely to attack the monsters you choose.

Normally if you attack a monster on floor after the 4th attack (Without Combo) they get knockback, if you're on horse or mount at first attack they usually go knockback, so i'm here to "teach" you how to "fix" this.

Gamelib/ActorInstanceBattle.cpp

Spoiler

Search for:

  • bool IS_HUGE_RACE(unsigned int vnum)  

After add:

  •     case vnum_of_monster:
  •         return true;

And yeah, that's how you "remove" the knockback the monsters get from you.

Have a good day and hope you understood.

Edited by Th1Doose
  • Metin2 Dev 2
  • Good 1
  • Love 1
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.