Quasi-In-Chat Search for Path of Exile
Latest Reddit Announcement Post
QIC is trade search tool that aims to allow Path of Exile players to have an in-game item search tool. It features searching by search terms (or terms) like "50life 60res 4L boots".
It monitors the Path of Exile client log file for commands typed in-game and uses AHK to display an On-Screen Display (OSD). Commands can be extended or modified via .txt files in terms directory. Commands work when typed in all Chat Channels except the following: "Global"
, "Trade"
, "Whisper"
. This is subject to changes.
search
or s
{search terms}
- runs a search given search term.
s gloves 80life 90eleres
searchend
or se
- closes the search result window.reload
- reloads overlay_config.ini and the GUI.searchexit
or sexit
- stops QIC. You'll need to run qic.ahk again to execute commands.For the following commands to work, the QIC Search Overlay needs to be activated/visible.
shelp
- Opens help-page in browser (local).0
,1
,2
..n
- generate WTB message for item #n
and paste to chat (You have to send it yourself).swtb{n}
- Saves WTB message #n
to savedWTB_messages.txt
.
setps5
who{n}
- sends /whois for seller of item #n
.
who4
sort*
- sort current results (see terms/sort.txt).
sortlife
view{n}
- view all stats for item #n
.
view11
page{n}
- jump to search result page #n
.
page3
listleagues
- Displays a List of all available Leagues you can search in.setleague{n}
- Writes League #n
to config file.
setleague2
setps{n}
- Writes PageSize #n
to config file.
setps5
All shortcut can be configured in overlay_config.ini
.
ctrl+q
- Toggle the GUI ON/OFF.PageUp
/ PageDown
- Browse through search results.To run QIC, you'll need:
overlay_config.ini
file:
"Fontin-Regular.ttf"
for a better experience, located in subfolder "qic-files/resource"
.create_desktop_shortcut.vbs
, this will create a Desktop Shortcut which points to run.bat
. QIC Search features automatic updates so you don't have to download again whenever a new version (bug fixes or new features) is released. Whenever you run QIC Search, it will check for any updates and apply them automatically. In case you don't want to update, you can use run-skip-update.bat
to run QIC Search, skipping updates.
If you have any problems, enable the debug mode (see Config Options below).
https://github.com/poeqic/qic/
.QIC Folder
to your desktop, use some directory like C:\Program Files\
to prevent File Permission issues.Debug Mode
in overlay_config.ini
.run.bat
and add PAUSE
at the end to keep the window from closing.
run.bat
gives this error Warning not open/create prefs root node Software/Javasoft/prefs at root 0x80000002. windows regCreateKeyExe(...) return error code 5
try this solution here (confirmed to work).Config file = overlay_config.ini
, every option has a default value if no value is specified.
ValidChars = "Char1Name,Char2Name,Char3Name"
If value is
= ""
or not specified every chat-line can trigger the search/commands, regardless if you send the line or someone else.
Excluded are the Chat-Channels:Trade, Global, Whisper
If value is= "Char1Name,Char2Name"
and so on, only chat messages from one of these Characters can trigger the search/commands. This enables commands in all chat channels (Trade
,Global
).
Be careful of typos
PageSize =
Displayed search results per page,
default = 0
Dynamic pagesize (a bit slower):0
orno value
SearchLeague ="tempstandard"
Possible values:
"tempstandard"
(current SC Temp-League)
"temphardcore"
(current HC Temp-League)
"standard"
,"hardcore"
DebugMode = 1
default = 0
(1: true
,0: false
)
writes debug info to debug_log.txt
/u/Eruyome87
/u/ProFalseIdol - IGN: ManicCompression
QIC is 100% free and open source licensed under GPLv2 Created by the contibutors of https://github.com/poeqic/ QIC is fan made tool and is not affiliated with Grinding Gear Games in any way.