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

[Solved] Unit with Rally: Right click -> Move instead of set rally point

Status
Not open for further replies.
Level 5
Joined
Jun 25, 2005
Messages
92
I gave a unit that isn't a building the Rally ability to use it as a mobile unit-producing "building" that sends units to the rally point.

Problem: When rightclicking, the unit sets a rally point, instead of moving to the target point.
Question: Without removing Rally, how can I make it move normally when rightclicking?

I thought about these other solutions already, but think that there probably are easier ones I'm just missing:
A: When unit sets rally point, order move command. (Problem: I don't know which event captures the setting of a rally point. Is setting a rally point a move order with target point or an ability being cast?)
B: Make a rally system just using triggers.
 
Level 5
Joined
Jun 25, 2005
Messages
92
Got a workable solution by using the following condition and ordering a move:
  • line.gif
    empty.gif
    empty.gif
    joinbottom.gif
    if.gif
    (Issued order) Equal to (Order(smart))

Still would like to hear suggestions anways.
 
Status
Not open for further replies.
Top