So I sit around the lag pile in PoK suck up some buffs and then head out. Start up KA and everyone starts buffing, etc., since I have some higher level/rank buffs 90% of the buffs don't stick. Every buff cycle my toons again try to cast the same buffs that won't stick, get hung up in the buff loop, waste time/mana etc.
Any way to add a check for a higher level buff, or if the buff won't stick add a extra timer for that buff? Maybe record the higher buff in the buff tracking file?
#something like
cast buff;
if buff doesn't stick:
get bigger buff expire time;
add to buff file;
(I know it isn't that simple, but hopefully you get the idea)
If I have some time I might look at adding it myself and share. What file is the buff routine in? Is there a git repo I can fork?
Any way to add a check for a higher level buff, or if the buff won't stick add a extra timer for that buff? Maybe record the higher buff in the buff tracking file?
#something like
cast buff;
if buff doesn't stick:
get bigger buff expire time;
add to buff file;
(I know it isn't that simple, but hopefully you get the idea)
If I have some time I might look at adding it myself and share. What file is the buff routine in? Is there a git repo I can fork?

