• 🏆 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!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

HOW DO I MAKE A SPELL LIKE STRYGWYR'S THIRST !?

Status
Not open for further replies.
Level 4
Joined
Jan 30, 2006
Messages
93
aint that hard
Code:
event: a unit finishes the effect of an ability
conditon ability being cast = to (ability name)
actions Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Triggering unit) has buff (buff)) Equal to True) and (((Owner of (Matching unit)) is an ally of (Owner of (Triggering unit))) Equal to False))) and do (Actions)
    Loop - Actions
    For each (Integer A) from 1 to 1000, do (Actions)
    Loop - Actions
        Visibility - Disable (Last created visibility modifier)
        Visibility - Create an initially Enabled visibility modifier for Player 1 (Red) emitting Visibility from (Position of (Picked unit)) to a radius of 700.00
        Wait 0.01 seconds

1000 = 10 sec
1500 - 15 sec
so on so on
 
Level 4
Joined
Apr 13, 2006
Messages
83
DestroAnt said:
aint that hard
Code:
event: a unit finishes the effect of an ability
conditon ability being cast = to (ability name)
actions Unit Group - Pick every unit in (Units in (Playable map area) matching ((((Triggering unit) has buff (buff)) Equal to True) and (((Owner of (Matching unit)) is an ally of (Owner of (Triggering unit))) Equal to False))) and do (Actions)
    Loop - Actions
    For each (Integer A) from 1 to 1000, do (Actions)
    Loop - Actions
        Visibility - Disable (Last created visibility modifier)
        Visibility - Create an initially Enabled visibility modifier for Player 1 (Red) emitting Visibility from (Position of (Picked unit)) to a radius of 700.00
        Wait 0.01 seconds

1000 = 10 sec
1500 - 15 sec
so on so on

THNX MAN THATS AWSOME HELP! ILL GIVE U CREDIT IN MY MAP 4 THAT!
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,201
Some admin should remove this post for breaking CAPS rule.

WT, and ill say it, F is STRYGWYR ive never heard of it and since you did not post a refrence to where it came from thus this topic is equivently spamm to thoughs who dont know WTF STRYGWYR is.

Same as above but with STRYGWYR'S thirst.

Fuego. . .
Dont go around posting in CAPS just because you are new or are in a bad mood.

And also for thoughs who dont know I believe his avatars from Sonic X (TV series)
 
Status
Not open for further replies.
Top