Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MSQ tracking #34

Open
nakami opened this issue Jun 5, 2021 · 4 comments
Open

Add MSQ tracking #34

nakami opened this issue Jun 5, 2021 · 4 comments
Assignees
Labels
enhancement javascript Pull requests that update Javascript code

Comments

@nakami
Copy link

nakami commented Jun 5, 2021

We've got lots of new players in our FC. It would be great if we could track their progression to help them out better.

There are achievements tied to the MSQs, so it should be possible to implement.

@Colbydude Colbydude self-assigned this Jun 5, 2021
@Colbydude
Copy link
Owner

I actually love this idea! I can't guarantee a timeline on how long it'll take, as I'm currently out on vacation, but it should be pretty easy. I will definitely work on adding this though! If you have any suggestions on how the information should be presented, please let me know. :)

@Colbydude Colbydude added enhancement javascript Pull requests that update Javascript code labels Jun 5, 2021
@nakami
Copy link
Author

nakami commented Jun 5, 2021

Awesome!

So I think it would be great to include the associated quest name and required level. To keep it in line with the other unlockables, it might be a good idea to also present the content as a tile as well.

Mockup for the first city quests in ARR:

image

The order of MSQs might be best grouped by addon (as you did for the other content) and then ordered level.

The meta data can be mostly gathered from this wiki - it's a nice single source and the quests contain in image (exception: sometimes quest has no image, but there is an instance tied to it which again has an image)
https://ffxiv.consolegameswiki.com/wiki/Main_Scenario_Quests

For a start, I already carved out the ARR MSQs:


q:The Gridanian Envoy
a:Gone from Gridania
Lv15
https://ffxiv.consolegameswiki.com/wiki/File:The_Gridanian_Envoy_Image.png

q:The Lominsan Envoy
a:Leaving Limsa Lominsa
Lv15
https://ffxiv.consolegameswiki.com/wiki/File:The_Lominsan_Envoy_Image.png

q:The Ul'dahn Envoy
a:Out of Ul'dah
Lv15
https://ffxiv.consolegameswiki.com/wiki/File:The_Ul%27dahn_Envoy_Image.png

q:Back from the Wood
a:Back from the Wood
Lv24
https://ffxiv.consolegameswiki.com/wiki/File:Back_from_the_Wood_Image.png

q:Skeletons in Her Closet
a:Skeletons
Lv28
https://ffxiv.consolegameswiki.com/wiki/File:Skeletons_in_Her_Closet_Image.png

q:All Good Things
a:Those Who Wait
Lv34
https://ffxiv.consolegameswiki.com/wiki/File:All_Good_Things_Image.png

q:In Pursuit of the Past
a:History Repeating
Lv41
https://ffxiv.consolegameswiki.com/wiki/File:Stone_Vigil_Image.png

q:Lady of the Vortex
a:Free Wing Night
Lv44
https://ffxiv.consolegameswiki.com/wiki/File:Lady_of_the_Vortex_Image.png

q:The Ultimate Weapon
a:Warrior of Light
Lv50
https://ffxiv.consolegameswiki.com/wiki/File:The_Ultimate_Weapon_Image.png

q:Build on the Stone
a:A Realm Awoken
Lv50
https://ffxiv.consolegameswiki.com/wiki/File:Build_on_the_Stone_Image.png

q:Through the Maelstrom
a:Through the Maelstrom
Lv50
https://ffxiv.consolegameswiki.com/wiki/File:Through_the_Maelstrom.png

q:Brave New Companions
a:Eorzea Defended
Lv50
https://ffxiv.consolegameswiki.com/wiki/File:Brave_New_Companions_Image.png

q:Let Us Cling Together
a:Dreams of Ice
Lv50
https://ffxiv.consolegameswiki.com/wiki/File:Let_Us_Cling_Together_Image.png

@Colbydude
Copy link
Owner

OK! I've got all the main scenario quests pushed up and live! Take a look and lemme know what you think. If there's no further discussion, please close the issue. :)

I'll quickly note I combined the first three quests into one card, since a player can only complete one of them based on where they start.

@nakami
Copy link
Author

nakami commented Jun 11, 2021

Looks awesome thanks!

Some small input: It would be great if I was able to differentiate the MSQ tiles (ARR, HS, SB, ShB) with a sub-section or mini-logo. I know I can toggle the addons on top, but if I want everything enabled, it would be great if I still had any way to know which one of the addons the player is at.

Use-case:

  • checking some player's progression
  • observing that the player is somewhere between ARR and ShB
  • not knowing in which addon
  • only way to make out is to:
    • know the certain quest the player is at by coincidence
    • toggling each addon one by one to get a selection of some finished & some un-finished achievements/MSQs

Also on mobile the background image get distorted, but I'll open up another issue for that.

Thanks a lot for all your work! Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement javascript Pull requests that update Javascript code
Projects
None yet
Development

No branches or pull requests

2 participants