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

[Solved] Help with triggered AOE and DPS spell

Status
Not open for further replies.
Level 9
Joined
Jun 10, 2013
Messages
473
Hi all and joyous holidays to all you hivesters xD I need help involving the triggering of this ability:


Slams the ground, cracking the earth's crust and spewing molten lava and flames upon all nearby enemies, dealing 225 initial damage and 10 damage per second every second afterwards for 10 seconds.

Here's the ineffective trigger that I came up with:

  • Smoldering Clap
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Smoldering Clap
    • Actions
      • Set tempowner = (Owner of (Casting unit))
      • Unit Group - Pick every unit in (Units within 312.00 of (Position of (Casting unit)) matching ((((Picked unit) belongs to an enemy of tempowner) Equal to True) and (((Picked unit) is alive) Equal to True))) and do (Actions)
        • Loop - Actions
          • Unit - Cause (Casting unit) to damage (Picked unit), dealing 225.00 damage of attack type Chaos and damage type Universal
          • Unit - Create 1 CHD - Smoldering Clap Dummy for tempowner at (Position of (Picked unit)) facing (Center of (Playable map area))
          • Unit - Add DPS Smoldering Clap to (Last created unit)
          • Unit - Order (Last created unit) to Attack (Picked unit)
          • Unit - Add a 0.50 second Generic expiration timer to (Last created unit)
*Note: "DPS Smoldering Clap" is a poison ability based off of vanilla "Envenomed Weapons" and the base ability being used is "Thunder Clap" with aoe set to 0.
 
Status
Not open for further replies.
Top