[General] A unit is issued an order with no target event

Status
Not open for further replies.
Level 24
Joined
Aug 1, 2013
Messages
4,658
It doesn't trigger anything, you have to put something in the actions to make it do something.

For real:
Everything that is an "order" and requires no target is caught in "Unit - A unit Is issued an order with no target"

Example:
- Stop
- Hold position
- Tranquility
- Bear form
- Channel (no target)
- etc, etc, etc.

Does that answers your question?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,272
Hmm, ok, can I use it to unstuck some units if they seem to stuck, like I order some units to go to a region and some of them stop sometimes. Not really know the reason, but maybe this trigger can fix it.
It will not fix the "stuck" problem because units that stop moving due to pathing related issues are not ordered to "stop". Instead the stop is implicit with no order event being generated.

To "unstuck" you can periodically issue them the move order (stuck units will eventually unstick). To prevent lag or strange visual effects I would advise iterating through about 4-8 different units from all the units you do not want to stick every second and re-issuing them the order. Once all units have been issued then start going through them again. By staggering like this it will support any number of units at once with minimal overhead. You might want to lower the order frequency when there are few units to order as units do not like receiving lots of move orders.
 
Status
Not open for further replies.
Top