some how i got this problem the ability when i cast Throw explosion c1 the trigger goes on but the ability cooldown doesnt goes on, and it will probly gonna happen on other spell
and another glitch that i never understand WHY THE FREAK when i cast an ability another can be cast Like i cast C1 and c4 explose in the place of C1
and another glitch that i never understand WHY THE FREAK when i cast an ability another can be cast Like i cast C1 and c4 explose in the place of C1
-
Events
-
Smoke Bomb
-
Events
-
Unit - A unit Begins casting an ability
-
-
Conditions
-
(Ability being cast) Equal to Rasengan - Smoke Bomb
-
-
Actions
-
Set Hero[3] = (Casting unit)
-
Set Hero[4] = (Target unit of ability being cast)
-
Set PointLeak2[0] = ((Position of Hero[3]) offset by 10.00 towards ((Facing of Hero[3]) - 100.00) degrees)
-
Set Target = (Position of Hero[4])
-
Set Real = ((Facing of Hero[3]) + 100.00)
-
Set RealT[0] = ((Facing of (Target unit of ability being cast)) + 0.00)
-
Unit - Create 1 Explode for (Owner of Hero[3]) at (Position of Hero[4]) facing Default building facing degrees
-
Set Hero[15] = (Last created unit)
-
Unit - Create 1 Motar Explode for (Owner of Hero[3]) at (Position of Hero[4]) facing Default building facing degrees
-
Set Hero[16] = (Last created unit)
-
Sound - Play wallhit2_1 <gen>
-
Unit Group - Pick every unit in (Units within 500.00 of (Position of Hero[3]) matching (((Matching unit) belongs to an enemy of (Owner of Hero[3])) Equal to True)) and do (Unit - Cause Hero[3] to damage (Picked unit), dealing 1000.00 damage of attack type Spells and damage type Normal)
-
Wait 5.00 seconds
-
Unit - Explode Hero[15]
-
Unit - Explode Hero[16]
-
Unit Group - Pick every unit in (Units of type Explode) and do (Unit - Remove (Picked unit) from the game)
-
Unit Group - Pick every unit in (Units of type Motar Explode) and do (Unit - Remove (Picked unit) from the game)
-
Set Hero[3] = No unit
-
Set Hero[4] = No unit
-
Set Real = 0.00
-
Set RealT[0] = 0.00
-
Custom script: call RemoveLocation(udg_PointLeak2[0])
-
Custom script: call RemoveLocation(udg_Target)
-
-
Last edited: