FTB-Modpack-Issues icon indicating copy to clipboard operation
FTB-Modpack-Issues copied to clipboard

Quest detection not working

Open JJSax opened this issue 10 months ago • 9 comments

Modpack

FTB Skies Expert

Modpack version

1.7.0

Log Files

latest.log

Describe the bug

I have gray checkmarks above half of chapter 2's quest line. I thought for awhile that this was due to them not having quest rewards, but the T1 rocket does have rewards and it's the same color, and previous ones are green without rewards.

Steps to reproduce

I'm not sure how to reproduce or if it's how it always is.

Expected behaviour

I expected green check marks, and the green color on quest line two on the left side bar once I completed the chapter.

Screenshots

image Notice that I'm holding 2 marine fabric, yet that is one that doesn't seem to be completed.

Additional information

I am demonstrating in my image that I'm holding marine fabric, but I've also held the latex bucket and made the protective fabric as well. I started this modpack on (I believe) the previous version of the pack, and then updated. I am pretty sure I updated before reaching these points in the questline but I'm not 100% sure on that.

JJSax avatar Apr 10 '24 00:04 JJSax

And it would seem it's happening in chapter 3 as well. I just did the springaline desh ingot and it's a gray check box but it won't let me get the rewards.

JJSax avatar Apr 10 '24 04:04 JJSax

I have the same issue, it seems to be the quest for Latex bucket - the one at the bottom of the quest page coming after the fluid extractor quest works (green tick), the instance in the middle which leads to marine fabric and polyethylene doesn't detect and only has a grey tick even when you have a latex bucket in hand.

Joplaya avatar Apr 11 '24 22:04 Joplaya

Same. Even if I force complete in editor mode it stays gray.

isochronous avatar Apr 16 '24 03:04 isochronous

I just found issue #5008 that seems to be the same thing as this, marked as completed almost a month ago which I believe is before the latest release that still struggles with this issue.

JJSax avatar Apr 17 '24 18:04 JJSax

Can confirm the issue isn't resolved in current 1.7.0. Cannot confirm if I personally completed the quest before updating to 1.7.0.

Joplaya avatar Apr 17 '24 19:04 Joplaya

I was able to work around this by setting the quests that are dependent on the latex bucket quest to only require one dependency, rather than all dependencies. I was then able to force complete those quests and the rest followed.

On Wed, Apr 17, 2024 at 3:40 PM Joplaya @.***> wrote:

Can confirm the issue isn't resolved in current 1.7.0. Cannot confirm if I personally completed the quest before updating to 1.7.0.

— Reply to this email directly, view it on GitHub https://github.com/FTBTeam/FTB-Modpack-Issues/issues/5122#issuecomment-2062083865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAF5DUKVBVH3DDKFV4SCAF3Y53FZDAVCNFSM6AAAAABF7P2SQGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRSGA4DGOBWGU . You are receiving this because you commented.Message ID: @.***>

isochronous avatar Apr 17 '24 22:04 isochronous

I started playing on 1.7.0 and have the same issue. The latex bucket is greyed out even though I have the prerequisite. image

Mejval5 avatar Apr 22 '24 10:04 Mejval5

The fix is as follows:

  1. Find your game folder (via the ftb launcher let's say).
  2. Go to config/ftbquests/quests/chapters
  3. Open getting_on_up.snbt
  4. Find these two quests that are dependencies and remove the latex bucket as dependency (delete the "6F91DBD099B24967")

image image

After I removed them: image image image

It's still stuck there, I suppose you can remove it also from the quest line by deleting this whole thing image

I don't think it's important thing to have. It can be probably also deleted from the original pack. image

Mejval5 avatar Apr 22 '24 10:04 Mejval5

I also had to do: /ftbquests editing_mode true

and then click on the Reset Progress and then Complete Instantly image

Don't forget to do: /ftbquests editing_mode false

afterwards

Mejval5 avatar Apr 22 '24 10:04 Mejval5