项目作者: r52

项目描述 :
PoE Trade Assistant Next
高级语言: Vue
项目地址: git://github.com/r52/pta-next.git
创建时间: 2020-03-15T21:16:21Z
项目社区:https://github.com/r52/pta-next

开源协议:GNU General Public License v3.0

下载


PTA-Next

License
Windows Build
Build status

PTA-Next is a MercuryTrade style trade notification UI/manager.

PTA is licensed under GPL-3.0

Update July 2021

As of the current version, PTA-Next no longer provides trade macro/price checking, custom macros and hotkeys, or mousewheel stash scrolling functionality. Go use the amazing Awakened PoE Trade for these features. Going forward, PTA-Next will focus on being a functional trade manager/notifier UI with extra vanity features.

Installation

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

Installer version: Install PTA-Next using the installer and run it from start menu

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

  • MercuryTrade style trade notification UI with stash highlighting
    • Disabled by default
    • See wiki for examples.
    • Please ensure that your Client.txt path in set in the settings for this to work!
  • Cheat Sheets
    • Currently includes Incursion and Betrayal
    • Access from Trade Bar
    • Custom images supported (change in settings)
  • Quick paste trade whispers (while holding modifier key) (currently broken due to lack of library support)
    • Disabled by default

QoL Shortcuts:

  • Cheat Sheets
    • Right Click - Dismisses window

Building

Requirements

Only 64-bit Windows is supported at this time.

Compile Instructions

  1. npm ci
  2. npm run compile

Dev/Test build

  1. npm ci # if you haven't installed this project yet
  2. npm run eb
  3. npm run watch

Tech Stack

Built on:

Contributing

Have an idea, feature, or improvement that you’d like to contribute to PTA-Next and know your way around the tech stack? Feel free to make your contribution with a pull request. Please note that this project uses Prettier code style.

Recommended VS Code Extensions:

Credits