A lightweight GameHelper2 plugin for Path of Exile 2 that tracks Azmeri wisps in the Wildwood (Viridian Wildwood), displays them on the in-game map, and calculates optimal harvest routes.
- In-Game Map Overlay (Tab): Displays all discovered Azmeri wisps directly on the large in-game map.
- Accurate Tier Color-Coding:
- 🟣 Wild (Purple)
- 🟡 Vivid (Yellow)
- 🔵 Primal (Blue)
- 🟠 Sacred (Orange)
- Optimal Route Calculation (Main Run): Generates a walkable route avoiding obstacles, prioritizing dense wisp trails, larger wisps, and higher-tier rewards.
- Even-Harvest Route (Optional): Draws a secondary turquoise route aimed at balancing your collected wisp counts based on current deficits and zone scarcity.
- Deep Area Scan: Discovers wisps well beyond the local network bubble using GameHelper's sleeping-map scan to reveal the broader layout ahead of time.
- On-Screen HUD: Minimalistic, click-through counter showing zone wisp counts by tier, collected tally, and estimated route yields.
- Bilingual Support: Full English (
en-US) and Russian (ru-RU) localization, automatically matching GameHelper or set independently.
- Download the latest
Wisps.zipfrom the Releases page. - Extract the contents into your GameHelper plugins directory:
Ensure the folder structure contains
GameHelper/Plugins/Wisps/Wisps.dlldirectly insidePlugins/Wisps/. - Launch or restart GameHelper.
cd GameHelper/Plugins/
git clone https://github.com/InfernalVoooid/Wisps.git
dotnet build Wisps/Wisps/Wisps.csproj -c ReleaseOpen the plugin settings in the GameHelper overlay:
- Marker Size: Adjust the diameter of wisp dots on the map.
- Draw a collection route: Toggle the primary optimal harvest route.
- Even-harvest route: Toggle the secondary tier-balancing route.
- Deep area scan: Reveal wisps outside the network bubble (toggle off if experiencing stutter on lower-end CPUs).
- On-screen counter: Position the HUD counter in any screen corner.
- Requires Path of Exile 2
- Built for GameHelper2 (
net10.0-windows, x64)
This project is licensed under the MIT License.