• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

UnitPrice

 
Project Updated:
Files Updated: Tue, Dec 29 2009
Supports Game Version: 3.3.0
Category: Auction & Economy
Tags:

, , , , and [Edit Tags]

Project Manager: xbeeps
Additional Authors: No additional authors
Current Version: 1.8
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 28
Downloads Total: 41,346
Favorites: 101
Comments: 12
  • About UnitPrice
  •  

Adds the current bid and buyout price of a single unit below the name of the item in the Auction House. Makes it easy to get an overview of price ranges and to tell the good deals apart from the bad deals.

Configuration:
/up - show help
/up showbid - enable/disable display of bid price.
/up showbuyout - enable/disable display of buyout price.

The slash command /unitprice also works, if /up conflicts with another addon, or if you just find it easier to remember.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  UnitPrice 1.8 Release 3.3.0 2,100 12/29/2009
  UnitPrice 1.7 Release 3.3.0 1,895 12/10/2009
  UnitPrice 1.6 Release 3.2.0 3,661 10/12/2009
  UnitPrice 1.5 Release 3.2.0 6,113 8/5/2009
  UnitPrice 1.4 Release 3.1.0 7,832 4/23/2009
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Anti1314 said

    Nice addon, thanks.
    Today, I found out it is not showing when the item name is too long. For example, 'Boilt of Imbued Frostweave'. Is there anyway can make it show the unit price?

    thanks

    Reply Report Permalink
  • persheal said


    Error: attempt to concatenate a nil value
    File: Interface\AddOns\UnitPrice\UnitPrice.lua
    Line: 81
    Count: Infinite
    ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:372: in function <...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:370>

    --------------------------------------------------
    Error: attempt to index local 'item' (a nil value)
    File: Interface\AddOns\UnitPrice\UnitPrice.lua
    Line: 81
    Count: 1
    ...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:372: in function <...ace\AddOns\Blizzard_AuctionUI\Blizzard_AuctionUI.lua:370>

    Reply Report Permalink
  • First of all, great addon, many thanks to the developers. There's a feature I'd like to see added though - the ability to sort auctions by their price per unit. Is this doable? Or does anyone know of an addon that already does something like this?

    Reply Report Permalink
  • xbeeps said

    I believe you can just click the column header. Notice the small yellow arrow that by default is on the first column.

    Reply Report Permalink
  • Dr_MjNoOoN said

    Date: 2009-02-13 00:05:32
    ID: 1
    Error occured in: Global
    Count: 1
    Message: WTF\Account\AccountName\SavedVariables\UnitPrice.lua line 1:
    unexpected symbol
    Debug:
    (tail call): ?
    [C]: ?
    [C]: LoadAddOn()
    ..\FrameXML\UIParent.lua:229: UIParentLoadAddOn()
    ..\FrameXML\UIParent.lua:240: AuctionFrame_LoadUI()
    ..\FrameXML\UIParent.lua:843: UIParent_OnEvent()
    [string "*:OnEvent"]:1:
    [string "*:OnEvent"]:1
    AddOns:
    Swatter, v5.2.4007 (DingoII)
    Babylonian, v5.1.DEV.130
    BagLady, v1.0
    Bartender4, v4.2.5
    BonusScanner, v4.5
    BuffWarn, v0.7b
    BunnyQuestLevel, v
    Configator, v5.1.DEV.160
    CrapAway, v
    CurseProfiler, v
    DebugLib, v5.1.DEV.130
    ExplorerCoords, v0.02
    Informant, v5.2.4007 (DingoII)
    Omen, v3.0.6
    OmniCC, v2.3.1
    PerlArcaneBar, v
    PerlCombatDisplay, v
    PerlConfig, v
    PerlFocus, v
    PerlParty, v
    PerlPartyPet, v
    PerlPartyTarget, v
    PerlPlayer, v
    PerlPlayerPet, v
    PerlTarget, v
    PerlTargetTarget, v
    Prat30, v3.0.4
    Prat30HighCPUUsageModules, v
    Prat30Libraries, v
    QuestHelper, v0.87
    QuestItem, v1.22
    Recount, v
    SlideBar, v5.2.4007 (DingoII)
    Stubby, v5.2.4007 (DingoII)
    StunWatch, v
    Titan, v4.1.5.30000 (Revision 120)
    TitanBag, v4.1.5.30000
    TitanClock, v4.1.5.30000
    TitanCoords, v4.1.5.30000
    TitanGoldTracker, v4.1.5.30000
    TitanPerformance, v4.1.5.30000
    TitanRepair, v4.1.5.30000
    UnitPrice, v
    WIM, v3.0.5
    (ck=3c9)

    Reply Report Permalink
  • xbeeps said

    This is not a problem with UnitPrice, it is a problem with Unicode handling on your platform. The UnitPrice.lua file the error arises in is not the addon source file, but the saved variables file, which is read and written by WoW itself only, and the addon has no influence on the encoding of this file.

    Usually WoW is capable of handling the BoM of UTF8 files, but you may have corrupted your saved variables by opening/saving or editing your savedvariables files in some non-confirming application.

    Deleting WTF\Account\AccountName\SavedVariables\UnitPrice.lua will probably solve your problem, as it will be recreated on addon loading (reverting settings to default).

    Reply Report Permalink
  • Dr_MjNoOoN said

    Is the unit price come from the current bid or from the buyout price?

    Reply Report Permalink
  • xbeeps said

    You can configure it to show one, the other or both - see the description above.

    Reply Report Permalink
  • Kerecha said

    Is there any way to get UP to play along nicely with AuctionFilterPlus ? (http://wow.curse.com/downloads/wow-addons/details/afpfansupdate.aspx)

    I love how UP shows PPU (and hate how AFP does it), but without AFP i instead miss filtering out auctions with no buyout, and the coloring for bidded/unbidded items.

    If at all mpossible i would love to have UP show me the PPU and AFP the rest, but as it is now, activting AFP makes UP stop showing at all.

    Reply Report Permalink
  • xbeeps said

    UnitPrice is very simple and non-intrusive. It only modifies the existing text string right after it has been updated. If any other addon replaces the UI somehow, there's nothing UnitPrice can do about it.

    Reply Report Permalink
  • robwood said

    Instead of putting your data on the 2nd line, could you put it to the right of the Item Name? I used to use PriceEach and it did it that way. The reason I ask is if there is an item that uses 2 line for it name (ie Raw Bristle Whisker Catfish) then no UnitPrice is displayed.

    Reply Report Permalink
  • xbeeps said

    I find that this gives a poor display, and i rarely buy those fish

    Reply Report Permalink
  • Hejmdal said

    Any chance of this being updated to work with advanced auctioneer compact ui?

    Reply Report Permalink
  • xbeeps said

    Don't think so - I've no interest in bloating this with support for the Auctioneer monster or any other addon that tries to be a one-stop shop (and apparently isn't - i don't know auctioneer very well, but if it did what it was supposed to you shouldn't need this??).

    Reply Report Permalink
  • kaimon said

    Sadly no. I was looking for the same.

    Reply Report Permalink
  • krinken said

    /up and /unitprice aren't working for me on v1.3...

    Reply Report Permalink
  • xbeeps said

    The slash command is not registered before the addon is loaded, which doesn't happen before you visit the Auction House the first time (to save loading time on the 9 out of 10 sessions where you're not going to use it).

    Reply Report Permalink
  • SvendSvin said

    I use Onebag3 and i know it's still in beta, but when i installed this addon, all the slots inthe bag was greyed out and i couldn't use them.. There wasn't any sort of errors, but no response from the items, not even a small tooltip.. I disabled this addon again, and no problems with the bag.. Is that something you could look into, since i would like to use both addons??

    Reply Report Permalink
  • xbeeps said

    I doubt this has anything to do with UnitPrice. Nevertheless i tried out OneBag3 and it works fine with UnitPrice.

    Reply Report Permalink
  • SvendSvin said

    Wierd.. I will have to try again then..

    Reply Report Permalink
  • Addon Packs Containing UnitPrice

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 2,149 Auctioneer Auction & Economy, Mail, and...
  2. 1,377 Auctionator Auction & Economy, and Tooltip
  3. 879 AuctionMaster Auction & Economy
  4. 500 AuctionLite Auction & Economy, and Tooltip
  5. 492 Sell-O-Matic Auction & Economy, and Bags...