| 02-02-2008, 05:11 PM | #1 |
Is there something like (marked the condition with >> and <<) Trigger: |
| 02-02-2008, 05:26 PM | #2 |
I guess you'll need to change the war stomp buff to something else, then after the unit cast the warstomp, pick all the units around the caster and check for the buff |
| 02-02-2008, 06:14 PM | #3 |
Yes, checking for the buff of your spell in an area around the caster is your best bet. |
| 02-02-2008, 06:23 PM | #4 |
If your checking for buffs, try checking it at after the spell has been casted (known in jass as: EVENT_PLAYER_UNIT_SPELL_ENDCAST) |
| 02-02-2008, 06:29 PM | #5 |
No, you want at the end of the ability, not the casting. If the casting is halted for any reason (stuns, cancel, etc.) That event will fire anyways. Use "Unit starts the effect of an ability". |
| 02-02-2008, 07:20 PM | #6 |
Will there be any buffs at spell effect? I stand corrected. Sorry |
| 02-02-2008, 09:02 PM | #7 |
For certain spells you may want a .2 polledwait call, mainly missile ones though. For this, I'd use one to be 100% sure. |
