[Tool] PoE-TradeMacro
Please remove "Superior" from the Wiki search (ctrl-w), if the item happens to have quality, or else the search returns no results. Thanks.
|
|
Are there any plans to add support for the new pathofexile.com/trade site?
|
|
" For you as a user definitely not. Adding support for it requires some bigger changes/addtions and won't be implemented soon. The trade site is still beta and work in progress and a lot of changes to it could break any trademacro implementation. |
|
I'm sorry if this was already dicussed here, but can i somehow change that if i press CTLR+C on currency i will get only Challenge standard and Permanent standard rates? I dont really care about hardcore rates so ill appreciate having only 2 lines there.
|
|
" No, currently you can't do that. |
|
Planning update for 10-day races?
|
|
" got the same message with 5.7 tried the faq at my best, but nothing seems to help. i have to say i dont have a lot of clue what i was doing. not rly using IE. no proxy used, antivirus isnt blocking anything (tried when turned off, same result), changed the ie settings. can anyone tell for an idiot what to do? |
|
i want game quit same this script exit
i make this script.. but didn't work.. ;############### Run C:\Program Files (x86)\Grinding Gear Games\Path of Exile\PathOfExile.exe Run %A_ScriptDir%\Run_TradeMacro.ahk WinWait,ahk_class POEWindowClass WinWaitClose WinKill, %A_ScriptDir%\Run_TradeMacro.ahk - AutoHotkey v1.1.26.01 WinKill, %A_ScriptDir%\_TradeMacroMain.ahk - AutoHotkey v1.1.26.01 ;############## i know ctrl+esc option key.. i want game quit same this script exit option or script.. |
|
" Fixed Code, you still have to edit the paths:
Spoiler
#SingleInstance, force
GroupAdd, PoEWindowGrp, Path of Exile ahk_class POEWindowClass ahk_exe PathOfExile.exe GroupAdd, PoEWindowGrp, Path of Exile ahk_class POEWindowClass ahk_exe PathOfExileSteam.exe GroupAdd, PoEWindowGrp, Path of Exile ahk_class POEWindowClass ahk_exe PathOfExile_x64.exe GroupAdd, PoEWindowGrp, Path of Exile ahk_class POEWindowClass ahk_exe PathOfExile_x64Steam.exe Run, "C:\Program Files (x86)\Grinding Gear Games\Path of Exile\PathOfExile.exe" TradeMacroFolderFullPath := "C:\FullPath\To\POE-TradeMacro" TradeMacroRunScript:= TradeMacroFolderFullPath "\Run_TradeMacro.ahk" Run, "%TradeMacroRunScript%" WinWait, ahk_group PoEWindowGrp WinWaitClose, ahk_group PoEWindowGrp DetectHiddenWindows, On WinClose, %TradeMacroFolderFullPath%\_TradeMacroMain.ahk ahk_class AutoHotkey ExitApp And don't put this script into the TradeMacro folder, it will be overwritten with every update. Last edited by Eruyome#0662 on Nov 14, 2017, 9:23:01 PM
|
|
" 1. Try the beta versions. 2. This issue can be very complicated, try contacting me on discord or github, the forum is not a good place for this kind of troubleshooting. Last edited by Eruyome#0662 on Nov 14, 2017, 9:22:07 PM
|
|