Jordas Precept not rewarded by Pluto-to-Eris Junction #1659

Closed
opened 2025-04-15 14:20:38 -07:00 by VampireKitten · 4 comments
Contributor

As you can see here, the quest is locked:
image.png

Yet the Junction is completed, and this quest isn't amongst its listed rewards:
image.png

As you can see here, the quest is locked: ![image.png](/attachments/4d82bb0f-d1cd-4c0c-bc93-19f846bbce83) Yet the Junction is completed, and this quest isn't amongst its listed rewards: ![image.png](/attachments/f47c289a-8dd4-4b35-9d56-bd0b00aa55cd)
762 KiB
411 KiB
Owner

This looks like a client bug?

This looks like a client bug?
Author
Contributor

This looks like a client bug?

I checked, the data in ExportRegions.json seems to be incomplete:

    "PlutoToErisJunction": {
        "name": "/Lotus/Language/Locations/ErisJunction",
        "systemIndex": 8,
        "systemName": "/Lotus/Language/Locations/Pluto",
        "nodeType": 7,
        "masteryReq": 0,
        "missionIndex": 23,
        "missionName": "/Lotus/Language/Missions/MissionName_Junction",
        "minEnemyLevel": 1,
        "maxEnemyLevel": 1,
        "masteryExp": 0,
        "missionReward": {
            "credits": 100000,
            "items": [
                "/Lotus/StoreItems/Types/Keys/InfestedAladVQuest/InfestedAladVQuestKeyChain",
                "/Lotus/StoreItems/Types/Recipes/Weapons/MireSwordBlueprint"
            ]
        },
        "rewardManifests": []
    },

Do I transfer this issue to Public Export?

> This looks like a client bug? I checked, the data in ExportRegions.json seems to be incomplete: ``` "PlutoToErisJunction": { "name": "/Lotus/Language/Locations/ErisJunction", "systemIndex": 8, "systemName": "/Lotus/Language/Locations/Pluto", "nodeType": 7, "masteryReq": 0, "missionIndex": 23, "missionName": "/Lotus/Language/Missions/MissionName_Junction", "minEnemyLevel": 1, "maxEnemyLevel": 1, "masteryExp": 0, "missionReward": { "credits": 100000, "items": [ "/Lotus/StoreItems/Types/Keys/InfestedAladVQuest/InfestedAladVQuestKeyChain", "/Lotus/StoreItems/Types/Recipes/Weapons/MireSwordBlueprint" ] }, "rewardManifests": [] }, ``` Do I transfer this issue to Public Export?
Owner

I mean, clearly the client doesn't think there are more rewards, so I don't think the data is wrong from that perspective.

I mean, clearly the client doesn't think there are more rewards, so I don't think the data is wrong from that perspective.
Owner

As best as I can tell, you're supposed to get this inbox message when completing the junction:

        {
            "sndr":"/Lotus/Language/G1Quests/GolemQuestJordasName",
            "msg":"/Lotus/Language/G1Quests/GolemQuestIntroBody",
            "att":[
                "/Lotus/Types/Keys/GolemQuest/GolemQuestKeyChainItem"
            ],
            "sub":"/Lotus/Language/G1Quests/GolemQuestIntroTitle",
            "icon":"/Lotus/Interface/Icons/Npcs/JordasPortrait.png",
            "highPriority":true,
        }
As best as I can tell, you're supposed to get this inbox message when completing the junction: ```json { "sndr":"/Lotus/Language/G1Quests/GolemQuestJordasName", "msg":"/Lotus/Language/G1Quests/GolemQuestIntroBody", "att":[ "/Lotus/Types/Keys/GolemQuest/GolemQuestKeyChainItem" ], "sub":"/Lotus/Language/G1Quests/GolemQuestIntroTitle", "icon":"/Lotus/Interface/Icons/Npcs/JordasPortrait.png", "highPriority":true, } ```
Sainan added the
unimplemented
label 2025-04-15 14:42:39 -07:00
Sainan added the
pr'd for
label 2025-04-15 16:56:30 -07:00
Sign in to join this conversation.
No description provided.