Conversation
# Replaced reference to int BANK_ITEM_CONTAINER to a local int BANK_ITEM_CONTAINER with updated working value. ## Fixed Rs2Bank.isOpen() method. Now correctly identifies if bank is open properly again. ### May not fix all banking issues for other banking situations.
WalkthroughThis pull request modifies Rs2Bank to introduce a new public constant Possibly related PRs
Note: The shift from widget text detection ("Rearrange mode") to widget visibility checking (12, 1) represents a change in how the bank open state is determined. Verify that the widget ID and index (12, 1) reliably indicate the open state across all game states where the previous text-based check was used. 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
May not fix all banking issues for other banking situations. But most basic banking situations should be fine with this.