16 lines
1.0 KiB
YAML
16 lines
1.0 KiB
YAML
General:
|
|
log_file: 'D:\SteamLibrary\SteamApps\common\Path of Exile\logs\Client.txt'
|
|
log_level: 'DEBUG'
|
|
after_sendkeys_key_wait: 0.001 # Amount of seconds to wait after a keypress. Default is 0.01
|
|
poe_window_title: 'Path of Exile'
|
|
Chat:
|
|
# Define chat messages with the following placeholders:
|
|
# message, date, channel, user, guild, to_from, item, amount, currency, tab, row, col, league,
|
|
pickup: 'Your item {item} for {amount} {currency} is ready to pickup.'
|
|
wait: 'I am currently busy. Please wait.'
|
|
ty: 'Thank you and good luck.'
|
|
sold: 'Sorry, {item} is already sold'
|
|
Parser:
|
|
re_log: '(?P<date>\d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d) (\d+) (\S+) \[(?P<level>\S+) (\S+) (\d+)\] (?P<channel>[#@%$&]?)(?P<ToFrom>To|From)?\s?(?P<guild><\S+>)? ?(?P<user>[^:]+): (?P<message>.*)'
|
|
re_trade: 'Hi, I(( would)|(''d)) like to buy your ?(?P<nrItems>\d*) (?P<item>.+) (listed )?for (my )?(?P<amount>\d+) (?P<currency>\D+) in (?P<league>\w+)\.?( \(stash tab "(?P<tab>.+)"; position: left (?P<col>\d+), top (?P<row>\d+)\))?'
|