More stuff from me!
recent push to new-ai:
Implemented Resist combat order
-Just 1 order that takes any of the four resist types (fire, frost, nature, shadow)
-Works as a secondary order so a shaman can eg. resist and dps or a paladin can tank and resist
-For now it only effects shaman totems, I havn't looked at the paladin AI yet
Only other class effected will be hunter, the rest(eg. priest) can resist without impacting any other spells
The orders are single strings eg: 'resistfire' or 'resistnature'
It didn't like spaces
It will also tell you that they are resisting 1-4 instead of names, since it uses enums, I don't think this is a large enough issue to bother with.
I don't envision it being used much but since they have the capability I figured they should be able to use it if anyone wanted to.
If someone's really keen it might even be used to make them wear resist gear, lol
As always, I appreciate any feedback on how it works