chore: dont send messages with completeQuest #2914

Merged
Sainan merged 2 commits from AMelonInsideLemon/SpaceNinjaServer:silent-completeQuest into main 2025-10-20 00:56:46 -07:00

Re #2754

Re #2754
AMelonInsideLemon added 1 commit 2025-10-18 10:06:00 -07:00
chore: dont send messages with completeQuest
All checks were successful
Build / build (pull_request) Successful in 1m45s
2a2c57a932
Re #2754
Sainan reviewed 2025-10-18 11:34:41 -07:00
@ -340,2 +348,4 @@
if (keyChainMessage.att?.length) await addItems(inventory, keyChainMessage.att);
}
updateQuestStage(inventory, keyChainInfo, { m: true });
Owner

If we don't send the message, maybe we shouldn't set this either?

If we don't send the message, maybe we shouldn't set this either?
Author
Member
{
    "unlock": true,
    "Progress": [
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        },
        {
            "c": 0,
            "i": true,
            "m": true,
            "b": []
        }
    ],
    "Completed": true,
    "ItemType": "/Lotus/Types/Keys/RailJackBuildQuest/RailjackBuildQuestKeyChain"
}

thats that from account with gifted railjack bundle, they just set all i and m to true.
I think I just need to change defaults in completeQuest to match live

``` { "unlock": true, "Progress": [ { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] }, { "c": 0, "i": true, "m": true, "b": [] } ], "Completed": true, "ItemType": "/Lotus/Types/Keys/RailJackBuildQuest/RailjackBuildQuestKeyChain" } ``` thats that from account with gifted railjack bundle, they just set all `i` and `m` to `true`. I think I just need to change defaults in `completeQuest` to match live
AMelonInsideLemon added 1 commit 2025-10-18 11:55:19 -07:00
change default i and m to match live
All checks were successful
Build / build (pull_request) Successful in 1m45s
05eff5e00f
Sainan approved these changes 2025-10-18 23:45:25 -07:00
Sainan merged commit a0ce110e7e into main 2025-10-20 00:56:46 -07:00
Sainan deleted branch silent-completeQuest 2025-10-20 00:56:46 -07:00
Sign in to join this conversation.
No description provided.