I was wondering if it is possible to have the CC detect what spec you are in and based on your spec change to a specific rotation for that specific spec (without a GUI or reloading the bot)?
For example Arms and Prot.
If so, how can it be done or are there any CC's out there that do this currently?
Thanks!
For example Arms and Prot.
Code:
if (spec = Arms)
{
do this rotation;
}
else if (spec = Protection)
{
do this rotation;
}
If so, how can it be done or are there any CC's out there that do this currently?
Thanks!