non-target specified starfall
Moderator: Cheaters
-
- Newcomer
- Posts: 7
- Joined: December 8th, 2007, 4:13 am
non-target specified starfall
can anyone tell me how to make an ability where its similar to starfall but instead of the stars automatically hitting a target, i just want the projectiles to hit random spots in a certain area, dealing area damage. Thank you
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: non-target specified starfall
Are you sure there isn't already a hardcoded ability in wc3 that does that?
If not, I have a simple solution for you.
However, I need to know:
How multi-instanceable?: (How many units will be casting this at once AND who will own these units)
Can this be in JASS?
Include these if you want it more customized...
Which special effects?
Damage amounts?
How many ability levels?
Spell duration?
Caster effects?
Projectile effects?
Area of effect (Radius)?
If not, I have a simple solution for you.
However, I need to know:
How multi-instanceable?: (How many units will be casting this at once AND who will own these units)
Can this be in JASS?
Include these if you want it more customized...
Which special effects?
Damage amounts?
How many ability levels?
Spell duration?
Caster effects?
Projectile effects?
Area of effect (Radius)?
-
- Newcomer
- Posts: 7
- Joined: December 8th, 2007, 4:13 am
Re: non-target specified starfall
Only one unit (a hero) will be casting this, and the unit will belong to Player 1 Red
Unfortunately, I work better with GUI, so the preference is GUI
I do not think I will have any special effects
I want it to have 60 area damage, with the area being 150
Just 1 ability level
i want the duration to be 30 secs
No caster effects
the projectile will probably be an "Infernal Birth" model, or a custom meteor model
I want the entire radius to be 600
i think this is it
thank you Aero
Unfortunately, I work better with GUI, so the preference is GUI
I do not think I will have any special effects
I want it to have 60 area damage, with the area being 150
Just 1 ability level
i want the duration to be 30 secs
No caster effects
the projectile will probably be an "Infernal Birth" model, or a custom meteor model
I want the entire radius to be 600
i think this is it
thank you Aero
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: non-target specified starfall
Some of it is in JASS but it's easy as hell to configure.
Complete fool-proof instructions included in map (Trigger section).
Complete fool-proof instructions included in map (Trigger section).
You do not have the required permissions to view the files attached to this post.
-
- Newcomer
- Posts: 7
- Joined: December 8th, 2007, 4:13 am
-
- Forum Staff
- Posts: 829
- Joined: January 28th, 2007, 8:10 pm
- Title: JASS Programmer
- Location: Canada
Re: non-target specified starfall
In case you didn't notice, there's custom script in the "Map Custom Script" section to copy/paste that the spell needs...