rareitems / pors

Path of Exile helper tool for Linux X11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pors

Path of Exile helper tool for Linux.

Made using X11 API (grabbing pixels from the screen) and evdev (listening to keyboard events, sending keyboard events).

Features

  • Triggering Flasks based on HP or Mana percent
  • Triggering Skills based on HP or Mana Percent
  • Simple inventory managment (uniding, selling, stashing)
  • PoE-specific keymaps

Requirements

  • X11
  • Game has to be in fullscreen windowed.
  • 1920x1080 resolution (hardcoded values)
  • User that runs the program needs to have permission to access input and uinput subsystems. More here. Can also use sudo to run it (not recommended and not tested)

Installation

git clone https://github.com/rareitems/pors
cd pors
cargo install --path pors

Usage

pors <path_to_global_config> <path_to_character_config>

General Usage usage Details and examples about configs can be found in global_config and character_config

About

Path of Exile helper tool for Linux X11

License:GNU General Public License v3.0


Languages

Language:Rust 99.9%Language:Shell 0.1%