From 5bc56d9d42d8dec52e9e1a11d4175be900f66ec7 Mon Sep 17 00:00:00 2001 From: Arun Sundaram <26311830+asundr@users.noreply.github.com> Date: Tue, 30 Dec 2025 05:14:18 +0000 Subject: [PATCH] add offer-at-price (#9898) * Added Offer At Price plugin 1.0.0 * OfferAtPrice: updated description and readme * OfferAtPrice: Added missing license * Replaced dynamic event registration with bool, offered price now considers existing offer, warnings for mismatched trades --- plugins/offer-at-price | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 plugins/offer-at-price diff --git a/plugins/offer-at-price b/plugins/offer-at-price new file mode 100644 index 000000000..242a3434e --- /dev/null +++ b/plugins/offer-at-price @@ -0,0 +1,2 @@ +repository=https://github.com/asundr/runelite-offer-at-price.git +commit=6b2fab85d16a6b453cc2c1cd3b73cf37c7f5fab5 \ No newline at end of file