Skip to content

Add Veil Flipper plugin#12463

Open
MisTAiM wants to merge 14 commits into
runelite:masterfrom
MisTAiM:master
Open

Add Veil Flipper plugin#12463
MisTAiM wants to merge 14 commits into
runelite:masterfrom
MisTAiM:master

Conversation

@MisTAiM

@MisTAiM MisTAiM commented Jun 7, 2026

Copy link
Copy Markdown

Veil Flipper

GE tracking, loot tracker, slayer sync, quest tracking, weapon charges, drop probability calculator, XP sync. Serves a local HTTP API so the Veil Android companion app can display live data without any external servers.

Features

  • Tracks all 8 GE slots via GrandExchangeOfferChanged — fill %, post-tax profit calc
  • Loot tracking via ItemContainerChanged inventory diff — zero manual entry
  • Slayer task/KC/points/streak via VarPlayerID.SLAYER_* varbits
  • Quest state for all quests via Quest.getState(client) on GameTick
  • Weapon charges via VarbitID.CHARGES_* (blowpipe, trident, Sanguinesti, Tumekens) with low-charge alerts
  • Equipment death risk via WORN container (ID 94)
  • Real-time XP per skill via StatChanged
  • GE search overlay via GrandExchangeSearched — shows flip score on item search
  • Flip scores from OSRS Wiki public prices API (same source as other hub plugins)
  • Local HTTP server on port 7337 — all data stays on the player's machine

No external data transmission

The sync server is local-only (0.0.0.0 bind, LAN only). No data leaves the machine. The wiki API calls are read-only fetches of public data.

Repository

https://github.com/MisTAiM/veil-rl-plugin

@runelite-github-app

runelite-github-app Bot commented Jun 7, 2026

Copy link
Copy Markdown

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label Jun 7, 2026
@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label Jun 8, 2026
@runelite-github-app

runelite-github-app Bot commented Jun 8, 2026

Copy link
Copy Markdown

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

@MisTAiM

MisTAiM commented Jun 8, 2026

Copy link
Copy Markdown
Author

net.runelite.client.util.ReflectUtil is a class inside RuneLite itself everything should be good.

@riktenx

riktenx commented Jun 9, 2026

Copy link
Copy Markdown
Member

build in runelite-plugin.properties should be standard

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin added waiting for author waiting for the pr author to make changes or respond to questions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants