- Joined
- Dec 28, 2009
- Messages
- 257
Heya folks, another question of mine..
This one is hard nut for me - basically, ive got trigger that every 0.5 seconds picks unit in region, that has got 2 debuffs from spells, and then casts another debuff spell on it.
And i want to add another trigger, that after 15 seconds (basically when last debuff dissapears) dummy is created and it spams another spell at that unit.
One option is to make timer, that when some unit matches conditions (it has both buffs) it gets hit by spell and 15 second timer starts.
However, this creates new problem - if ive got Timer Array, and Unit Array, how can i make trigger that when Timer [Number X] expires, unit of same integer array gets hit by spell? (i just need to recieve that integer of Timer Array)
Or, any other ideas how to make it? I tried making MUI spell with wait, but, didnt work out, apparently trigger with action /Every 0,5seconds/ doesnt like trigger /Wait 14 seconds/..
err
Thanks very much, I hope you understood me, in worst case ill post whole trigger and more comments.. danke
This one is hard nut for me - basically, ive got trigger that every 0.5 seconds picks unit in region, that has got 2 debuffs from spells, and then casts another debuff spell on it.
And i want to add another trigger, that after 15 seconds (basically when last debuff dissapears) dummy is created and it spams another spell at that unit.
One option is to make timer, that when some unit matches conditions (it has both buffs) it gets hit by spell and 15 second timer starts.
However, this creates new problem - if ive got Timer Array, and Unit Array, how can i make trigger that when Timer [Number X] expires, unit of same integer array gets hit by spell? (i just need to recieve that integer of Timer Array)
Or, any other ideas how to make it? I tried making MUI spell with wait, but, didnt work out, apparently trigger with action /Every 0,5seconds/ doesnt like trigger /Wait 14 seconds/..
err
Thanks very much, I hope you understood me, in worst case ill post whole trigger and more comments.. danke