Warcraft III resources & community, 2003–2006 · archived

Transdimensional Knives

not rated
Submitted by BlargelTrigger Enhanced596 downloads18 KB
Screenshot
Screenshot
Throws knives in all directions but bends space to make them all target one unit.
File Name
Transdimensional Knives.w3x
Author
Blargel
Download

Comments

10
I like this very very much. keep the cool spells rolling...
cool 8)
cool 8)
this actually good spell :D
For each (Interger i) from 1 to 18, do (Actions)
You put 17. And in the removing part of the trigger
Unit - Remove unit[i]
You left it as 5 for some reason. Thx though, I'm still trying to work out why the bug appears.

Eveyone makes mistakes,you, jsut don't know how hard is to Ctrl + C As text from GUI to here lol :lol:
And btw i didn't sayed "For every integer A" ,i sayed "For every integer i"
K, it's really cool, 4/5. I noticed that the spell stunned the unit on which it was cast, and so i took the time to add a little separaye knife which the warden throws out at the target in addition to the other knives. It's pretty cool. thanks for the spell, and I'll definitely credit you for anything i release that includes your spell. :wink:
Well vicky2004, I actually tried to do the "For every integer A" thingy but it didnt work out correctly. As you can see from the trigger Transdimensional 1, I know how to use that trigger looping technique but for some reason, the first knife would be correct while the rest would circle around the caster and not cast firebolt on the target. Circling around the caster would be another neat effect though...

Oh, and there's some things wrong with the code you gave me as well. It should be:

For each (Interger i) from 1 to 18, do (Actions)
You put 17. And in the removing part of the trigger
Unit - Remove unit[i]
You left it as 5 for some reason. Thx though, I'm still trying to work out why the bug appears.

EDIT: HUZZAH IT WORKS!!!! It has been updated and is now 1.2 kb smaller lol.
Looks nice! what do I say, it looks great!(even if its Standard) Well im gonna test it, u no the rest :P :P
Useless but good looking.Btw i see horrible things in your code.Lets take a look at teh trigger Transdimensional 3.Instead of

Unit - Create 1 Portal for Player 1 (Red) at ((Position of target) offset by 500.00 towards 0.00 degrees) facing (Position of target)
Set unit[1] = (Last created unit)
Unit - Order unit[1] to Neutral - Firebolt target
Wait 0.01 seconds
So many times do this(first make an integer global,"i" for instance):

For each (Integer i) from 1 to 17, do (Actions)
    Loop - Actions
        Unit - Create 1 Portal for Player 1 (Red) at ((Position of target) offset by 500.00 towards ((360.00 / (Real(18))) x (Real(i))) degrees) facing (Position of target)
        Set unit[i] = (Last created unit)
        Unit - Order unit[i] to Neutral - Firebolt target
        Wait 0.00 seconds
Wait 0.83 seconds
For each (Integer i) from 1 to 17, do (Actions)
    Loop - Actions
        Unit - Remove unit[5] from the game
        Wait 0.00 seconds


Also turn off the two helper triggers and turn them on when the spell starts and turn them off again when it ends.Ahh i so hate GUI now.I don't like big comments so i might PM u the rest of the stuff if u want.
I made this in about 2 hours after I thought up an idea that I thought was good. Looks okay in my opinion but I'll let you people be the judges.