Function setCombatFlags

  • Sets the given combat setting flags on your account

    Parameters

    • Rest...flags: {
          flag:
              | "aabosses"
              | "wowbar"
              | "bothcombatinterf"
              | "compactmanuel"
              | "eternalmrj"
              | "disablelovebugs"
              | "boringdarts";
          value: boolean;
      }[]

      A spread array of objects that contain a flag and its desired value; these look like the return value of getCombatFlags

    Returns string

    the result of the associated visitUrl call