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

Backstab

Status
Not open for further replies.
Level 37
Joined
Mar 6, 2006
Messages
9,240

  • Attack GUI Copy Copy
    • Events
      • Time - Every 0.25 seconds of game time
    • Conditions
    • Actions
      • Set p1 = (Position of u1)
      • Set p2 = (Position of u2)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Cos(((Angle from p1 to p2) - (Facing of u2)))) Greater than 0.00
        • Then - Actions
          • Game - Display to Player Group - Player 1 (Red) the text: Paladin is backstab...
        • Else - Actions
          • Game - Display to Player Group - Player 1 (Red) the text: Paladin is NOT back...
      • Custom script: call RemoveLocation(udg_p1)
      • Custom script: call RemoveLocation(udg_p2)
 
Level 21
Joined
Mar 27, 2012
Messages
3,232
Note that unless you use damage taken, then such ability quickly becomes very powerful against masses of ranged units.

Ex:
20 archers surround you and start shooting at the same time.
Volley1: None of the archers hit, because there's a very high possibility that you are now behind someone.
Volley2: Some archers hit, but only the closest ones.
Then it's like Volley2 until the end, or as long as the archers have 8+ units.
 
Status
Not open for further replies.
Top