02-23-2015, 04:05 PM
Not sure why you're using the "," separator..
If you followed your own logic, the answer is:
1. Foresight - MissingBuffs: 71+74
2. Rampart - MissingBuffs: 83+74
3. Sentinel - MissingBuffs: 83+71
Code:
cast Rampart if missing buff Foresight+ Fight or Flight .. Cast Rampart if [MissingBuffs] "Foresight+FoF"
in the above example rampart is cast before Foresight+FoF
working from that if i want foresight after that would put
[MissingBuffs] "Rampart+FoF" in foresight
If you followed your own logic, the answer is:
1. Foresight - MissingBuffs: 71+74
2. Rampart - MissingBuffs: 83+74
3. Sentinel - MissingBuffs: 83+71