The summoner rotation is PERFECT also it use the cross ability, Thank you !
Just a couple of comments. I mainly use Magitek on WHM and the other day I was in a dungeon where the boss would cast lots of Poison debuffs, and the bot spent most of the time trying to dispel them, instead of curing, and subsequently we wiped. I then took poison off the dispel list and the 2nd fight went fine with no problems. Not sure if this was just a one off, but can you prioritize cure over esuna ?
...
Also immediately after a mob (or group of mobs) is killed, then the bot will cast Stoneskin on a party member, which in my opinion makes it look very "bottish". So when I see a mob down to low health, I try to keep moving so that Stoneskin won't cast !! Not sure how to resolve....maybe introduce a delay ?
Thanks for all the hard work you are putting into this Exmortem, really appreciate it
Just a couple of comments. I mainly use Magitek on WHM and the other day I was in a dungeon where the boss would cast lots of Poison debuffs, and the bot spent most of the time trying to dispel them, instead of curing, and subsequently we wiped. I then took poison off the dispel list and the 2nd fight went fine with no problems. Not sure if this was just a one off, but can you prioritize cure over esuna ?
...
Also immediately after a mob (or group of mobs) is killed, then the bot will cast Stoneskin on a party member, which in my opinion makes it look very "bottish". So when I see a mob down to low health, I try to keep moving so that Stoneskin won't cast !! Not sure how to resolve....maybe introduce a delay ?
Thanks for all the hard work you are putting into this Exmortem, really appreciate it
Black mage is much better now, I may have not explained myself correctly with Transpose after Blizzard III. So Tanspose should only be used if the player has a Firestarter Proc after Blizzard III is cast,
The way i did it was something like,
Cast("Transpose", r => Core.Player.CurrentMana >= 824 && Core.Player.HasAura("Firestarter") && (Core.Player.HasAura("Umbral Ice III")), r => Core.Player),
I know the Current code for Routines is different now, but to give you an idea, you only want to Transpose, if the player has Unbral Ice III, and Firestarter buffs...