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

[Trigger] Need help with spell

Status
Not open for further replies.
Level 2
Joined
Jun 10, 2013
Messages
8
Hello, I need a spell that do damage over time, slow and/or stun in an AOE area,
can anyone help me with the triggers(JASS) that i need to do this? Thanks, and sorry for my english. :thumbs_up:
 
Level 20
Joined
Jul 14, 2011
Messages
3,213
What's your native language?

In my signature you can find a simple Damage Over Time (DOT) system. For Slow/Stun use "Pick Every unit in range matching conditions", create the dummy caster that will was slow or stun on the unit (Unit - create unit), add an expiration timer (Unit - Add Expiration timer), order the caster (Last created unit) to cast Slow/Stun on "Picked Unit" and you're done.
 
Status
Not open for further replies.
Top