• Check out the results of the Techtree Contest #19!
  • Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Silence with triggers

Status
Not open for further replies.

Arganato

A

Arganato

How can I silence units with triggers? I didnt find any function that does it (is there one? jass or gui, doesnt matter), and the silence-spell is aoe, which makes it hard to trigger dummy-units to cast it. Are there any other spells I can use?

tnx
 
But wouldn't it be easier to set the dummy unit's casting stuff to 0, ability cooldown to 0, spell animation none, then create a dummy and cast to units nearby or in that AoE by picking the units. :)

Hope this will help

EDIT: If you like the idea, will you write it here?, and if yes and you don't know how, i'll write the triggers here.

Tiche3:grin:
 
How can I silence units with triggers? I didnt find any function that does it (is there one? jass or gui, doesnt matter), and the silence-spell is aoe, which makes it hard to trigger dummy-units to cast it. Are there any other spells I can use?

tnx

The spell is AOE (what is that bro?, whut? O.o) i thought he wanted an AoE spell, sorry, my bad, use the stuff they suggested :)

Tiche3:grin:
 
You're smarter than most posters here, already.

lol, hehe, tnx man ;)

well, I've done a bit of coding before, so I know the basics, I've just got problems with all the built in functions. They look like a mess...

You're smarter than most posters here, already.
But wouldn't it be easier to set the dummy unit's casting stuff to 0, ability cooldown to 0, spell animation none, then create a dummy and cast to units nearby or in that AoE by picking the units. :)
yeah, my spell is singlecast. what I meant is that the original silence-spell is an aoe-spell. If I wanted it aoe, yours solution sounds quite smart (exept that I'd have to make a new dummy-unit :P).
tnx for the reply anyways

Arga
 
lol, hehe, tnx man ;)

well, I've done a bit of coding before, so I know the basics, I've just got problems with all the built in functions. They look like a mess...


yeah, my spell is singlecast. what I meant is that the original silence-spell is an aoe-spell. If I wanted it aoe, yours solution sounds quite smart (exept that I'd have to make a new dummy-unit :P).
tnx for the reply anyways

Arga

Good luck with mapping ;D

Tiche3:grin:
 
Status
Not open for further replies.
Back
Top