• Stars
    star
    193
  • Rank 200,165 (Top 4 %)
  • Language
    Lua
  • Created about 9 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Auction House addOn for Classic (1.13) IMPORTANT: The folder name must be "aux-addon" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/aux-addon-vanilla

aux - WoW Classic (1.13) AddOn

Former Vanilla (1.12) addon - now also available for Classic!

Core Features

General

  • Completely independent replacement for the Blizzard interface.
  • Elegant look stolen from TSM3.
  • Many convenient shortcuts.
  • Convenient access to the unaltered Blizzard interface.

Search

  • Automatic scanning of all pages for a query.
  • Saving of recent and favorite queries.
  • History of result listings with internet browser-like interface.
  • Advanced search filters which can be combined with logical operators.
  • Autocompletion for entering filters.
  • Concise listings cleary showing the most important information.
  • Sorting by percentage of historical value and unit price.
  • Sorting across all scanned pages.
  • Quick buying from any page without rescanning everything.
  • Real time mode which continuously scans the "newest" (actually longest duration) auctions.

Post

  • Automatic stacking.
  • Automatic scanning of existing auctions.
  • Concise listing of existing auctions.
  • Undercutting of existing auctions by click.
  • Concise listing of inventory items excluding the non auctionable.
  • Manual exclusion of specific items from the inventory listing.
  • Saving post configuration per item.
  • Efficient price input inspired by TSM.

History

  • Automatic gathering of historical data from all scans.
  • Automatic collection of vendor prices.
  • Intricate calculations for a reliable historical value.
  • Tooltip with historical value, vendor prices and disenchant value.
  • Efficient storage of data.

Slash Commands

General

/aux (Lists the settings)
/aux scan (Scans the whole auction house. Currently only used for price history. May take about a minute) /aux scale factor (Scales the aux GUI by factor)
/aux ignore owner (Disables waiting for owner names when scanning. Recommended)
/aux post bid (Adds a bid price listing to the post tab. Requires /run ReloadUI() to take effect)
/aux crafting cost (Toggles the crafting price information)
/aux post duration hours (Sets the default auction duration to 2/8/24 hours)

Tooltip

/aux tooltip value
/aux tooltip daily
/aux tooltip disenchant value
/aux tooltip disenchant distribution
/aux tooltip merchant buy
/aux tooltip merchant sell

Usage

General

For the auction listings in the search, auctions and bids tabs the following shortcuts are available.

  • Double-click on a row with blue colored count to expand it.
  • Alt-left-click on the selected row for buyout/cancel.
  • Alt-right-click on the selected row for bid/cancel.
  • Right-click on a row to start a search for the auctioned item.
  • Control-click on a row the show a preview in the wardrobe frame.
  • Shift-click on a row to copy the link to the chatframe.
  • Left-click on a header to sort.
  • Right-click on a header of a price column to switch between unit and stack price.

Furthermore

  • Double-click in editboxes will highlight everything.

Search

  • Hitting tab in the search box will accept an autocompletion.
  • Dragging inventory items to the search box or alt-clicking them will start a search.
  • Alt-clicking item links will start a search.

Search Results

Alt text

  • Bid prices for your own active bids are colored in green.
  • Bid prices for other auctions with an active bid are colored in orange.

Saved Searches

Alt text

  • When hovering over an entry the tooltip shows a longer and more nicely formatted version.
  • Left-click on an entry will start a search.
  • Right-click on an entry will show a menu with various options, including toggling Alert.
  • Shift-left-click on an entry will copy a search to the search box.
  • Shift-right-click on an entry will add a search to the existing query in the search box.

Filter Builder

Alt text While it is faster to type filters directly into the search box this sub-tab serves as a tutorial to learn how to formulate queries. The filters on the left side are Blizzard filters which may reduce the number of pages to be scanned and those on the right side are post filters which do not affect the scan time but can be combined with logical operators to formulate very complex filters.

Post

