HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Want to replicate Targeted Magic plz help

02-27-2004, 08:40 PM#1
Quezacotl
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
ThyFlame
*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
Quezacotl
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
ThyFlame
The note was for those trying to recreate it...

I'm gonna try to remake it.
02-27-2004, 09:04 PM#5
Vexorian
I think it is about creating a unit and adding barrage to it.
02-29-2004, 12:28 PM#6
Quezacotl
Quote:
Originally posted by Lord Vexorian
I think it is about creating a unit and adding barrage to it.


no, just, no
02-29-2004, 12:34 PM#7
cangrejo
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
Luzif3r
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.