Add current and triggered quest links to current raid info
Closed this issue · 2 comments
noccu commented
So you can easily repeat or play the triggered quest.
noccu commented
Something to look at later...
For repeating there's retry_quest_info
in /result/data
action_point
chapter_id
chapter_name
quest_id
quest_type
For appearance there can be multiple quests, like event NMs.
appearance
in /result/data
has, for the first quest in the list (lowest level usually):
event_id
group_id
is_quest
quest_id
quest_name
quest_type
title
Followed by /rest/quest/extra_event_detail_list/event_id/group_id
to get a full, detailed list.
Note that chapter id (the tens in quest id) increases by 1 but it's not guaranteed to happen everywhere + there's no way of knowing how many quests are available.
Obviously this hits Veera's minimal requests policy, but it seems acceptable.