[SB][Allied Society][Intersocietal Quests] Added the Intersocietal questline #128

Merged
liza merged 1 commits from plogon_enjoyer/Questionable:sb-intersocietal into master 2025-03-01 17:42:56 +00:00
Contributor
  • The Ananta Maid's Tail
  • Ruby Seas under Ruby Skies
  • FIsh in a Barrel
  • What a Wonder-full World
- The Ananta Maid's Tail - Ruby Seas under Ruby Skies - FIsh in a Barrel - What a Wonder-full World
plogon_enjoyer added 1 commit 2025-01-11 10:51:39 +00:00
- The Ananta Maid's Tail
- Ruby Seas under Ruby Skies
- FIsh in a Barrel
- What a Wonder-full World
plogon_enjoyer reviewed 2025-01-11 10:54:21 +00:00
@ -0,0 +160,4 @@
]
},
{
"Sequence": 255,
Author
Contributor

Hi @liza for the last sequence in this quest, it completes by using the item. Still, I added the CompleteQuest interaction so it still follows the schema, and also we can have a reference on the next quest. However, with the quest effectively complete before this step, I don't think it could automatically proceed with the next one.

Hi @liza for the last sequence in this quest, it completes by using the item. Still, I added the `CompleteQuest` interaction so it still follows the schema, and also we can have a reference on the next quest. However, with the quest effectively complete before this step, I don't think it could automatically proceed with the next one.
Owner

You can use CompleteQuest as of ad76ccf057 (as you can see in Interact.cs, it already doesn't interact normally with a CompleteQuest step if ItemId is set)

You can use `CompleteQuest` as of https://git.carvel.li/liza/Questionable/commit/ad76ccf05798cb6d6a3771e42aeb34103b23d614 (as you can see in Interact.cs, it already doesn't interact normally with a CompleteQuest step if ItemId is set)
Author
Contributor

Great! I'll update this branch and will let you know once it's done!

Great! I'll update this branch and will let you know once it's done!
Contributor

You forgot to add the Yes/No in step 4 of the 3161_The Ananta Maid's Tail

    {
      "Sequence": 4,
      "Steps": [
        {
          "DataId": 1026384,
          "Position": {
            "X": -107.71344,
            "Y": 11.902365,
            "Z": -140.73401
          },
          "TerritoryId": 628,
          "InteractionType": "Interact",
          "DialogueChoices": [
            {
              "Type": "YesNo",
              "Prompt": "TEXT_BANALL210_03161_Q3_000_000",
              "Yes": true
            }
          ]
        }
      ]
    },

And NextQuestId doesnt work.
Otherwise the quest works fine.

You forgot to add the Yes/No in step 4 of the `3161_The Ananta Maid's Tail` ```json { "Sequence": 4, "Steps": [ { "DataId": 1026384, "Position": { "X": -107.71344, "Y": 11.902365, "Z": -140.73401 }, "TerritoryId": 628, "InteractionType": "Interact", "DialogueChoices": [ { "Type": "YesNo", "Prompt": "TEXT_BANALL210_03161_Q3_000_000", "Yes": true } ] } ] }, ``` And `NextQuestId` doesnt work. Otherwise the quest works fine.
Contributor

3162_Ruby Seas under Ruby Skies works complety fine, even the NextQuestId.

`3162_Ruby Seas under Ruby Skies` works complety fine, even the `NextQuestId`.
Contributor

3163_Fish in a Barrel works complety fine, even the NextQuestId.

`3163_Fish in a Barrel` works complety fine, even the `NextQuestId`.
Contributor

You forgot to add the Yes/No in Step 255 of the 3164_What a Wonder-full World.

    {
      "Sequence": 255,
      "Steps": [
        {
          "DataId": 1026426,
          "Position": {
            "X": -81.498474,
            "Y": 11.82907,
            "Z": -155.53528
          },
          "TerritoryId": 628,
          "InteractionType": "CompleteQuest",
          "DialogueChoices": [
            {
              "Type": "YesNo",
              "Prompt": "TEXT_BANALL240_03164_Q1_000_000",
              "Yes": true
            }
          ],
          "AethernetShortcut": [
            "[Kugane] Kogane Dori Markets",
            "[Kugane] Bokairo Inn"
          ]
        }
      ]
    }

Otherwise the quest works fine.

You forgot to add the Yes/No in Step 255 of the `3164_What a Wonder-full World`. ```json { "Sequence": 255, "Steps": [ { "DataId": 1026426, "Position": { "X": -81.498474, "Y": 11.82907, "Z": -155.53528 }, "TerritoryId": 628, "InteractionType": "CompleteQuest", "DialogueChoices": [ { "Type": "YesNo", "Prompt": "TEXT_BANALL240_03164_Q1_000_000", "Yes": true } ], "AethernetShortcut": [ "[Kugane] Kogane Dori Markets", "[Kugane] Bokairo Inn" ] } ] } ``` Otherwise the quest works fine.
liza merged commit 77e4674312 into master 2025-03-01 17:42:56 +00:00
Sign in to join this conversation.
No Reviewers
No Label
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: liza/Questionable#128
No description provided.