Skip to content

fix(MKE_Wintertodt): collect rewards from Reward Cart - #548

Merged
chsami merged 4 commits into
chsami:developmentfrom
infuse21:wintertodt
Sep 3, 2026
Merged

fix(MKE_Wintertodt): collect rewards from Reward Cart#548
chsami merged 4 commits into
chsami:developmentfrom
infuse21:wintertodt

Conversation

@infuse21

@infuse21 infuse21 commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Summary

Fixes MKE Wintertodt failing to collect rewards from the Reward Cart.

Root cause

The plugin searched for an object named Reward, but tile-object name matching is exact and the in-game object is named Reward Cart. This caused the lookup to return no object, so the Big-search action was never performed.

Changes

  • Query the correct Reward Cart object name.
  • Bump MKE Wintertodt from 2.2.1 to 2.2.2.

Verification

  • Confirmed the live Reward Cart object is found and reachable.
  • Confirmed the plugin interaction returns successfully.
  • Confirmed rewards are collected into the inventory.
  • Confirmed the cart reports no rewards remaining afterward.
  • Focused compilation and tests pass.

chsami and others added 4 commits August 13, 2026 21:18
Promote the validated Jewelry, Jad Helper, Herbiboar, and Auto Woodcutting fixes from development. Development Build passed for the exact merged branch head.
Fixes MKE Wintertodt failing to collect rewards from the Reward Cart.
@chsami
chsami merged commit 53eef9a into chsami:development Sep 3, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants