• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

Help with a spell

Status
Not open for further replies.
Level 2
Joined
Jan 17, 2008
Messages
9
Hi....

I am creating a spell and I made it to be a chain lightning spell but it is ice. I want it to slow targets but when I put the buff slowed it does nothin can someone help?

Ty
 
Level 6
Joined
Apr 26, 2007
Messages
225
You can download an editor that do things like that (easiest way) Sorry I don't have time to search but its something like New Jen Editor. In it there's a function in units that can slow/stun units. Put something like:

event - a unit start casting an ability

condition - spell equal to (your spell)

action - unit - slow attacked unit

It's something like that but I really have to go I can only tell you that much I'll see if I have time alter and if its not answered and if you wan the editor I'm talking about PM me I'll post the link later if you cant find it (in min 3~4 hrs)
 
Level 8
Joined
Feb 15, 2009
Messages
463
dont do what jonhpath said its not good
u dont need JNGP(JassNewGenPack) but its more performant

to ur problem:
make a trigger dectecting your spell
then go for
unitgroup-pick units in xxx range around caster matching(not spellimmune...not dead ...enemy ..what u want)
groupPickRandomUnit matching- matching unit has buff-frostnova buff = false

then cast with dummy a frost nova with aOE 32

repeat this as often u want to chain
 
Status
Not open for further replies.
Top