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

Strange Unit - Move bug

Status
Not open for further replies.
Level 13
Joined
Oct 18, 2013
Messages
691
Experiencing strange issues with WC3s engine, I've not encountered this issue on previous patches.
psuedocode;
Code:
set TempLoc = Location(x,y)
Unit - Move Hero X
Unit - Move Hero Y
Unit - Move Hero Z
somehow, unit X is not moved to the Location but Y and Z are.

Points of Note;
- not using SetUnitX/Y functions, just the GUI - Move Unit
- No other script in my map references this Location
- At one point I pondered if Unit Enters Map/Region functions could be interrupting the function, but that wouldnt make logical sense with the above mentioned point that NO OTHER POINT IN THE SCRIPT REFERENCES THIS LOCATION, therefore Y/Z would not be getting moved to the point if it was Removed by another function, right?!
 
Status
Not open for further replies.
Top