Posts: 118
Threads: 29
Joined: Feb 2015
(02-23-2015, 02:16 PM)Ace Wrote: Yea, basically. Rampart is only cast first if you list it first by priority though, obviously.
aaaaaaaah so u put the same list in every buff
exactly the same
Posts: 6,540
Threads: 67
Joined: Nov 2013
He means in the skill manager its a priority from top to bottom
Posts: 118
Threads: 29
Joined: Feb 2015
Im really sry if I'm coming across as thick but it is a bit elaborate and i think i get it please confirm
first of all here are the skill so there is no confusion
83 Foresight
71 Rampart
74 Sentinel
What I'm after is foresight comes on then when its done Rampart comes one and when that is done Sentinel comes on.
So to achieve this i put the skill in the bellow order in the skill manager say at the top with the values listed in missing buffs:
1. Foresight - missing buffs: 83, 71, 74
2. Rampart - missing buffs: 83, 71, 74
3. Sentinel - missing buffs: 83, 71, 74
is the above right?
Foresight is 83 should it be in the missing buffs for its self or not if the above is wrong in any way can u correct it and show me plz.
Posts: 2,172
Threads: 65
Joined: Oct 2013
Not sure why you're using the "," separator..
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