HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

I am unable to properly edit the Demolisher to my needs

04-02-2005, 02:58 AM#1
Fragmentation
Hi

I am having problems editing the demolisher

1) I tried editing the range of both the demolishers attack modes to 20000, but its range is still the default. Why?

2) I want players to be able to right click the ground and the demolisher will attack ground at that area, I then want the demolisher to stop attacking altogether after the initial attack so the player has a more convenient attack mode. Do I edit this through triggers or the demolisher itself.
04-02-2005, 09:08 AM#2
Azhag
The second one would be done through triggers. As for the first, there might possibly be a max to the range. You might be able to change that in Gameplay Constants.
04-02-2005, 09:51 AM#3
Bibendus
Remember that you need to change the Aquisition Range too or the attack range will be reduced by it...
The aquisition range is the minimum range that an enemy must approach to make the units react and attack it.
04-02-2005, 03:36 PM#4
Fragmentation
acquisition range

I felt something was wrong when I kept it at 0

Thanks
04-02-2005, 06:45 PM#5
Guest
For #2 doesn't right click already make the unit move? so let's see..
Brb time to make a trigger :D
*a while later* (Im not that advanced)
Events
Player - Player 1 (Red) Presses the <direction> Arrow key
Actions
Unit - <unit> to Attack Ground (Target point of issued order)

~Piece
04-02-2005, 08:15 PM#6
Fragmentation
I got the trigger down to convert a move order to attack ground


basically


Event
Unit issued order targeting point

Action
Order Ordered unit to attack ground position of target
04-03-2005, 11:27 AM#7
Bibendus
Make sure that the Command string is equal to Move or Smart (smart is the right mouse click)
04-04-2005, 04:13 AM#8
Fragmentation
yes, Thanks