Project

General

Profile

Feature - Enhancement #1637

Quest Journal - Right Side

Added by bjcasey almost 8 years ago. Updated over 7 years ago.

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

0%

Estimated time:
vbulletin_issue_id:

Description

With the additions of the new Quest Journal TLO, I'd like to also request the right hand side of the Quest Journal where the quest objectives are stored.

To access the right side, you must left click/select a quest from the left side.  Having access to a character's quest objectives and their completion would be really useful to me an automating specific tedious quests.

#1

Updated by Pork almost 8 years ago

EQ2UIPage  paths and .xml snippet for info on right side of quest journal gathering.

 https://hastebin.com/vinamuzapi.bash

#2

Updated by Amadeus over 7 years ago

  • Status changed from New to Implemented

January 5, 2017
[20170105.0006]
============================================
QUESTS
============================================
* Added new TLO "QuestJournalWindow".  This TLO returns a new datatype: 'eq2questjournalwindow'.   
  This new datatype inherits all members/methods of the 'eq2window' type.
* Added new datatype: 'journalcurrentquest'
* Added new MEMBER to the 'eq2questjournalwindow' datatype:
  1.  CurrentQuest           (journalcurrentquest)
* Added new MEMBERS to the 'journalcurrentquest' datatype:
  1.  Name                   (eq2text)
  2.  Level                  (eq2text)
  3.  Category               (eq2text)
  4.  CurrentZone            (eq2text)
  5.  TimeStamp              (eq2text)
  6.  MissionGroup           (eq2text)
  7.  Status                 (eq2text)
  8.  ExpirationTime         (eq2text)
  9.  Body                   (eq2text)
* Added new METHOD to the 'journalcurrentquest' datatype:
  1.  GetDetails[index:collection:string]
* MOVED the following MEMBERS of the 'character' datatype to the 'eq2questjournalwindow'
  datatype:
  1.  NumActiveQuests
  2.  ActiveQuest
  3.  NumCompletedQuests
  4.  CompletedQuest
  5.  GetActiveQuests
  6.  GetCompletedQuests
* Added new METHODS to the 'quest' dataytpe:
  1.  MakeCurrentActiveQuest
  2.  MakeCurrentCompletedQuest
* Added new Knowledgebase Article: "How to echo current journal quest details"
  > https://forge.isxgames.com/projects/isxeq2/knowledgebase/articles/44

Also available in: Atom PDF