Project

General

Profile

Feature - New #1714

Read COMPLETED quest journal

Added by Kannkor over 7 years ago. Updated over 7 years ago.

Status:
Implemented
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2016-10-06
Due date:
% Done:

0%

Estimated time:
vbulletin_issue_id:

Description

Basically this: https://forge.isxgames.com/projects/isxeq2/knowledgebase/articles/31

But instead of the 'active' tab, be able to read the 'completed' tab.

If you're in game, open the quest window (J is default). Then near the bottom there are tabs, 'Active' and 'Completed'.

 

With the expansion they are adding a requirement to have done some 8 year old quests and finding them is tedious.

#1

Updated by Amadeus over 7 years ago

  • Status changed from New to In Progress

No promises and no ETA -- but I'm going to look into it over the next month.   If it's really easy, I might have it implimented sooner rather than later.  We'll see how it goes.

#2

Updated by Amadeus over 7 years ago

  • Status changed from In Progress to Implemented

December 11, 2016
[20161206.0005]
* Added new METHODS to the 'character' datatype:
  1. GetActiveQuests[index:quest]
  2. GetCompletedQuests[index:quest]
* Added new MEMBERS to the 'character' datatype:
  1. NumActiveQuests             (int)
  2. ActiveQuest[ID#]            (quest)
     ActiveQuest["NAME"]         (quest)
  3. NumCompletedQuests          (int)
  4. CompletedQuest[ID#]         (quest)
     CompletedQuest["NAME"]      (quest)
* The "GetQuest" METHOD of the 'character' datatype is now deprecated
* The "NumQuests" and "Quest" MEMBERS of the 'character' datatype are now deprecated
* Updated the "APIVersion" MEMBER of the 'isxeq2' datatype to return 20161206.0005
* Updated the Knowledgebase Article: "Accessing and iterating journal quests"
  > https://forge.isxgames.com/projects/isxeq2/knowledgebase/articles/31

Also available in: Atom PDF