• 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.

[Trigger] Spawned unit stats.

Status
Not open for further replies.
Level 8
Joined
Sep 10, 2013
Messages
372
Is there a way to change a summoned unit's health, mana and damage based on the summoner's stats? Is there a way to do that with triggers? If yes, then how?
 
Level 8
Joined
Sep 10, 2013
Messages
372
Ehhh sounds complicated... I'm gonna think of something else then... Thanks guys.
 
Level 24
Joined
Aug 1, 2013
Messages
4,658
Mine can do that yes, but then you still have to make the summoner attack someone to get it.

If you code all the data, you will then be able to do "GetUnitDamage()" or stuff like that to get the attack damage with 100% accuracy within microseconds... aka instantly.
But that is only for some more experienced coders :/
 

Chaosy

Tutorial Reviewer
Level 41
Joined
Jun 9, 2011
Messages
13,239
If you code all the data, you will then be able to do "GetUnitDamage()" or stuff like that to get the attack damage with 100% accuracy within microseconds... aka instantly.
But that is only for some more experienced coders :/
If you're gonna remake the game basics you might as well code a game from scratch in unity or something :p
 
Status
Not open for further replies.
Top