so the spell looks nice, but do you wanted, that the spell can be active more then one time.
and also i couldn't find that you nulled the trigger var in the missle struct :O
Well, the spell can be active more than once, simply to demonstrate that it is Mui. It is up to the user to change the spell duration to something higher than 20 seconds.
I thought I did do so. And yeah I did. I decided not to make an OnDestroy method for the missile since it haves to loop through all missiles attached to the data struct anyways. Therefor, I nulled them before I call the 'native OnDestroy' at the end of the OrbitalMovement:
set j = 0 loop exitwhen j >= dt.mtot call KillUnit(dt.m[j].mis) call DestroyTrigger(dt.m[j].trg) set dt.m[j].mis = null set dt.m[j].trg = null call dt.m[j].destroy() set j = j + 1 endloop
Fun, i once did the exact same thing as you, using this as base.
Also, i made some skill based on shockwave, which used the 'orbs' (making one less swirling around) but damaged units in your facing.
__________________
Do you dare challenge me? Click to create a brute.
for example your globals. 1 row -> global, 2 row -> comment
heh, I'm actually writing the comments as a sidenote next to the globals usually, starting of at same point. But then, since the special effects consists long strings I decided to put everything in front of it. I could change that though.
Quote:
It is just an idea...but wouldnt the spell look even better if it was like immolaton or manashield? Switching it on/off with mana drain overtime? :P
Well, I could add that as well, giving an option to the user of which one to import.
Thanks for the feedback =)
And thanks, you too TheBlooddancer:P That spell looks cool too ('if it only was mui').
Oh, great! You improved it since you submitted it for the contest.
(Okay, you told that you´re going to improve it, but well, the result is great).
You get 5/5 from me. It´s a pity that you had no time to submit this version for the contest.
__________________
Featured icon of the week: The concept is based on an icon not made by myself, i created this version to rejoin the icon section by proofing me being able to create similar icons freehanded.
Paladon, thanks =). Yeah I improved it some and cleaned the leaks ofc :P
Maybe I will spend some time this weekend making the spell more vJass by using more methods instead of functions (its the same actually and shouldn't make it that much more efficient, but it looks nicer.)
May a mod download this spell
let him rate highly recommended
and may he honour the green shell
before this thread has ended.
Damn, we need a mod stumbling over this spell.
__________________
Featured icon of the week: The concept is based on an icon not made by myself, i created this version to rejoin the icon section by proofing me being able to create similar icons freehanded.