• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

This spell deal zero damage

Status
Not open for further replies.
If you want to use that spell: dealing damage with it.
Fire Circle Damage
  • Einheit - Cause (Load (Key Caster) of (Key FC_TmpHandle) in FC_Hashtable) to damage (Picked unit), dealing (Load (Key Damage) of (Key FC_TmpHandle) from FC_Hashtable) damage of attack type FC_Attack_Type and damage type FC_Damage_Type
->
  • Einheit - Cause (Load (Key Caster) of (Key FC_TmpHandle) in FC_Hashtable) to damage (Picked unit), dealing FC_Damage damage of attack type FC_Attack_Type and damage type FC_Damage_Type
Basicly the autor tried to load a damage value which he never saved.
He calced the damage value in the same loop before.

His damage saving Loading uses different keys and is also kinda useless when used in same trigger without delay between.


Edit: Thanks for leting us know.
 
Last edited:
Status
Not open for further replies.
Top