- Joined
- May 24, 2012
- Messages
- 19
sorry everyone! because I am a Vietnamese, I can not write English in a proficient way, hope you forgive me
my map has 4 teams, each team has 3 players. each team has 6 shops to purchase items. example, i want these 6 shops are allies of all players of team 1 and enemies of another players of another teams. and this's also the same as another team. this my trigger:
variable: Neutral 3 Player -None-
I don't understand why it not work. although I set "Player - Make Player 1 (Red) treat Neutral3 as an Enemy". player 1 still sees the fountain of power, marketplace, etc, as an ally ??? can you help me?
p/s: you can translate this post. thanks!!!
my map has 4 teams, each team has 3 players. each team has 6 shops to purchase items. example, i want these 6 shops are allies of all players of team 1 and enemies of another players of another teams. and this's also the same as another team. this my trigger:
Code:
Untitled Trigger 3
Events
Map initialization
Conditions
Actions
Player - Make Neutral3 treat Player 7 (Green) as an Ally with shared vision
Player - Make Neutral3 treat Player 8 (Pink) as an Ally with shared vision
Player - Make Neutral3 treat Player 9 (Gray) as an Ally with shared vision
Player - Make Player 7 (Green) treat Neutral3 as an Ally
Player - Make Player 8 (Pink) treat Neutral3 as an Ally
Player - Make Player 9 (Gray) treat Neutral3 as an Ally
Player - Make Player 1 (Red) treat Neutral3 as an Enemy
Unit - Change ownership of Fountain of Power 0057 <gen> to Neutral3 and Retain color
Unit - Change ownership of Mercenary Camp (Lordaeron Summer) 0061 <gen> to Neutral3 and Retain color
Unit - Change ownership of Tavern 0062 <gen> to Neutral3 and Retain color
Unit - Change ownership of Marketplace 0063 <gen> to Neutral3 and Retain color
Unit - Change ownership of Goblin Merchant 0058 <gen> to Neutral3 and Retain color
Unit - Change ownership of Goblin Laboratory 0059 <gen> to Neutral3 and Retain color
Unit - Change ownership of Red Dragon Roost 0060 <gen> to Neutral3 and Retain color
I don't understand why it not work. although I set "Player - Make Player 1 (Red) treat Neutral3 as an Enemy". player 1 still sees the fountain of power, marketplace, etc, as an ally ??? can you help me?
p/s: you can translate this post. thanks!!!
Last edited by a moderator: