JusKillmeQik / PoE-Leveling-Guide

Autohotkey overlay macro for leveling in Path of Exile
MIT License
372 stars 56 forks source link

Manually set the location / zone #64

Closed Newbrn closed 3 years ago

Newbrn commented 3 years ago

Would it be possible to manually define the location / zone where the player is? For example, some players use geforce now and would not have access to .log or .txt files. I know it may sound stupid, but any button to scroll through the area and then selecting the one you are in would be very cool for this case.

Anyway, the tool is sensational. Thanks for the work.

runalsh commented 3 years ago

I need too for GFN great tool!

changing PathOfExile.exe to GeForceNOW.exe in .ahk file is not enough

JusKillmeQik commented 3 years ago

If the tool comes up using GFN, then you don't need to change the exe.

If there is a mouse, you can you select the zone you want from the drop down menu. I used to have hotkeys for cycling the zones but no one was using them. I can add them back if they would be beneficial, but I need to know what would be a good hotkey for you.

Newbrn commented 3 years ago

ctrl + Page Up and ctrl + Page down seem like good hotkeys, right? what do you think? ty man !

JusKillmeQik commented 3 years ago

Ok, I added a stealth hotkey for cycling to the next zone. I don't have room in the settings for it now, but I'll expand it in the next release a few weeks from now.

For the time being please download the master branch and test it out: https://github.com/JusKillmeQik/PoE-Leveling-Guide/archive/master.zip

Only Control+PageDown works for now, but you can cycle through the whole list that way and it will loop back around. Try it out and if you find you need a hotkey for going backwards, or a hotkey for changing Acts, please let me know.

Newbrn commented 3 years ago

Great, arriving from the work done the tests and I give you some feedback.

Another point, I made some changes so that the program could be used in GFN, would it be of any use to you? I believe it is a silly code and is probably already planned for the next update.

JusKillmeQik commented 3 years ago

Are you familiar with Git enough to fork my repo and create a merge request with your changes? I don't have GFN so I don't have a way of testing anything. If you show me what you did, I can make sure to add it to the right places. I may even be able to get it working automatically so I don't need the extra hotkey.

Newbrn commented 3 years ago

I'm not exactly familiar with git, but it doesn't look like a seven-headed bug. I believe I can fork and then "create a new branch for this commit and initiate a pull request".

About automating zone change, I'm really curious about this solution. Bearing in mind that the logs are unfortunately on GFN servers. It would be really cool.

JusKillmeQik commented 3 years ago

If you'd like to just list the changes you made to get the tool to work with GFN I can also make them myself. Let me know.

JusKillmeQik commented 3 years ago

closing as I fixed this and did not hear any complaints