Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

r52/PTA

Repository files navigation

Looking for PTA updates? Check out PTA-Next instead!

PTA

License Windows Build Build status

PTA (PoE Trade Assistant) is currently a PoE-TradeMacro clone (with fewer features) that operates on the Official Path of Exile Trade website instead of third-party alternatives. It hopes to become a full fledged trade assistant tool in the future.

NOTE: As with any pricing tools, never trust or rely on its results entirely. If something seems off, confirm with a manual search. It could very well be an issue with the app itself.

PTA is licensed under GPL-3.0

Installation and Usage

Download the latest release from Releases OR a development build from here or here.

Extract the archive and run PTA.exe

If your PC is not running Windows 10 with the latest feature updates or you are getting a VC runtime error, you MUST download and install the Microsoft Visual C++ Redistributable!

Features

All shortcuts and macros can be re-configured in the settings.

Building

Requirements

Only Windows x64 is supported.

Instructions

  1. Build the PTA executable using PTA.sln.
  2. cd ./PTA/search/
  3. npm ci && npm run build

Credits