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

Questions. :) i need help.

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
1. Create a Dummy Unit and change the Pitch Angle to some negative value. It will make the dummy arrow face downwards. -90º should be.

2. Create a unit with attack ground (Cannon tower) and order it to attack ground. Create a trigger that every 1 seconds displays as a text message the current order of the Tower. That way, you'll see the order string. I think it's attackground :p
 
Level 33
Joined
Mar 27, 2008
Messages
8,035
2. What is the order id or order string to order a unit to attack ground? (attack ground is keep on attacking the target point for destroying trees or watever)
The order string is attackground.
That is the JASS usage / Custom script

Or you can just use this;

  • Unit - Order Demolisher to Attack Ground TargetPoint
 
Status
Not open for further replies.
Top