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

PARASITE ability

Status
Not open for further replies.
Level 4
Joined
Apr 24, 2008
Messages
95
I have the parasite ability and i need the parasite ability to take only 1 hp in second but it always takes 4:cry:
 
Level 4
Joined
Jan 24, 2009
Messages
124
ahh.
delete the effect of it then
  • Parasite
    • Events
      • Unit - a unit casts a spell
    • Conditions
      • Spell being cast equal to Parasite
    • Actions
      • Set ParasitedUnit<gen> targeted unit
      • Set Parasiter<gen> triggering unit
      • Trigger - run Pain
  • Pain
    • Events
    • Conditions
    • Actions
      • Unit - order ParasitedUnit<gen> to attack ParasitedUnit<gen> dealing 1 hp damage of type Fire
      • Wait 1 seconds
      • If ParasitedUnit dies then do then actions actions else else actions
        • Then actions
          • Unit create 1 Your-Naga-unit... x levels of parasiter<gen>
          • Skip remaining actions
        • Else actions
          • Trigger - run Pain
:thumbs_up: hope it works..
 
Level 28
Joined
Mar 25, 2008
Messages
2,955
ahh.
delete the effect of it then
  • Parasite
    • Events
      • Unit - a unit casts a spell
    • Conditions
      • Spell being cast equal to Parasite
    • Actions
      • Set ParasitedUnit<gen> targeted unit
      • Set Parasiter<gen> triggering unit
      • Trigger - run Pain
  • Pain
    • Events
    • Conditions
    • Actions
      • Unit - order ParasitedUnit<gen> to attack ParasitedUnit<gen> dealing 1 hp damage of type Fire
      • Wait 1 seconds
      • If ParasitedUnit dies then do then actions actions else else actions
        • Then actions
          • Unit create 1 Your-Naga-unit... x levels of parasiter<gen>
          • Skip remaining actions
        • Else actions
          • Trigger - run Pain
:thumbs_up: hope it works..
not mui
don't use it
 
Level 25
Joined
Jun 5, 2008
Messages
2,572
If you want here is a fine DOT system i made in 5 minutes, doesn't use dynamic index recycling cause i was bored.
Features an example and a trigger which shows you what actions you need to aply.
I will add documentation if you need it.
 

Attachments

  • DOT.w3x
    14.5 KB · Views: 43
Status
Not open for further replies.
Top