• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Spell Bug

Status
Not open for further replies.
Level 14
Joined
Jul 12, 2011
Messages
1,371
Hey everyone!
I'm making a spell with the following description:
Watery Servant: Summons a water elemental to cast a wave of water at a random direction. The wave deals 100 damage.

The water elemental gets summoned but there's no wave at all.
Here's the trigger:
  • Watery Servant
    • Events
      • Unit - A unit Starts the effect of an ability
    • Conditions
      • (Ability being cast) Equal to Watery Servant
    • Actions
      • Set Point019 = (Position of (Triggering unit))
      • Unit - Create 1 Water Element Dummy for (Owner of (Triggering unit)) at (Point019 offset by (0.00, 100.00)) facing (Random angle) degrees
      • Unit - Order (Last created unit) to Undead Dreadlord - Carrion Swarm (Random point in (Region centered at Point019 with size (300.00, 300.00)))
      • Unit - Add a 3.00 second Generic expiration timer to (Last created unit)
      • Custom script: call RemoveLocation (udg_Point019)
Watery Sevant is based on War Stop and the elemental knows a Carrion Swarm-like spell.

Thanks.
 
Status
Not open for further replies.
Top