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

Reduced item spawn from world setting also affect and reduced quest's items spawn, making completing quest impossible. #78585

Closed
tranhuulong opened this issue Dec 15, 2024 · 3 comments · Fixed by #78606
Labels
Good First Issue This is a good first issue for a new contributor [JSON] Changes (can be) made in JSON Missions Quests and missions (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@tranhuulong
Copy link

Describe the bug

One of the quest from church retreat is "Get Gemma's 25 fertility supplements.". However, after getting to the quest location, I only found 11 pills. Since this fertility supplement is exclusively spawned through the quest, and there are no other sources to get it, you can't complete the quest.

Attach save file

N/A.

Steps to reproduce

  1. Make world with reduced item spawn (Punish me more! difficulty).
  2. Find a church retreat and Get quest from Gemma.
  3. Go to the location and fetch the fertility supplement.
  4. Realize you are scammed.

Expected behavior

Spawned items should be enough to complete the quest.

Screenshots

No response

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.22631.4602 (23H2)
  • Game Version: 651881e [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth],
    Aftershock [aftershock],
    Bionic Professions [package_bionic_professions],
    Magiclysm [magiclysm],
    Mind Over Matter [mindovermatter],
    Xedra Evolved [xedra_evolved],
    Alternative Map Key [alt_map_key],
    Bombastic Perks [bombastic_perks],
    Crazy Cataclysm [crazy_cataclysm],
    Martial Mastery [perk_melee_system],
    Mythical Martial Arts [MMA],
    SpeedyDex [speedydex],
    Stats Through Skills [StatsThroughSkills],
    Tamable Wildlife [Tamable_Wildlife]
    ]

Additional context

On a related issue. Other quests that involved fetching specific item suffer the same problem. I got like 5 weather log quests, and the 2 nearby radio station does only got 1 weather report. At least it still can found in other radio station, unlike exclusively spawned quest item.

@tranhuulong tranhuulong added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Dec 15, 2024
@RenechCDDA
Copy link
Member

Just needs the MISSION_ITEM flag.

@RenechCDDA RenechCDDA added Good First Issue This is a good first issue for a new contributor (S2 - Confirmed) Bug that's been confirmed to exist [JSON] Changes (can be) made in JSON Missions Quests and missions and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Dec 15, 2024
@ZhilkinSerg
Copy link
Contributor

Just needs the MISSION_ITEM flag.

Should be probably automatically added in finalize step for all items that are mission targets.

@GuardianDll
Copy link
Member

GuardianDll commented Dec 16, 2024

Should be probably automatically added in finalize step for all items that are mission targets.

it works for items that are quest specific, but for more general quests like "find X salt" or quest that bypass mission target syntax (like blankets for tacoma quest) it would not work
(but also, such quests do not point you to specific location also)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue This is a good first issue for a new contributor [JSON] Changes (can be) made in JSON Missions Quests and missions (S2 - Confirmed) Bug that's been confirmed to exist
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants