- Joined
- Feb 26, 2012
- Messages
- 4
-
Events
-

Unit - A unit owned by Player 1 (Red) Begins channeling an ability
-

Unit - A unit owned by Player 2 (Blue) Starts the effect of an ability
-

Unit - A unit owned by Player 3 (Teal) Starts the effect of an ability
-

Unit - A unit owned by Player 4 (Purple) Starts the effect of an ability
-

Unit - A unit owned by Player 5 (Yellow) Starts the effect of an ability
-

Unit - A unit owned by Player 6 (Orange) Starts the effect of an ability
-

Unit - A unit owned by Player 7 (Green) Starts the effect of an ability
-

Unit - A unit owned by Player 8 (Pink) Starts the effect of an ability
-

Unit - A unit owned by Player 9 (Gray) Starts the effect of an ability
-

Unit - A unit owned by Player 10 (Light Blue) Starts the effect of an ability
-

Unit - A unit owned by Player 11 (Dark Green) Starts the effect of an ability
-

Unit - A unit owned by Player 12 (Brown) Starts the effect of an ability
-
-
Conditions
-

(Ability being cast) Equal to [Demon Mage] Rain of Chaos
-
-
Actions
-

Set RoCIndex = (RoCIndex + 1)
-

Set RoCIndex2 = RoCIndex
-

Set RoCaster[RoCIndex2] = (Triggering unit)
-

Set RoCPoint[RoCIndex2] = (Position of (Triggering unit))
-

Set RoCInteger[RoCIndex2] = (Level of [Demon Mage] Reign of Chaos for RoCaster[RoCIndex2])
-

For each (Integer RoCLoop[RoCIndex2]) from 1 to (2 + (3 x RoCInteger[RoCIndex2])), do (Actions)
-


Loop - Actions
-



Unit - Create 1 Peasant for (Triggering player) at RoCPoint[RoCIndex2] facing Default building facing degrees
-



Unit - Add [Demon Mage] Inferno to (Last created unit)
-



Unit - Set level of [Demon Mage] Inferno for (Last created unit) to RoCInteger[RoCIndex2]
-



Unit - Order (Last created unit) to Undead Dreadlord - Inferno (Random point in Creep Spawn <gen>)
-



Unit - Add a 0.75 second Generic expiration timer to (Last created unit)
-



Wait 0.40 seconds
-
-
-

Set RoCIndex = (RoCIndex - 1)
-

Custom script: call RemoveLocation (udg_RoCPoint[udg_RoCIndex2])
-
Help will be appreciated and if anybody can tell me how to post triggers in a forums I would appreciate that too.
>[Peaseant refers to my dummy caster]
>>[Forget the leaks, I can solve them]
>>>[What I am doing is just triggering "Rain of Chaos (Archimode)""
Last edited:






