SkyBouncer / clue_step_tracker

Shows the amount of steps done on each clue.
BSD 2-Clause "Simplified" License
0 stars 4 forks source link

[Bug] My beginner clues always seem to start with 1 step completed, until I manually check #4

Open Nick2bad4u opened 1 year ago

Nick2bad4u commented 1 year ago

This appears to only be happening with beginner clues.

https://gyazo.com/a6d6b87273b1a82299d1119c3b4618f3

pelletier2017 commented 1 year ago

It seems like it happens when you open a beginner clue scroll bottle from fishing but not when picking them up off the ground.

Nick2bad4u commented 1 year ago

It seems like it happens when you open a beginner clue scroll bottle from fishing but not when picking them up off the ground.

I only get beginners from birds nest, so maybe ur onto something.

SkyBouncer commented 1 year ago

Hmm, beginners and masters are wierd, but I'll look into it

DivineInsanity commented 7 months ago

Yep this is still an issue with Nest and bottle beginners atleast. Maybe a flag to set count to 0 if the player opens one of these?

Xylot commented 7 months ago

@SkyBouncer A possible solution would be subscribing to the onMenuOptionClicked event and ensuring a 0 count if the click event matched the beginner bird nest item ID

A similar example can be found here