"Strygwyr`s Thirst" How do this skill?

Status
Not open for further replies.
First of all, explain what the spell does becoz not everyone plays DotA... that is a requiement when asking how to do spells, becoz how can people help you if they don't know what you want?

also when asking on how to do things (as per written on the header of the T&S sub-forum): if you need help getting started with a trigger, this is not the right place — use the World Editor Help Zone.
 
You have to check if a nearby enemy hero is below 44%(or what you want). Thats easy.
Something like this:
  • Set TempPoint = (Position of Unit)
  • Custom script: set bj_wantDestroyGroup = true
  • Unit Group - Pick every unit in (Units within 1000.00 of TempPoint matching ((((Matching unit) is A Hero) Equal to True)) and ((Matching unit) is alive Equal to True) and do (Actions)
    • Loop - Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Life of (Picked unit)) Less than or equal to ((Max life of (Picked unit)) x 0.44)
        • Then - Actions
          • Add your stuff like buffs and shit
        • Else - Actions
 
Status
Not open for further replies.
Back
Top