Feature - New #1451
Quest Journal TLO
0%
Description
Requesting access to quest journal information -
Ability to get a list of active, storyline, completed quests, and the quest journal text for each one (quest task list would be ideal, but not super important IMO).
Alternatively, the ability to interact with the quest journal UI element as described in:
https://forge.isxgames.com/issues/1304
This is helpful, and may be a feasible work-around in some circumstances:
http://eq2.isxgames.com/wiki/index.php?title=ISXEQ2:QUESTINFO_(Custom_Trigger)
Updated by Amadeus over 8 years ago
- Status changed from New to Implemented
June 21, 2016
[20160621.0002]
* Added new datatype 'quest'.
* Added new MEMBERS to the 'quest' datatype:
1. ID (uint)
2. Level (int)
3. Name (string)
4. Category (string)
5. CurrentZone (string)
* Added new METHOD to the 'quest' datatype:
1. Delete
2. Share
* Added new METHOD to the 'character' datatype:
1. GetQuests[index:quest]
* Added new MEMBERS to the 'character' datatype:
1. NumQuests (int)
2. Quest[ID#] (quest)
Quest["NAME"] (quest)
* Added new Knowledgebase Article: "Accessing and iterating journal quests"
> https://forge.isxgames.com/projects/isxeq2/knowledgebase/articles/31