| 02-27-2004, 08:40 PM | #1 |
okay in enfos, the arcane mistress has an ability, targeted magic, that allows her to cast multiple frost bolts at one time. how do i do this? I really want to use it for a spell im making. Thanks |
| 02-27-2004, 08:46 PM | #2 |
*Note* That spell automatically seeks targets out in her line of sight (ANYTHING in front of her... regardless of distance; spell cast range around 7700), but it deducts mana per spell it uses, and it uses another spell. I believe it is finding all the units in front of it, assigning them values, casting the spell on them, and then deducting mana accordingly. Not sure the functions behind that. |
| 02-27-2004, 08:51 PM | #3 |
Thanks, but I knew all that. I want to know HOW to make that spell, not WHAT the spell is. but thanks:ggani: |
| 02-27-2004, 08:57 PM | #4 |
The note was for those trying to recreate it... I'm gonna try to remake it. |
| 02-27-2004, 09:04 PM | #5 |
I think it is about creating a unit and adding barrage to it. |
| 02-29-2004, 12:28 PM | #6 | |
Quote:
no, just, no |
| 02-29-2004, 12:34 PM | #7 |
you have to make a trigger that picks all units within 7700 range matching condition (Angle between (casting unit) and (targeted unit)) is greater than (unit facing of(casting unit)-30(or whatever) AND less than (unit facing of (casting unit)) +30.. Then you just issue orders.. well, you may need to set casting backswing and something to 0 so that you can cast a lot of spells at the same time.. |
| 02-29-2004, 01:27 PM | #8 |
i agree on the way to find the units in front of her. but i dont think its based on barrage rather it creates a dummy unit depending on the number of units and lets them cast those frostbolts on the units. i would do it that way. |