Alt text

  • When entering prices g, s and c denote gold, silver and copper respectively.
  • A price value without explicit denotations will count as gold. (e.g., 10.5 = 10g50s)
  • Price values can contain decimals. (e.g., 1.5g = 1g50s)
  • Right-clicking an item in the inventory listing will start a search.
  • Dragging an inventory item to the search box or alt-clicking it will select it in the listing.
  • In the listing of bids/buyouts a red price is undercutting stack/unit price.
  • Clicking an entry in the in the listings of bids/buyouts of existing auctions will undercut with your bid stack/buyout unit price.
  • Double-click in the bids/buyouts listings will also match the stack size.

Auctions

Alt text

Bids

Alt text

Search Filters

AddOns do not have any additional Blizzard filters available to them beyond the ones in the default auction house interface, nor do they have any other ways to combine them. Of course it is possible for an addOn to apply arbitrary filters after the Blizzard query but only the Blizzard query will affect the number of pages to be scanned and thus the time it takes for a scan. Since the Vanilla API will only let you request a page every 4 seconds having no Blizzard query in your filter can lead to very long scan times.

aux queries are separated by semicolons and always contain exactly one Blizzard query. The Blizzard query may be empty, i.e., all pages are scanned, which can be useful for collecting historical data. The real time mode only supports empty Blizzard queries. Semicolons always mean "or", i.e., q1;q2;q3 means all items matching q1 or q2 or q3 will be listed.

The parts of individual queries are separated by slashes, e.g., q1p1/q1p2;q2p1/q2p2/q2p3. All parts either belong to the Blizzard filter or the post processing filter.

Blizzard filters can be created through the form on the left side of the "New Filter" sub-tab of the "Search" tab or typed directly into the search box. For learning to write queries you can fill in the form, add the query to the search box with the "Add" or "Replace" buttons and inspect the generated output until you feel comfortable typing them out yourself. For the most part it should be rather intuitive. The first part is special in that if it doesn't match any specific filter keyword it will be treated as a Blizzard name search. E.g., a query consisting only of felcloth would list the items Felcloth, Pattern: Felcloth Hood, Felcloth Bag etc. Usually you would want to use the exact modifier which only matches auctions where the name, apart from case, exactly equals the first part of the query. exact is the only modifier which is part Blizzard and part post filter, though it is mostly treated as a Blizzard filter. exact will tailor the Blizzard query as well as possible towards the item searched (level range, item class/subclass/slot, quality ...) and it cannot be used together with Blizzard filters for these properties.

