Trinity isn't updated for the new archon rune names, so if you switch the rune to one that wasn't changed (such as teleport) until trinity is updated, then the bot will use archon properly.
from: Deliriation![]()
//392692, 392693, 392691 == Arcane Blast, Ice Blast
...
HotbarSkills blastSkill = HotbarSkills.AssignedSkills
.FirstOrDefault(p => p.Power == SNOPower.Wizard_Archon_ArcaneBlast || p.Power == (SNOPower)392692 || p.Power == (SNOPower)392693 || p.Power == (SNOPower)392691);