Skip to content

Commit

Permalink
Prepare Release
Browse files Browse the repository at this point in the history
  • Loading branch information
sushibagel committed Apr 23, 2023
1 parent bb24467 commit 2747a38
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Maven Invitation Tracking for map bosses is done automatically. Maps will only b

I have not tested Maven tracking extensively so there may be bugs. When I began this project I was excited to see the how Maven farming would feel with the new changes to Awakened Gem drops. Unforunately, (in my opinion) Maven still just doesn't feel very rewarding to farm so this resulted in minimal testing. This does not mean I refuse to work on it so please report any issues you notice.

##### Other Features:
- Check Divination Cards in each map by pressing "Control + C"
- Setup tools/applications that will launch alongside Path of Exile

## Installation:
To run this script you ***MUST*** have AutoHotKey installed. https://www.autohotkey.com/

Expand Down Expand Up @@ -59,6 +63,8 @@ If at any time you wish to change any settings this can be done by right clickin

![Tray Menu](https://github.com/sushibagel/PoE-Mechanic-Watch/blob/main/Screenshots/Tray%20Menu.jpg?raw=true)

All "Counters" (Eater, Searing, Maven, Incursion) can be incremented by clicking them or reset with "Alt + Right"

#### Tray Menu Item Descriptions:
- Select Mechanics - Allows you to select which mechanics will appear for tracking in your Overlay
- Select Auto Enable/Disable - Allows you to select which mechanics will have auto enable/disable active. Please see the important information above about this feature. [Go to Auto Mechanic Information](#auto-mechanic-tracking)
Expand Down Expand Up @@ -116,7 +122,8 @@ Thank you to user "Coco" on the AutoHotKey forums for sharing the OnWin.ahk libr
The speaker icon was found at <a href="https://www.flaticon.com/free-icons/speaker" title="speaker icons">Speaker icons created by Pixel perfect - Flaticon</a>
The play button was found at <a href="https://www.flaticon.com/free-icons/play" title="play icons">Play icons created by Freepik - Flaticon</a>
The reload button was found at <a href="https://www.flaticon.com/free-icons/refresh" title="refresh icons">Refresh icons created by Gregor Cresnar - Flaticon</a>
The stop button was found at <a href="https://www.flaticon.com/free-icons/forbidden" title="forbidden icons">Forbidden icons created by Freepik - Flaticon</a>
The stop button was found at <a href="https://www.flaticon.com/free-icons/forbidden" title="forbidden icons">Forbidden icons created by Freepik - Flaticon</a>
Thank you to the developer of divcards.io for the divination card data used in the Div Card checker.

I am in no way affiliated with Grinding Gear Games, the developers of AutoHotkey. I am in no ways responsible if this script bricks your computer, causes errors or results in a ban in Path of Exile.

Expand Down
2 changes: 1 addition & 1 deletion Resources/Data/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.4.3
v2.5
9 changes: 7 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v2.4.3
v2.5

Add some missing maps.
- Added a map divination card checker. This uses divcards.io (Can be enabled in the Hotkey Selector Menu)
- Added DivCard.ahk
- Check maps by copying map data (Control + C)
- Search for any map by setting a hotkey in the Hotkey Selector Menu. (Hint: This is useful for Kirac Missions)
- "Alt + Right" Click will now reset any counters (Eater, Searing, Maven, Incursion)
- Added and additional Expedition dialog.

0 comments on commit 2747a38

Please sign in to comment.