Warcraft III resources & community, 2003–2006 · archived

Monky Spell Pack

not rated
Submitted by Monky-MasterTrigger Enhanced479 downloads33 KB
Screenshot
Screenshot
Contains 4 Spells



Possession - Takes over a non-hero enemy unit.

Mind Drive - Teleports to a location.

Destiny Bond - When enemies damage you, they damage themselves too.

Psycho Destructor - Deals damage according to Int(Dont know how to fix)
File Name
Monky Spell Pack.w3x
Author
Monky-Master
Download

Comments

9
reading the description, I'd think possession is just charm, mind drive is just blink or something with unlimitted range, and destiny bond is thorns aura... am I wrong?
i can make possesion, mind drive and destiny bond by my self non triggered and actually the special effects is annoying if not the do that i can see my ability being cast[/img][/code]
Ignore poster name bottom of this. My IE was screwed up so it didnt log me in, but i could respond.
Didn't you steal that Possession? OR was that you that made it? Or did he give it to you or something? Whatever, it's really cool.
lol I love the possesion and the Psycho Desctructor spells. 4/5
Yea!! :lol:Psycho Destructor is very cool ability!!
Not too bad, some bugs were found(the ones you listed). Still pretty good.
Sorry i couldnt be a bit more specific(ran outta space to type). What i meant was that its JASS(I guess you can call it that)is screwed up a bit because if i remove teh ForLoopIndexA thing, i cant multiply by it anymore, as in my script. Another thing is Psycho Destructor hurts allies too.
when you say don't know how to fix for the destructo one.. what exactly do u mean.. what are u having problems with?

Edit: I think your talking about the loop for integer A.. and ya.. JASS has its own little method to deal with loops and that is obviously converted from GUI and looks kind of fuzzy being put there in the map.. but you can replace it pretty easy by using 2 locals.. one is set to 1 the other set to 5.. they do the same thing mostly as in the case as how they function for the loop but they get rid of the loopintegera thing in some of the actions in the loop by using From (local 1) to (local 2). I'm not that great at JASS but thats my guess at fixing ur loop problem...