• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[General] Damage Notifer

Status
Not open for further replies.
Level 8
Joined
Jul 18, 2012
Messages
136
How to make :
When Some Hero attacks creep/boss or whatever the damage display up the enemy he attack.(Text Form)
And One more Thing, im ussing this trigger for neutral hostfile (creeps) respawn. But Somethink don't work. They don't revive.
  • Revive Creeps
    • Events
      • Unit - A unit owned by Neutral Hostile Dies
    • Conditions
    • Actions
      • -------- Revives a creep after 60 seconds (at his initial position) --------
      • Custom script: local integer id = GetUnitTypeId(GetTriggerUnit())
      • Custom script: local integer i = GetUnitUserData(GetTriggerUnit())
      • Custom script: local real x = udg_CreepX[i]
      • Custom script: local real y = udg_CreepY[i]
      • Wait 30.00 seconds
      • Custom script: call SetUnitUserData(CreateUnit(Player(11), id, x, y, 0.), i)
Please Help
 
Last edited:
Status
Not open for further replies.
Top