| 08-14-2003, 02:27 AM | #1 |
Guys, im going out on a limb here but I wanna know is there a way to make my own spells effects or combine current ones? ex: When "creature" casts a spell on a target it will do "Rain of Fire" effect and "Flame strike" effect at the same time or any other combination. |
| 08-14-2003, 02:59 AM | #2 |
This is possible with triggers, however I have no idea how you would do it :P I suck with triggers. Edit: Oh do you mean just show the effect or actually have both spell "effects" not just visually. If you want to have both "effects" I don't know how you would do that. |
| 08-14-2003, 04:36 AM | #3 |
You need to get the location where you're casting Rain of Fire. Once you get that location, just add the Special Effect - Create Special Effect at a point (or region), and add the flame strike effect. You can get the target of your unit by the event: Unit is issued an order targeting a point. Condition: Triggering Unit Equal To <Your Unit> Action: Set HeroTargetLocation = <Point of Issued Target> |
| 08-14-2003, 05:50 AM | #4 |
But what I mean is when a hero casts the spell, I cant generate new effects that will go when he uses spells! |
| 08-14-2003, 05:50 AM | #5 |
But what I mean is when a hero casts the spell, I cant generate new effects that will go when he uses spells! |
| 08-14-2003, 05:50 AM | #6 |
But what I mean is when a hero casts the spell, I cant generate new effects that will go when he uses spells! |
| 08-14-2003, 06:38 AM | #7 |
WTF, a triple post? That's considered major spamming, and wasn't really needed... Anyway, you should make a trigger that looks something like this: Code:
Events Unit - A unit begins casting an ability Conditions (Ability being cast) equal to [Your ability here] Actions Special Effect - Create the illusion of [Ability] with that spell's Target Model attached to (Last Created Unit) on it's (Overhead) You should just make the spell a unit variable, and use it every time the spell is cast, then it should work. |
| 08-14-2003, 03:29 PM | #8 |
Sorry about spam, I didnt mean to do it but last night it took 30 min to post that and i must have clicked the submit button 3 times. Again sorry for spam |
