From 8a2c7cceb6659c315bbcf8b5ae939b3952df6ec9 Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Fri, 11 Sep 2015 00:40:37 +0200 Subject: [PATCH] about text updated --- core.lua | 2 +- options.lua | 20 +++++--------------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/core.lua b/core.lua index 12b992a..b630e64 100644 --- a/core.lua +++ b/core.lua @@ -1,5 +1,5 @@ AuxVersion = "1.0.0" -AuxAuthors = "Zirco (Original); Nimeral (Backport); shirsig, Zerf (Update)" +AuxAuthors = "shirsig; Zerf; Zirco (Auctionator); Nimeral (Auctionator backport);" AUCTIONATOR_ENABLE_ALT = true AUCTIONATOR_OPEN_FIRST = false diff --git a/options.lua b/options.lua index 25b07cf..98c17cd 100644 --- a/options.lua +++ b/options.lua @@ -6,21 +6,11 @@ function Aux_ShowDescriptionFrame() AuxDescriptionHTML:SetText("" .."

What is Aux?


" .."

" - .."Figuring out a good buyout price when posting auctions can be tedious and time-consuming. If you're like most people, you first browse the current " - .."auctions to get a sense of how much your item is currently selling for. Then you undercut the lowest price by a bit. If you're creating multiple auctions " - .."you're bouncing back and forth between the Browse tab and the Auctions tab, doing lots of division in " - .."your head, and doing lots of clicking and typing." - .."


How it works


" - .."The Aux Sell panel makes this whole process easy and streamlined. When you select an item to auction, Aux displays a summary of all the current auctions for " - .."that item sorted by per-item price. Aux also calculates a recommended buyout price based on the cheapest per-item price for your item. If you're " - .."selling a stack rather than a single item, Aux bases its recommended buyout price on the cheapest stack of the same size." - .."


" - .."If you don't like Aux's recommendation, you can click on any line in the summary and Aux will recalculate the recommended buyout price based " - .."on that auction. Of course, you can always override Aux's recommendation by just typing in your own buyout price." - .."


" - .."With Aux, creating an auction is usually just a matter of picking an item to auction and clicking the Create Auction button." - .."


" - .."Additionally the Aux Buy panel lets you make mass purchases from a list of items sorted by unit price." + .."Aux adds two tabs to the traditional auction house layout, Aux Sell and Aux Buy, which make selling and buying respectively a much more streamlined experience by automating a lot of the annoying little tasks involved in managing your auctions and providing you with much better information to base decisions on." + .."


Aux Sell


" + .."The Aux Sell panel gives you pricing suggestions based on existing auctions (undercutting by 1 copper) when you put an item in the auction slot. Aux will cache search results so that you don't have to wait several seconds to minutes between auctions. If you need to update the information there's a refresh button. You can further select a specific entry from the list to base the pricing suggestion on if you don't like its default choice." + .."


Aux Buy


" + .."The Aux Buy panel makes a multi-page search for you and lists all items with the most relevant information sorted by unit price. From that list you can select all the auctions you want to buy and after your confirmation Aux then makes another multi-page search, picking up all the selected auctions in the process. At the end you're presented with a report about what has been purchased." .."

" .."")