[Tool] PoE-TradeMacro
" i did copy the whole code of trademacro file, but when opening it i get an error i used to have CTRL C for affixes, CTRL X for trades C works, X no Last edited by InAshesTheyShallReap#0055 on Nov 18, 2016, 6:36:14 AM
|
|
Check the copied parts again. Did you accidently copy a "+" before the changed lines? I did, and it took hours to find out :D
And you don´t have to copy the whole content, you open your file on your hard disc with an editor (I recommend notepad++ for things like this), search for the line with "Direct3DWindowClass" and replace the "Direct3DWindowClass" with "POEWindowClass ". There are 3 Files to edit, and one of those 3 (POE-ItemInfo.ahk) gets two additional lines: Search for the lines GroupAdd, PoEexe, ahk_exe PathOfExile.exe GroupAdd, PoEexe, ahk_exe PathOfExileSteam.exe and add after them GroupAdd, PoEexe, ahk_exe PathOfExile_x64.exe GroupAdd, PoEexe, ahk_exe PathOfExile_x64Steam.exe Be careful with the leading "+" Last edited by Stephalem#7238 on Nov 18, 2016, 7:02:20 AM
|
|
" i forgot i did extract the pre 2.5 patch file i did copy from the start to the bottom using SHIFT, and opening it i get an error: 035: ShowTooltip("No Account Name specified in settings menu.") |
|
I get same error when I press ctrl+a. This will show the items age, but only if you fill in your account name in the settings.
If you don´t know already: After starting the ahk-File a dark icon should appear in the taskbar. Doubleclicking it opens a GUI with the settings. There you can recheck your keys Last edited by Stephalem#7238 on Nov 18, 2016, 7:07:18 AM
|
|
opening trademacro.ahk with notepad, searching for "Direct3DWindowClass" nothing is found.
it was working till yesterday |
|
Thean I would suggest you download the newest version in the first posting. There will these ridiculous lines be found for sure.
|
|
what are the keys with the new one?
i did download it and not even ctrl c works with an older version, i changed the word in both files except trademacro where "POEWindowClass" does not exist at least in the older version ctrl c works edit: thank you very much for your hardwork Last edited by InAshesTheyShallReap#0055 on Nov 18, 2016, 7:25:07 AM
|
|
The new Patch broke some things (Poe-ItemInfo and/or PoeTradeMacro), be patient and I'll fix it ;-)
|
|
I have following keys:
ctlr+d for Price check ctrl+alt+d for advanced pricecheck ctrl+c for item info Is the autohotkey script successfully loaded? You shall see the icon in your taskbar. When you just downloaded the newest version, it is not fixed. You have to do the changes again, but with the newest version you can be sure that the lines you have to change are there. I spent my complete morning with the same problem. Of course you can wait until the TO updates the script ;) |
|
It's done. Should work again. https://github.com/PoE-TradeMacro/POE-TradeMacro/releases/latest
|
|