Hi, I tried making my second spell, I'm going to describe what is the spell.
Okay, the spell is based on the Storm Bolt ability. When you cast the spell on the enemy, it is supposed to do a Breath of Fire Nova around the Targeted unit. Thats my problem, there are no nova when I cast it on the enemy.
Okay, the spell is based on the Storm Bolt ability. When you cast the spell on the enemy, it is supposed to do a Breath of Fire Nova around the Targeted unit. Thats my problem, there are no nova when I cast it on the enemy.
-
Flame Granade Start
-
Events
-
Unit - A unit Starts the effect of an ability
-
-
Conditions
-
(Ability being cast) Equal to Flame Granade
-
-
Actions
-
Set Caster = (Triggering unit)
-
Set Target = (Target unit of ability being cast)
-
Set TargetLoc = (Position of Target)
-
For each (Integer A) from 1 to 8, do (Actions)
-
Loop - Actions
-
Unit - Create 1 Dummy (Flame Granade) for (Owner of Caster) at TargetLoc facing Default building facing degrees
-
Set DummyUnit = (Last created unit)
-
Unit - Add Flame Granade (Dummy Spell) to DummyUnit
-
Unit - Set level of Flame Granade (Dummy Spell) for DummyUnit to (Level of Flame Granade for Caster)
-
Unit - Add a 5.00 second Generic expiration timer to DummyUnit
-
Set PolarPoint = (TargetLoc offset by 200.00 towards (45.00 x (Real((Integer A)))) degrees)
-
Unit - Order DummyUnit to Neutral Pandaren Brewmaster - Breath Of Fire PolarPoint
-
Custom script: call RemoveLocation(udg_PolarPoint)
-
-
-
Custom script: call RemoveLocation(udg_TargetLoc)
-
-