Download
(5Kb)
Download
Compatible with Retail, Classic & TBC
Updated: 03-14-24 11:43 PM
Pictures
File Info
Compatibility:
Classic (1.15.1)
WOTLK Patch (3.4.3)
Updated:03-14-24 11:43 PM
Created:05-19-19 03:22 PM
Downloads:686,336
Favorites:376
MD5:
Categories:Classic - General, The Burning Crusade Classic, Auction House & Vendors

Vendor Price  Popular! (More than 5000 hits)

Version: 1.7.2
by: Ketho, Icesythe7

Displays the price of an item when not at a vendor

Press Shift to show the price per unit (but it needs a small delay before it updates)

Vendor Price
1.7.2 (2024-03-15)
Full Changelog Previous Releases
  • Update for patch 1.15.1 (closes #13)
  • Fixed equipped bags returning the wrong price in 1.15.0 (closes #12)
  • Check if not accidentally loaded on retail
Archived Files (16)
File Name
Version
Size
Author
Date
1.7.0
5kB
Ketho
12-05-23 04:38 PM
1.6.8
5kB
Ketho
09-28-23 04:51 PM
1.6.7
5kB
Ketho
07-24-23 07:21 AM
1.6.6
5kB
Ketho
07-23-23 09:18 AM
1.6.5
5kB
Ketho
01-23-23 04:45 PM
1.6.4
5kB
Ketho
01-21-23 02:26 AM
1.6.3
5kB
Ketho
01-17-23 09:21 PM
1.6.2
4kB
Ketho
11-26-22 05:11 PM
1.6.1
5kB
Ketho
09-30-22 10:57 PM
1.6.0
5kB
Ketho
09-22-22 03:06 AM
1.5.0
4kB
Ketho
09-02-22 08:57 AM
1.4.5
4kB
Ketho
03-28-22 04:22 AM
1.4.3
4kB
Ketho
02-14-22 03:35 AM
1.4.2
4kB
Ketho
11-16-21 08:35 AM
1.4.1
4kB
Ketho
09-08-21 04:19 AM
1.4.0
4kB
Ketho
05-05-21 11:05 AM


Post A Reply Comment Options
Unread 09-16-19, 09:54 PM  
Hirotoro
A Kobold Labourer

Forum posts: 1
File comments: 18
Uploads: 0
I replaced lines 38-41 with simply:

Code:
if count >= 1 then
	SetTooltipMoney(tt, sellPrice * count, nil)
Doing so made the addon even more minimalist than it already is, and simply gives you the retail-like functionality; you can see the vendor price on its own, no bells or whistles, at all times. No shift-modifiers, no stack size x5, x6, etc, no 'sells for' or 'vendors for' text or whatever. just the sell price on the tooltip. Like how it looks on the default UI when visiting a merchant, but 24/7.
Last edited by Hirotoro : 09-16-19 at 09:56 PM.
Report comment to moderator  
Reply With Quote
Unread 09-18-19, 11:32 AM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Originally Posted by Hirotoro
I replaced lines 38-41 with simply:

Code:
if count >= 1 then
	SetTooltipMoney(tt, sellPrice * count, nil)
Doing so made the addon even more minimalist than it already is, and simply gives you the retail-like functionality; you can see the vendor price on its own, no bells or whistles, at all times. No shift-modifiers, no stack size x5, x6, etc, no 'sells for' or 'vendors for' text or whatever. just the sell price on the tooltip. Like how it looks on the default UI when visiting a merchant, but 24/7.

Yeah, I also like the minimalistic tooltip. But I should get to adding options so users can modify it to what they want... maybe in a week or longer
Last edited by Ketho : 09-18-19 at 06:58 PM.
Report comment to moderator  
Reply With Quote
Unread 09-18-20, 07:02 AM  
Skyler001
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 1
Uploads: 1
AtlasLoot support

If you add this in Compat.lua you will get support in AtlasLoot.

elseif _G.AtlasLoot and IsShown(_G["AtlasLoot_GUI-Frame"]) then
SetPrice(tt)
Report comment to moderator  
Reply With Quote
Unread 09-19-20, 10:01 AM  
Ketho
A Pyroguard Emberseer
 
Ketho's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1026
File comments: 213
Uploads: 52
Re: AtlasLoot support

Originally Posted by Skyler001
If you add this in Compat.lua you will get support in AtlasLoot.

Thanks, I was not sure if showing a vendor price would be useful in AtlasLoot but I added it
Last edited by Ketho : 09-19-20 at 10:02 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: