This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The counter for the top frame like "Quests: 4/25" is derived by two elements of the game client. A global max quest counter (i.e. 25) and a procedure that informs about the currently assigned quests (i.e. 4). SQC does not actually compute any of those values.
The quest count value as returned by the client is not very consistent with the character's quest log and assignments; and this may be the most difficult issue on the communication of this add-on and the game client itself.
There are quests assigned to the character that are not taken into account by the client. E.g. the quest The Call for Allies does not affect the client's global quest counter for the character. Upon delivery the quest counter remains 4/25 in this example.
To post a comment, please login or register a new account.