• 🏆 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!

Problem with skill

Status
Not open for further replies.
Level 5
Joined
Jan 27, 2007
Messages
154
I don't seem to see the problem as the special effects is working perfectly and the dmage is not.


  • Events
    • Unit - A unit Starts the effect of an ability
  • Conditions
    • (Ability being cast) Equal to Boar Smash
  • Actions
    • Set BSloc = (Position of (Casting unit))
    • Set BSloc = (BSloc offset by 90.00 towards (Facing of (Casting unit)) degrees)
    • Unit Group - Pick every unit in (Units within 300.00 of BSloc matching (((Matching unit) belongs to an enemy of (Owner of (Casting unit))) Equal to True)) and do (Actions)
      • Loop - Actions
        • Unit - Cause (Casting unit) to damage (Matching unit), dealing 1000.00 damage of attack type Spells and damage type Normal
        • Special Effect - Create a special effect at BSloc using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
        • Set BSsfx = (Last created special effect)
        • Wait 0.50 seconds
        • Special Effect - Destroy BSsfx
        • Custom script: call RemoveLocation(udg_BSloc)
 
Status
Not open for further replies.
Top