• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Is this pure damage?

Status
Not open for further replies.
Level 17
Joined
Jun 2, 2009
Messages
1,141
I have checked the hiveworkshop and i have realized there are too many discussions about pure damage.

JASS:
call UnitDamageTarget(.caster,.target,GetImpactDamage(GetUnitAbilityLevel(.caster,SID)),false,false,ATTACK_TYPE_NORMAL,DAMAGE_TYPE_UNKNOWN,WEAPON_TYPE_WHOKNOWS)

Is this a pure damage?
 
I have checked the hiveworkshop and i have realized there are too many discussions about pure damage.

JASS:
call UnitDamageTarget(.caster,.target,GetImpactDamage(GetUnitAbilityLevel(.caster,SID)),false,false,ATTACK_TYPE_NORMAL,DAMAGE_TYPE_UNKNOWN,WEAPON_TYPE_WHOKNOWS)

Is this a pure damage?
Yes. You can just use null, null, null as the last 3 parameters and get the same results.
 
Status
Not open for further replies.
Top