• Check out the results of the Techtree Contest #19!
  • 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 void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Increase build range?

Status
Not open for further replies.
Just order a unit via triggers, when it's issued to build a building, to stop. Then create a dummy unit which will build the unit. This type of building will look like from Undead Acolyte's - The original builder will be able to perform different orders while the building builds itself. For the other, channeling version, you will need a slightly complex code.
 
Eh, that won't be so easy... See, I already have a complex trigger-based build system and implement it like this would require much more work than I like...

Anyway, if there's no other way then I have no choice
But if anybody thinks of something better, just type it in! Don't consider this solved yet :D
 
Structures are being initiated when the builder gets within an imho hardcoded little range. After that, as for the human technique, it progresses construction via Repair, so its range is used. You could catch the build order and instantly teleport the unit to the target place using SetUnitX/Y to immediately start construction and reset the coordinates with begins building event (for human/undead). Humans would be able to finish it from far with a high Repair range then.
 
Status
Not open for further replies.
Back
Top