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

Possible to find the player who gives an order

Status
Not open for further replies.
A few methods:

First, but it isn't reliable, but you can check who has selected the ordered unit.

Second: using Sharpcraft, you can get the mouse X/Y and can approximate which player issued the order based on checking the order-target point with the mouse X/Y.

Third, using Trackables and blanketing any target point of an issued order so you can check which player clicked on that patch of land.

Regardless, all methods have massive drawbacks. Are you trying to purchase an item using a shared unit or something?
 

Dr Super Good

Spell Reviewer
Level 65
Joined
Jan 18, 2005
Messages
27,290
Ironically this feature is in StarCraft II and has broken dozens of maps because people thought that "Triggering Player" worked like in Warcraft III and returned the owning player. In StarCraft II it quite literally returns the player who triggered the event (player who learned a skill, player who ordered a unit, player who started training etc), resulting in hilarious bugs where stuff gets applied to players it is not intended to.

In WC3 there is no such way to detect this as far as I know.
 
Status
Not open for further replies.
Top