-
Notifications
You must be signed in to change notification settings - Fork 4
/
params.json
6 lines (6 loc) · 3.12 KB
/
params.json
1
2
3
4
5
6
{
"name": "PoE-TradeMacro",
"tagline": "Automatic Price checking script for Path of Exile",
"body": "[Join our Discord Chat!](https://discord.gg/taKZqWw)\r\n[![Join the chat at https://gitter.im/PoE-TradeMacro/Lobby](https://badges.gitter.im/PoE-TradeMacro/Lobby.svg)](https://gitter.im/PoE-TradeMacro/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\r\n\r\n# Welcome to POE-TradeMacro!\r\n\r\n**PoE-TradeMacro** is an Autohotkey (AHK) script that provides several convenient QoL features for Path of Exile Trading. This includes automatic price check macro.\r\n\r\n### Warning\r\n\r\nNever completely trust any price checking tool. Inform yourself about what this tool can do and what not (FAQ for example). Use the tools average and median prices to quickly judge if the first results could be accurate or totally wrong. When in doubt ask other people or do some manual checks.\r\n\r\n### Usage / Instructions\r\n\r\n1. Install AHK (http://ahkscript.org)\r\n2. Download the [latest release](https://github.com/POE-TradeMacro/POE-TradeMacro/releases/latest) and extract the zip-file. \r\n3. Make sure to run PoE in (borderless) windowed mode. Otherwise it won't work!\r\n4. Run **_Run_Only_This.ahk_**.\r\n5. Default league is set to SC Temp, you can change this by right-clicking on the system tray icon > PoE (Trade) Item Info Settings.\r\n6. Check out the [wiki](https://github.com/PoE-TradeMacro/POE-TradeMacro/wiki) for faqs and details about the different settings.\r\n\r\n### Shortcuts\r\n\r\n|Shortcut|Description|\r\n|---\t|---\t|\r\n| ctrl+d | Price item on poe.trade.\r\n| ctrl+alt+d | Advanced item search for `uniques`. \r\n| ctrl+c | See item info (via PoE-ItemInfo). \r\n| ctrl+i | Opens a text input where you can type an item name to search for.\r\n| ctrl+w | Open the items wiki page. \r\n| ctrl+q | Open the item search on poe.trade instead of showing a tooltip with results.\r\n| ctrl+a | Show item age (own listed items).\r\n\r\n### Additional Macros\r\n\r\n`AdditionalMacros.txt` allows you to add your own macros to be included in the script or to use some of the already created macros. Simply remove the comment by deleting the `;` in front of a line.\r\n\r\nSee the following pages for more information.\r\n\r\n[Go to: FAQ](https://github.com/POE-TradeMacro/POE-TradeMacro/wiki/FAQ)\r\n\r\n[Go to: Options](https://github.com/POE-TradeMacro/POE-TradeMacro/wiki/Options)\r\n\r\n[Go to: Troubleshooting](https://github.com/POE-TradeMacro/POE-TradeMacro/wiki/Troubleshooting)\r\n\r\n### Additional Notes\r\n\r\nPoE-TradeMacro builds on top of [PoE-ItemInfo](https://github.com/aRTy42/POE-ItemInfo) (cheers to the ItemInfo team) which provides very useful item information on **ctrl+c**. TradeMacro will be updated to always have the latest PoE-ItemInfo code, you don't have to run their script since it's included here.\r\n\r\n### Screenshots\r\n\r\n![screenshot](http://i.imgur.com/Zw2frfP.png) \r\n\r\n![screenshot](http://i.imgur.com/Q3V9ODC.png) \r\n\r\n![screenshot](http://i.imgur.com/ThuzbtI.png)",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}