See. I made my map using:
Actions
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
If (((Region centered at ((Picked player) start location) with size (384.00, 384.00)) contains (Random unit from (Units owned by (Picked player) of type Prime Comes))) Equal to True) then do (Unit - Create 1 Vir for (Picked player) at ((Picked player) start location) facing Default building facing degrees) else do (Do nothing)
Unit - Order (Last created unit) to Attack-Move To (Center of Region 002 <gen>)
Problem is I got 4 different forces[same team] going to 3 different places. Summing up to 12 triggers for a team attack.
Any better method other than jass or something like that? (I'm a noob)
Lastly, I use
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Unit-type of (Leveling Hero)) Equal to Braydon Browning
Then - Actions
Hero - Learn skill for (Leveling Hero): Earth Fury
Hero - Learn skill for (Leveling Hero): Holy Light
Hero - Learn skill for (Leveling Hero): Resurrection
Hero - Learn skill for (Leveling Hero): Devotion Aura
Else - Actions
Will my hero use those custom skills when he level up? Provided my event&condition are ok.
Thanks.
Actions
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
If (((Region centered at ((Picked player) start location) with size (384.00, 384.00)) contains (Random unit from (Units owned by (Picked player) of type Prime Comes))) Equal to True) then do (Unit - Create 1 Vir for (Picked player) at ((Picked player) start location) facing Default building facing degrees) else do (Do nothing)
Unit - Order (Last created unit) to Attack-Move To (Center of Region 002 <gen>)
Problem is I got 4 different forces[same team] going to 3 different places. Summing up to 12 triggers for a team attack.
Any better method other than jass or something like that? (I'm a noob)
Lastly, I use
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Unit-type of (Leveling Hero)) Equal to Braydon Browning
Then - Actions
Hero - Learn skill for (Leveling Hero): Earth Fury
Hero - Learn skill for (Leveling Hero): Holy Light
Hero - Learn skill for (Leveling Hero): Resurrection
Hero - Learn skill for (Leveling Hero): Devotion Aura
Else - Actions
Will my hero use those custom skills when he level up? Provided my event&condition are ok.
Thanks.
Last edited: