| 06-09-2006, 09:17 AM | #1 |
ok... i made a spell based on inferno, my idea was making some aoe stun+frost spell so this is what im doing in my trigger - -xxx spawn a dummy <-- using inverno spell -unit type of summoned unit = dummy -Unit - Order (summoned unit) to Undead Lich- Frost Nova (summoned unit) - i checked everything, including the nova is able to target self, but this hell not wroking !! did somewhere went wrong... =_+?? this site rox ![]() |
| 06-09-2006, 10:15 AM | #2 |
umm.. dummy had locust? or has no mana to use the nova? possible |
| 06-09-2006, 10:30 AM | #3 | |
Quote:
![]() |
| 06-09-2006, 11:08 AM | #4 |
inferno has some delay, try adding a wait at beginning |
| 06-09-2006, 01:32 PM | #5 |
ah i found another alternative =.=" add a frost attack to the dummy... ask him attack ground when it is summoned, then remove it... well at least it works... |
| 06-09-2006, 01:43 PM | #6 |
Does the dummy have nova? |
| 06-09-2006, 02:06 PM | #7 | |
Quote:
and i found out some really annoying bug... locust seems not working with inferno summon... i mean if you have a custom unit with locust on it (cant be selected), but it can be selected when it is summoned via inferno (locust ability gone) wth =_=" |
| 06-09-2006, 03:06 PM | #8 |
Hmm nice find, dident know that summoned units are not locust'ed Are you sure this is correct? |
| 06-09-2006, 04:19 PM | #9 |
Why dont u just make the spell do the damage, and the art the frost nova art? |
| 06-09-2006, 04:26 PM | #10 |
Instead of making dummy cast nova on itself, play nova's special effect on the position of the summoned unit. Remove summoned unit, pick every unit in range, and create a dummy with nova for each of the enemies, order it to cast nova on them. make nova target enemies and have 0 area of effect |
| 06-10-2006, 04:50 AM | #11 |
um yeah, im doing something like that now, but making a dummy on each unit will make the game abit laggy, so i make a dummy with 1-1 damage and a splash frost damage, when the spell is casted then remove the summoned, create the dummy attack ground and freeze the enemy in the are :) (after all i only want the frost effect XD, the damage can be done from inferno, tada ! aoe stun, freeze damage spell >_< ) The)TideHunter( : yeah i tested it few times, locust cant work with inferno summon, maybe some wc3 engine bug or something... and it seems that the trigger are quite buggy with the inferno summon... @_@ |
| 06-10-2006, 12:12 PM | #12 |
Frost Nova is instant cast unless I remember wrong, so actually you only needs one dummy, that you can order to cast the spell on all the enemies. |
| 06-11-2006, 03:23 AM | #13 | |
Quote:
p/s: inferno summon is dammm bugged !! |
| 06-11-2006, 04:20 AM | #14 |
Trigger: Try that. (The Dummy unit has to not have th Locust ability, as i'm pretty sure "Unit Enters Region" doesn't pick up units with Locust.) |
| 06-11-2006, 09:36 AM | #15 | |
Quote:
Trigger: Actions
![]() Unit - Order (Entering Unit) to Undead Lich - Frost Nova (Entering Unit) ![]() |
