| 03-23-2006, 02:00 AM | #1 |
I have an ability that channels. How can I make it run the trigger each time its channel. At least 2 units will channel this ability at the time its casted. This ability is for a custom attack system. |
| 03-23-2006, 02:01 AM | #2 |
Can't you just detect when the effect happens and use local vars? |
| 03-23-2006, 02:14 AM | #4 |
Use, a unit starts the effect of an ability, and what is wrong? |
| 03-23-2006, 02:16 AM | #5 |
Its not running the trigger each time the spell is cast while its channeling. Example: Units Casts Attack Channel runs, runs trigger channel runs, runs trigger Etc. |
| 03-23-2006, 02:17 AM | #6 |
have you tried debugging with displaying random text? |
| 03-23-2006, 02:20 AM | #7 |
only runs once. |
| 03-23-2006, 02:22 AM | #8 |
well it looks like you are banising the attacked unit, so you wont be able to attack it if its banished, unless banished is the base id of your channle ability... |
| 03-23-2006, 02:23 AM | #9 |
thats the base order ID of the ability as its a channel ability. |
| 03-23-2006, 02:26 AM | #10 |
could the variables be conflicting since you are detecting it on "begins?" try it on "a unit starts the effect of...." |
| 03-23-2006, 02:28 AM | #11 |
I've tried: Trigger: ![]() Unit - A unit Begins channeling an ability
![]() Unit - A unit Begins casting an ability
![]() Unit - A unit Starts the effect of an ability |
