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

unload order

Status
Not open for further replies.

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,202
It may have no order at all.
It has to have an order or it will not synchronize in multiplayer. Everything a player issues has an order, except camera, selection and chat (and trackables but that is different) which get synchronized independently.

If I recall from 10 years ago it has a rather specific order ID. Specifically it is based at some address and adds 1 per slot to unload. It also has no string to accompany it so only the raw order ID. It is important to note that in multiplayer you can issue the unload order multiple times for the same unit before the order executes. This is where my old factory system broke since it is impossible to accurately track unloads (at least without obtuse complexity).
 
Status
Not open for further replies.
Top