Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
stop autoattacking other players
stop autoattacking other players
05-23-2006, 08:29 PM
#1
slack44
How do i make it so that player's that are on different teams(forces) don't auto-attack each other?
05-23-2006, 08:30 PM
#2
harshateja
add worker classification using TRIGGERS. If you use object editor, it will appear in the idol worker area.
05-23-2006, 10:25 PM
#3
slack44
i cant find that trigger, i want to make it so that nobody auto attacks anyone, they have to manually press attack then click the person.
05-23-2006, 10:42 PM
#4
iNfraNe
Unit - add classification
add "worker" as classification to all units.
05-24-2006, 12:25 AM
#5
slack44
i cant find that trigger, i want to make it so that nobody auto attacks anyone, they have to manually press attack then click the person.
05-24-2006, 12:57 AM
#6
slack44
i cant find that trigger, i want to make it so that nobody auto attacks anyone, they have to manually press attack then click the person.
05-24-2006, 02:08 AM
#7
Kingtofu
Trigger:
Actions
Unit - Add classification of A peon-type unit to (Matching unit)
That should do it. Granted you have to pop in the Events and Conditions yourself.