GE Buyer
GE Buyer is a disabled-by-default automation plugin registered as
com.n3plugins.gebuyer.GeBuyerPlugin with config group n3gebuyer.
The plugin is an order manager, not a parallel click runner. It keeps an editable
queue in a detached window, places only one buy-offer TaskPipeline at a time,
and separately monitors submitted Grand Exchange buy slots.
Key behavior:
- opens the nearest Grand Exchange before ticking
GrandExchangeActions.createBuyPipeline(...) - respects the configured maximum occupied buy slots
- tracks queued, placing, submitted, completed, canceled, and cooldown orders
- treats a placement pipeline as stalled when its current step exceeds the configured timeout
- records completed purchases through
sdk.market.BuyLimitTracker - collects completed offers no earlier than the tick after a fill is first observed
The plugin uses active-only Break Handler tracking and PacketUtils bootstrap ownership while queued or submitted work is active.
Caution
GE Buyer can spend coins. Check item ID, quantity, price, and buy-limit values in the queue window before enabling automation.
Live verification is still pending for offer collection timing on the current RuneLite revision.