Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

WZ Where is Damage Display and It's Style Handled?

Mythic Archon
Joined
Jul 2, 2013
Messages
723
Reaction score
70
As the title stated, where can one change the damage display? What I mean by damage display is the way damage is displayed in-game depending on the specific skill used. For instance, triple throw displays the damage lines one by one when, and only when, the attack actually reaches the monster. A contrast to this is Ranger's arrow rain hits two lines at once instead of stacked one by one.

TL;DR: What controls a specific skill's:
  1. delay before the skill actually hits the monster and the damage is displayed
  2. how damage is displayed (lines one by one or all at once)

As always, thank you for any help given.
 
Newbie Spellweaver
Joined
Jan 26, 2017
Messages
19
Reaction score
2
Using .IDB leaked files from KMS and You can find it somewhere in these functions
CalcDamage::TryDoingShootAttack
CalcDamage::TryDoingNormalAttack
CalcDamage::TryDoingMagicAttack
CalcDamage::TryDoingMeleeAttack
CalcDamage::TryDoingBodyAttack
 
Upvote 0
Back
Top