RitualHelper is a lightweight, high-performance plugin for GameHelper that automatically evaluates and displays the prices of items inside the Path of Exile 2 Ritual Tribute Shop using real-time data from poe.ninja.
- ⚡ Lightning Fast UI Scanning: Utilizes a highly optimized, signature-based BFS UI tree walk to locate the Ritual Tribute Shop grid. This bypasses slow memory reflection and reads native components directly from the game's memory, ensuring zero impact on your framerate.
- 💸 Live Pricing via Poe.Ninja: Fetches live market prices in the background for currencies, unique armours, accessories, charms, and more.
- 🎨 2D-Art Based Pricing: Identifies items precisely by reading their internal 2D Art resource paths (
RenderItemcomponents). This ensures that items with the same base name but different unique identities are priced flawlessly without needing manual mapping. - 💊 Clean Overlay UI: Draws beautiful, centered pill-chip overlays at the bottom edge of each item in the Ritual window, dynamically displaying prices in Chaos (c) or Divine (d) orbs.
- 📋 Fallback Auto-Mapping (Ctrl+C): For unidentified items or items without a known 2D art mapping, hover over the item and press
Ctrl+C. The plugin will instantly read the clipboard, map the internal name to the English unique/currency name, and update the overlay.
- Ensure you have GameHelper installed.
- Download or clone this repository into the
Pluginsfolder of your GameHelper installation:GameHelper/Plugins/RitualHelper/ - The plugin is 100% standalone and uses its own lightweight memory reader to extract POE2 UI data natively, meaning no modifications to GameHelper's
Core.csare required. - Compile the plugin using
dotnet buildor allow GameHelper to auto-compile it on startup. - Launch the game and GameHelper. The plugin will silently download the latest poe.ninja prices.
- Open the Ritual Tribute Shop (Favours window) in Path of Exile 2.
- The plugin will instantly scan the UI and draw price chips over the valuable items.
- Use the GameHelper overlay (
F12) to toggle settings like Debug Mode (to view native UI memory addresses) or to disable the overlay.
- Path of Exile 2
- GameHelper v2.4.0+
- .NET 10.0 SDK (for compilation)