Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nymann/racie
Guide viewer for Path of Exile using ExileAPI
https://github.com/nymann/racie
Last synced: 20 days ago
JSON representation
Guide viewer for Path of Exile using ExileAPI
- Host: GitHub
- URL: https://github.com/nymann/racie
- Owner: nymann
- Created: 2021-11-02T00:16:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T04:39:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-10T18:44:58.885Z (about 1 month ago)
- Language: C#
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LVL Guide
PoE leveling guide plugin for PoeHelper
##### Example Guide
```
[QS a1q1 3]
Talk to Tarkleigh [QT a1q1]Get The Coast WP [P The Coast]
[G The Mud Flats]
[QS a1q4 2]
Enter The Submerged Passage [G The Submerged Passage]Get The Submerged Passage WP [P The Submerged Passage]
[WP The Coast][G The Tidal Island]
Kill Hailrake [QS a1q5 2]
[XP 4]```
##### Keywords Explanation
| Keyword | Example | Description | Is marked as completed |
| --- | --- | --- | --- |
| WP | [WP The Coast] | Take Waypoint | When the Player's current area is equal to "The Coast" |
| G | [G The Mud Flats] | Go To | When the Player's current area is equal to "The Mud Flats" |
| QS | [QS a1q1 3] | "Queast State" | When the quest `a1q1`s state (state id) is equal or lower than the wanted stage "3" [4-3-2-1-0], (the closer to 0 a quest is the further the progress.) |
| QT | [QT a1q1] | Quest Turnin | When quest is turned in (typically when reward is received) |
| P | [P The Submerged Passage] | Has Waypoint | When the Player has the waypoint for the area "The Submerged Passage" |
| XP | [XP 4] | Player level | When the Player level is equal or greater than "4" |