Go
Wc3C.net
»
Warcraft III Modding
»
Hosted Projects
»
Personal User Projects
»
Vexorian Spells and Systems
»
Independent Summons (Tank and Support AI?)
Independent Summons (Tank and Support AI?)
03-13-2008, 06:57 PM
#1
akasixcon
Quote:
Note: Units with even point values will get a tank ai, and units with odd point values
will get a support ai.
What does that mean? Can someone explain? I'm using Vexorian's Independent Summons system.
How do i make my unit a tank or a support AI?
THANKS!
03-14-2008, 08:22 PM
#2
Vexorian
point value is a field in the object editor.
If a number is a multiple of 2 it is even : 0,2,4,6,8,10,12,...
Otherwise, it is odd: 1,3,5,7,9
05-24-2008, 03:25 AM
#3
dhobby
hm so I'm guessing a tank ai likes to charge in and take the hits while a support ai is more suitable for a ranged unit?
05-24-2008, 08:06 PM
#4
Vexorian
Yes, kinda.
The reality is that tank AI issues the orders to go in front of the hero's facing angle while support AI issues the orders behind the hero's facing angle.
05-24-2008, 09:42 PM
#5
dhobby
I see. Thanks