[Release] Path of Exile Item Info Script - Affix Breakdown and More (Version 1.8.6)
" If you want to remap Ctrl+C to other key, you can add the following line at the end of the script file: F1::^c ; now pressing F1 is the same as Ctrl+C, you can substitute F1 to other key Since ^ in Autohotkey equals to Control key, so I don't know if ^::^c will work, please report back if it does. Moreover, in order to use remapped key in the script, you need to run the script as administrator by right-clicking the script file and choose Run as administrator For more information about key remapping, please see http://ahkscript.org/docs/misc/Remap.htm Zuletzt bearbeitet von loklok#7789 um 28.10.2015, 23:52:20
|
![]() |
Hi Guys,
it seems like i make something wrong. If i press ctrl+c the window open for 1ms and close again. Sometimes it dosent appear. I dont get a error or something. Game run as windowed or windowed fullscreen, dont make a differenz. AutoHotkey runs as Administrator. Antivirus is no problem, i´ve disabled to test it. Restart / reload of script, AutoHotkey and PoE is done, nothing changed. Tryed out Unicode 64-bit and 32-bit, nothing changed. PoE Info Version is the newest 1.8.6 AutoHotkey Version is the newest aswell 1.1.22.7 Would be nice if someone can help me. Greetings |
![]() |
" Thank you so much! It worked with both keys for me, so remapping to ^ is possible. Pretty weird fact (which doesnt bother me personally): doing this i cant use the ^ key out of game as long as the script is active, while i can use the ctrl+c function out of game. Zuletzt bearbeitet von CptQaoz#6689 um 29.10.2015, 15:12:23
|
![]() |
" The end of my script looks like this: ; ############ ADD YOUR OWN MACROS HERE ############# #IfWinActive Path of Exile ahk_class Direct3DWindowClass ahk_exe PathOfExile.exe { F5::Send {Enter}/remaining{Enter} F9::Send {Enter}/hideout{Enter} F10::Send {Enter}/global 5055{Enter} } ;*/ The #IfWinActive part makes sure that POE has to be the active window for the the commands to work. Solves the problem you are talking about. IGN: Bahnzo <--- that should find me. PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814 Zuletzt bearbeitet von Bahnzo#7060 um 29.10.2015, 17:32:22
|
![]() |
" Haha, thanks a lot man! I am blind :P And i will copy those other commands of you :D Btw, the script doesnt show affix tiers on blue items for me. Or am i missing something again? Zuletzt bearbeitet von CptQaoz#6689 um 29.10.2015, 17:56:28
|
![]() |
" It never has AFAIK. What I do is in the settings, check Show affix max possible (I think) and you at least see what the max is and should give a good idea where your affix stands. IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814 |
![]() |
Hello, i just started playing this game and tried to use this script for it but it doesn't work properly for me, when i pres Ctrl+C the popup stays up only like 1/10 of a second. Anyone know how to make it work?
Zuletzt bearbeitet von Tyundald#1900 um 31.10.2015, 06:31:23
|
![]() |
New Release:
https://github.com/Bahnzo/POE-ItemInfo/releases/tag/1.9.4 1.9.4 ================================= Fixes for base item level: sirmanky Added code at very end of script giving examples of quick key combinations to add some easy macros. This will probably be the last release on this thread. It's time for a new thread to deal with all the "when i pres Ctrl+C the popup stays up only like 1/10 of a second. Anyone know how to make it work?" posts. As always, thanks for the bug fixes guys. IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814 |
![]() |
" Thank you very much for your help, if i'll ever meet you IRL i'll get u drunk :) . |
![]() |
New thread created. Unless hazydoc returns and retakes ownership, let's move all discussion there.
https://www.pathofexile.com/forum/view-thread/1463814 IGN: Bahnzo <--- that should find me.
PoE Item Info Script: https://www.pathofexile.com/forum/view-thread/1463814 |
![]() |