Because the triggering unit needs to all of the things you listed in conditions. The "and" means that all of the conditions that fall under it need to return true.
If you want the triggering unit to be a hero AND the owner must be player 15 and you want it to be one of the unit types, you could to this:
Ok so you were correct in why the trigger was not running but upon changing it I'm Running into an error: Trying to access an element beyond the end of an array. How so? The error is coming from the 3rd trigger but is it because of my setup in the other triggers?
It´s because the the picked array index is higher than the array is. I don't know how big your arrays are, but I see your using owner of picked unit, which means it can be between 0-15 and if you put multiple conditions in without AND or NOT, it will automatically be OR(only one condition needs to be true).
Ok so I have remade the event and its much better rather then splitting them but as for the array I'm still a bit fuzzy with using these so its most likely whats causing this error... ill link them too but I figured if 1 person in the team (team protoss) did the objective killed the specific unit the kill counter would decrease or it would automatically advance everybody else on the team once completed to the next objective going back to Xil. Does the trigger even do this for the team or just the 1 person actually doing the quests..
Protoss Quest Values
array [6] [10] [3]
6 being the # of heroes on team
10 being the amount of quests
3 the saved variables of the quest?!?
Can't quite get it to work and and stumbling over why?!?
Because the triggering unit needs to all of the things you listed in conditions. The "and" means that all of the conditions that fall under it need to return true.
If you want the triggering unit to be a hero AND the owner must be player 15 and you want it to be one of the unit types, you could to this:
Ok so you were correct in why the trigger was not running but upon changing it I'm Running into an error: Trying to access an element beyond the end of an array. How so? The error is coming from the 3rd trigger but is it because of my setup in the other triggers?
It´s because the the picked array index is higher than the array is. I don't know how big your arrays are, but I see your using owner of picked unit, which means it can be between 0-15 and if you put multiple conditions in without AND or NOT, it will automatically be OR(only one condition needs to be true).
Ok so I have remade the event and its much better rather then splitting them but as for the array I'm still a bit fuzzy with using these so its most likely whats causing this error... ill link them too but I figured if 1 person in the team (team protoss) did the objective killed the specific unit the kill counter would decrease or it would automatically advance everybody else on the team once completed to the next objective going back to Xil. Does the trigger even do this for the team or just the 1 person actually doing the quests..
Protoss Quest Values array [6] [10] [3]
6 being the # of heroes on team 10 being the amount of quests 3 the saved variables of the quest?!?