• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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