• 🏆 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!

i need a spell that makes one units buffs effect other units

Status
Not open for further replies.
Level 2
Joined
Dec 13, 2005
Messages
23
I need a spell that, if cast on a unit with buffs/debuffs (both), makes all units in X area near it receive the same buffs
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
only way is to make another spell that has the same buff effect and give this ability to a dummy unit. pick every unit withing XXX range of the targeted unit of ability being cast and do multiple actions: order dummy to cast the dummy spell on picked unit and remove dummy afterwards
 
Level 2
Joined
Dec 13, 2005
Messages
23
you couldn't use jass to get what buff it has on it then cast the spell that uses that buff on all units within x yrds?

couldn't you do an if buff = (buff) then cast (spell) else if (other buff) and one for every buff?

im using vexorians caster system if this would help anyone out any
 
Status
Not open for further replies.
Top