Post processing filters are more flexible. They are specified using the filter primitives you find on the right side of the "New Filter" sub-tab and can be combined with and, or and not using polish notation (https://en.wikipedia.org/wiki/Polish_notation). Filter parts other than the first which don't match any specific filter, just like the first part is treated as a Blizzard name filter, are treated as a tooltip filter. For using a tooltip filter as the first filter part there is an explicit tooltip modifier.

Here are some queries I use myself for illustration:

or/and2/profit/5g/percent/60/and3/bid-profit/5g/bid-percent/60/left/30m
This filter will search the whole auction house for auctions either with a buyout price of 5g or more below market value and 60% or less of the market value or a bid price for which the same is true and in addition only 30m or less remaining.

wrangler's wristbands/exact/or2/and2/+3 agility/+3 stamina/+5 stamina/price/1g
This will search for wrangler's wristband with 3/3 monkey or 5 stam suffixes for at most 1g buyout price.

recipe/usable/not/libram
This will scan for usable recipes and exclude those with "libram" in the tooltip (i.e., librams)

armor/cloth/50/intellect/stamina
This will scan the auction house for cloth armor which has a requirement of at least lvl 50 as well both intellect and stamina stats.

Historical Value

The historical value is a slightly time weighted median of up to 12 saved daily values where a daily value is the minimum unit buyout price for an item scanned over the course of the respective day.

More Repositories

1

Mail

Vanilla WoW Mail AddOn. IMPORTANT: The folder name must be "Mail".
Lua
54
star
2

cdframes

Cooldown timers for player, target and targettarget. IMPORTANT: Folder name must be "cdframes".
Lua
32
star
3

SortBags

Bag sorting for Classic (1.13) IMPORTANT: If you want buttons get this too: https://github.com/shirsig/Cleanup IMPORTANT: The folder name must be "SortBags" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/SortBags-vanilla
Lua
30
star
4

unitscan

Lightweight npcscan clone for classic (1.13). IMPORTANT: The folder name must be "unitscan". IMPORTANT: For vanilla (1.12) use this instead: https://github.com/shirsig/unitscan-vanilla
Lua
28
star
5

ccc

CC & DR timers for Classic (1.13) IMPORTANT: The folder name must be "ccc"
Lua
28
star
6

Cleanup

Bag sorting buttons for Classic (1.13) IMPORTANT: Requires https://github.com/shirsig/SortBags IMPORTANT: Folder name must be "Cleanup" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/Cleanup-vanilla
Lua
26
star
7

aux-addon-vanilla

Auction House addOn for Vanilla (1.12) IMPORTANT: The folder name must be "aux-addon"
Lua
23
star
8

WIM

A modified 1.12 WIM which adds an option to ignore whispers from <lvl5, a fix for Kronos' broken /who and a better method to collect /who data which works also when you get multiple whispers in short time, as well as some other minor fixes
Lua
22
star
9

aux-addon-TBC

TBC version of aux. IMPORTANT: The folder name must be "aux-addon".
Lua
17
star
10

crafty

Vanilla WoW craft/tradeskill window filter. IMPORTANT: The folder name must be "crafty".
Lua
17
star
11

aux_merchant_prices

Install like a regular addon, folder name must be aux_merchant_prices.
Lua
16
star
12

SortBags-vanilla

Bag sorting for Vanilla (1.12) IMPORTANT: If you want buttons get this too: https://github.com/shirsig/Cleanup-vanilla IMPORTANT: The folder name must be "SortBags"
Lua
11
star
13

linkmend

Converts CLINK links into regular ones and localizes and fixes regular ones if possible
Lua
9
star
14

sentry

enemy alert IMPORTANT: The folder name must be "sentry".
Lua
9
star
15

notoggle

WoW 1.12 AddOn - Disables toggling behavior of Attack, Auto Shot and Shoot IMPORTANT: AddOn folder name must be "!notoggle"
Lua
7
star
16

cooline

Coolline clone for the 1.12 client.
Lua
7
star
17

unitscan-vanilla

Lua
6
star
18

Cleanup-vanilla

Bag sorting buttons for Vanilla (1.12) IMPORTANT: Requires https://github.com/shirsig/SortBags-vanilla IMPORTANT: Folder name must be "Cleanup"
Lua
6
star
19

ccwatch

CC & DR timers for Vanilla (1.12) IMPORTANT: The folder name must"ccwatch" IMPORTANT: The Classic (1.13) version is here: https://github.com/shirsig/ccc
Lua
5
star
20

channel_monitor

Lua
4
star
21

rwsync

Multi Raid Warning
Lua
3
star
22

mouseover

WoW 1.12 AddOn - Enables mouseover actions on unitframes IMPORTANT: AddOn folder name must be "!mouseover"
Lua
3
star
23

retarget

WoW 1.12 AddOn - Retargets Hunters after Feign Death and all units after disappearing. IMPORTANT: AddOn folder name must be "retarget"
Lua
3
star
24

Clean_Up

deprecated, new version here: https://github.com/shirsig/SortBags
Lua
2
star
25

ETL

Lua
2
star
26

ECDC

modified to allow toggling of the button with /ecdc
Lua
2
star
27

attack

Enable attack with /attack
Lua
2
star
28

profession_query

Lua
2
star
29

snipe

this addon is mostly obsolete as aux can now snipe too
Lua
2
star
30

PCDC

Lua
1
star
31

Stopwatch

Lua
1
star
32

MRE

Lua
1
star
33

Clean_Up-lib

obsolete, replaced by https://github.com/shirsig/Clean_Up
Lua
1
star
34

vanilla_wow_config

1
star
35

EB

Enemy buffs. IMPORTANT: The folder name must be "!EB".
Lua
1
star