Path of Maps - Track your map runs

Ok, then it probably does for unid'd maps as well, that would make sense.
If you craft a mod, you don't get the zana bonus, do you?

I deployed a fix and no bonuses should be added to unid'd maps now.
Track your map runs: http://pathofmaps.com (retired)

Retired item indexer: https://github.com/niuage/poexplorer
Last edited by niuage on Apr 8, 2016, 12:55:49 PM
I looked into websockets to refresh individual maps instantly without having to refresh the page, but it seems like with the server I'm using, Unicorn, is not multithread-capable and not supported by most libs. I'd have to install redis, which I'd like to avoid. I'll think about moving to Puma, but that'd mean downtime probably.

I added a "> rip" command (not deployed yet), so that we can record when we rip :D Maps in HC with a "rip" will be highlighted in red or something.
Track your map runs: http://pathofmaps.com (retired)

Retired item indexer: https://github.com/niuage/poexplorer
Last edited by niuage on Apr 10, 2016, 11:39:13 AM
Hi
New to the path of maps tool, in your video when you added a drop you did >drop 13 17 8

what do each of those numbers and their positions mean exactly?

Also the extra download for the ctrl + S and Ctrl+ D, what do I need to do with that after downloading it so that it works with PoM? atm anytime I try to do Ctrl + S poe just opens my social tab as if I had just pressed S and does nothing at all on Ctrl + D
So I got the Pom ahk to work but I can't for the life of me get it to copy the maps to the PoM app <.< I wrote my char name, put the authenticating code and copied the location for my client.txt but it just doesn't work. I have no clue what I'm doing wrong

Edit: 13 and 8 means map tier. And you need to download Autohotkey and open the Pom.ahk with that. I was stumped aswell but figured it eventually lol, Ghazzy has a vid about it on youtube.

Edit2: Well spank my ass and call me charlie, I copied the location but didn't add \client.txt . Now it works :D
Last edited by rasvaag on Apr 11, 2016, 1:19:13 PM
I guess I should add some documentation about that on the site...

- download AHK here: http://ahkscript.org/
- download the ahk file and put it anywhere (on your desktop for instance), and then double click on it. AHK will load it, and you should now be able to use ctrl + s and ctrl + d.
- The video is pretty old... most people dont use "> drop 13" as it just tracks the map tier. You can read more about it here: http://pathofmaps.com/help

Glad you got it working rasvaag. Btw, for other people, the path is actually case sensitive I think, so do write "Client.txt" and not "client.txt".
Track your map runs: http://pathofmaps.com (retired)

Retired item indexer: https://github.com/niuage/poexplorer
Last edited by niuage on Apr 11, 2016, 1:25:39 PM

When I tried to open the AHK Windows came up with a thing saying I had nothing to could open it.

edit: just saw a thing about Autohotkey being needed. I will pass on this. I do not trust that pice of software
Last edited by Almesin on Apr 11, 2016, 1:36:56 PM
"
Almesin wrote:

When I tried to open the AHK Windows came up with a thing saying I had nothing to could open it.

edit: just saw a thing about Autohotkey being needed. I will pass on this. I do not trust that pice of software


If you have a keyboard with programmable/macro keys that will work as well. I manually type start, end, the edit, craft and fragment command, but I have a macro key set up to ctrl+c and then enter the drop command. It is a little weird if I try to press the key in rapid succession, but it has been working well for me.
"
Almesin wrote:

When I tried to open the AHK Windows came up with a thing saying I had nothing to could open it.

edit: just saw a thing about Autohotkey being needed. I will pass on this. I do not trust that pice of software


It's your choice, but do you have any reason not to trust it? In case you didn't know, it's widely used by the whole PoE community.

--

@chronoexile: Here's a script that a redditor sent me:

"

#IfWinActive Path of Exile
^d::
Tooltip Wait..
BlockInput On
SendInput, {Enter}/{Backspace}>d{Enter}
Send, ^c
Sleep 1150
Tooltip
BlockInput Off
return


Not sure how he came up with the 1150. The app checks the logs every 2000ms, so you might want to increase it a bit. I've been using it and it's pretty helpful to have this tiny tooltip letting you know when it's safe to track the next item.

He also told me there was a way for AHK to also send messages directly to other apps, which means we could completely circumvent the PoE log files, making tracking an item almost instantaneous. I guess I'd have to keep supporting the logs for those who dont want to use AHK :(
Track your map runs: http://pathofmaps.com (retired)

Retired item indexer: https://github.com/niuage/poexplorer
I'm fine either way with or with out log file or AHK. I just don't have it right now, because my keyboard provides the same function.

Also I just bought the Perandus Manor, but the site does not support the map icon at the moment. Not sure if a high priority, but thought I would mention it.
Yep, the reason it doesn't is that I try to generate the files containing the map info from the wiki, automatically, so it's easier for me to keep up to date. But sometimes the wiki is slow to update, and as of now, the map is not listed there: http://pathofexile.gamepedia.com/Map
Track your map runs: http://pathofmaps.com (retired)

Retired item indexer: https://github.com/niuage/poexplorer

Report Forum Post

Report Account:

Report Type

Additional Info