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

Permanent?

Status
Not open for further replies.
Level 4
Joined
Feb 21, 2011
Messages
59
Yeah...
I want to ask this.

EXPLANATION
A hero killed a hero, creeps, or other unit.
I wanted the blood of the kiLLeD unit stays forever.

QUeSTION
Is that possible?

Thanks
 

Bribe

Code Moderator
Level 50
Joined
Sep 26, 2009
Messages
9,464
Here's the trigger:

  • Permanent Blood
    • Events
      • Unit - A unit dies
    • Conditions
      • (Unit type of (Triggering unit) is A Hero) Equal to False
    • Actions
      • Set TempLoc = (Position of (Triggering unit))
      • Special Effect - Create a special effect at TempLoc using "Effect\Art\File.mdl"
      • Custom script: call RemoveLocation(udg_TempLoc)
 
Status
Not open for further replies.
Top