| 10-14-2006, 06:40 AM | #2 |
U are using rate=0 in the first trigger at setting fly height. Also, why do you wait 30 seconds after the loop? Actions after a loop wont be executed untill the loop is finished. Also, i see no reason for this: Trigger: If ((Level of Forty-Seven Ronin for (Triggering unit)) Equal to 1) then do (Set fourtysevenronin_range = 350) else do (Do nothing)
![]() If ((Level of Forty-Seven Ronin for (Triggering unit)) Equal to 2) then do (Set fourtysevenronin_range = 400) else do (Do nothing)
![]() If ((Level of Forty-Seven Ronin for (Triggering unit)) Equal to 3) then do (Set fourtysevenronin_range = 450) else do (Do nothing)This is enought, really: Trigger: Set fourtysevenronin_range = (300+(Level of Forty-Seven Ronin for (Triggering Unit)*50)Primary mistake here is the rate at the fly height, but i got a feeling i dont quite see the whole spell here. |
| 10-14-2006, 10:45 AM | #3 |
hmm btw, use "start effect of ability" event, begining casting ability might have some problem when the unit is issued other order instantly after clicking on the skill, the trigger still fire and no mana/ cooldown is spent this way =| |
| 10-14-2006, 04:07 PM | #4 | ||
Quote:
Quote:
|
