banner



how to install poe trade macro

PoE TradeMacro is an Autohotkey (AHK) script that provides several convenient QoL features for Path of Exile Trading.

This builds on top of PoE-ItemInfo which provides very useful item information on ctrl+c.
With TradeMacro, price checking is added via ctrl+d, ctrl+alt+d or ctrl+i. You can also open the items wiki page via ctrl+w or open the item search on poe.trade instead via ctrl+q.

See the following pages for more information.

Go to: Usage - Installation - Shortcuts
Go to: FAQ
Go to: Options
Go to: Troubleshooting

===========================================================================

Latest Version: https://github.com/POE-TradeMacro/POE-TradeMacro/releases/latest

===========================================================================

GitHub Pages

Last bumped on Oct 12, 2020, 3:46:29 AM

Avatar

Posted by
Eruyome
on Oct 21, 2016, 7:18:15 PM

Vaal Supporter

Apprentice Supporter

Abyssal Lich Supporter

High Council Supporter

Stalker Supporter

Master Soulstealer Supporter

Sentinel Overlord Supporter

Grand Sanctum Supporter

Quote this Post

Nice.

Avatar

Posted by
ZerotuL
on Oct 21, 2016, 11:23:15 PM

Quote this Post

Nice work.

Avatar

Posted by
swizz1e
on Oct 22, 2016, 2:51:25 AM

Quote this Post

Really nice script. My only question is that is there a way to make the script use a different browser instead of the default one? I use 2 different browsers if that makes sense. Other than that, so far perfect.

Avatar

Posted by
Misfate
on Oct 22, 2016, 7:09:36 PM

Quote this Post

Choosing your browser is easy by editing FunctionOpenUrlInBrowser() in trade_data\Trademacro.ahk with something like this:

https://autohotkey.com/board/topic/29797-hotkey-to-open-specific-browser-then-load-a-specific-website/

But properly adding this would require an option in the settings menu where you can add the path to your browser. I can add it to our todo list but you shouldn't count on it being implemented very fast.

Avatar

Posted by
Eruyome
on Oct 22, 2016, 11:15:55 PM

Vaal Supporter

Apprentice Supporter

Abyssal Lich Supporter

High Council Supporter

Stalker Supporter

Master Soulstealer Supporter

Sentinel Overlord Supporter

Grand Sanctum Supporter

Quote this Post

"

Eruyome wrote:

Choosing your browser is easy by editing FunctionOpenUrlInBrowser() in trade_data\Trademacro.ahk with something like this:

https://autohotkey.com/board/topic/29797-hotkey-to-open-specific-browser-then-load-a-specific-website/

But properly adding this would require an option in the settings menu where you can add the path to your browser. I can add it to our todo list but you shouldn't count on it being implemented very fast.

At least there's a manual way to do it. I'm trying to edit it and need some clarification, mostly because I don't have much of a scripting/programming background.

"

; Open given Url with default Browser
FunctionOpenUrlInBrowser(Url){
Global TradeOpts

if (TradeOpts.OpenWithDefaultWin10Fix) {
openWith := AssociatedProgram("html")
Run, %openWith% -new-tab "%Url%"
}
else {
Run %Url%
}

I'm assuming I should change "%openWith%" right? I tried replacing it with "%A_ProgramFiles%(x86)\Google\Chrome\Application\chrome.exe" and it doesn't work (Assuming if that's correct way to point chrome in the c: drive)

Avatar

Posted by
Misfate
on Oct 23, 2016, 2:07:05 PM

Quote this Post

openWith := A_ProgramFiles " (x86)\Google\Chrome\Application\chrome.exe"
Run, %openWith% -new-tab "%Url%"

This works for me. Keep in mind you have to select the Win10 browser-fix option or also replace the Run %Url%.

Avatar

Posted by
Eruyome
on Oct 23, 2016, 7:58:09 PM

Vaal Supporter

Apprentice Supporter

Abyssal Lich Supporter

High Council Supporter

Stalker Supporter

Master Soulstealer Supporter

Sentinel Overlord Supporter

Grand Sanctum Supporter

Quote this Post

Thanks, finally fixed it, pretty much perfect now.

final code for anyone else interested

"

}

; Open given Url with default Browser
FunctionOpenUrlInBrowser(Url){
Global TradeOpts

if (TradeOpts.OpenWithDefaultWin10Fix) {
openWith := A_ProgramFiles " (x86)\Google\Chrome\Application\chrome.exe"
Run, %openWith% -new-tab "%Url%"

}
else {
Run %Url%
}

Avatar

Posted by
Misfate
on Oct 23, 2016, 10:34:43 PM

Quote this Post

It's implemented now, just not released yet (development branch on github). You can add the path in the settings menu.

Avatar

Posted by
Eruyome
on Oct 24, 2016, 7:52:46 AM

Vaal Supporter

Apprentice Supporter

Abyssal Lich Supporter

High Council Supporter

Stalker Supporter

Master Soulstealer Supporter

Sentinel Overlord Supporter

Grand Sanctum Supporter

Quote this Post

This macro fails on unique maps and a lot of divination cards. Found a death and taxes earlier, and this macro gave me a value of 3c. Found 2 more unique maps since, and both gave values less than 1c.

The macro also adds corrupted to div cards that give corrupt result, so you cant price check those cards.

The old trade macro gave correct results every time, but it stopped working today, so i had to get this one, and im not impressed so far.

Avatar

Posted by
Wormweed
on Oct 27, 2016, 4:31:47 AM

Aspirant Supporter

Prophecy Supporter

Breachlord Supporter

Harbinger Supporter

Eclipse Supporter

Abyssal Lich Supporter

High Council Supporter

Grand Conquest Supporter

Shadowstalker Supporter

Forge Supporter

Assassin Supporter

Sentinel Overlord Supporter

Insatiable Malice Supporter

Divine Benevolence Supporter

Judicator Supporter

Elite Faithsworn Supporter

Master Spellblade Supporter

Quote this Post

how to install poe trade macro

Source: https://www.pathofexile.com/forum/view-thread/1757730

Posted by: davenporttonse1938.blogspot.com

0 Response to "how to install poe trade macro"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel