Download
(6 Kb)
Download
Updated: 08/02/23 02:12 PM
Pictures
File Info
Compatibility:
Necrom (9.0.0)
Updated:08/02/23 02:12 PM
Created:05/18/21 10:32 AM
Monthly downloads:4,997
Total downloads:72,625
Favorites:58
MD5:
Show TTC Price  Popular! (More than 5000 hits)
Version: 17.0.1
by: MarioKness [More]
Shows TTC price of items in Inventory, Craft Bag, Bank, Guild Banks, Storage Chests and Deconstruction panel.
Shows Discount and Profit of Guild Store listings.
Adds Deal and Profit filters with AwesomeGuildStore.

Dependencies
LibAddonMenu2
Tamriel Trade Center
AwesomeGuildStore (optional)
[v 17.0.1]
Bump API version to 101038

[v 17]
Added support for the deconstruction assistant.

[v 16]
Added 'None' as a choice for the setting 'Guild Store info to show'.
Increased the font size of Discount and Profit.

[v 15]
Added 'Enable Guild Store features' to settings.
Added 'Guild Store info to show' to settings.
Added 'Highlight risky deals' to settings.
Added 'Required listings' to settings.
Added 'Enable AwesomeGuildStore integration' to settings.
Added 'Enable Deal Filter' to settings.
Added 'Enable Profit Filter' to settings.
Improved text formatting.
Improved settings tooltips.
Renamed 'Both' to 'Stack and Unit'.

[v 14]
Fixed an error that occurred when formatting text.

[v 13]
Improved text formatting with commas as thousands separators.
Added 'Ignore below default sell price' to settings.

[v 12]
Added the keybinding 'Toggle TTC Prices' (same function as the new toggle).

[v 11]
Added 'Enable Toggle Button' to settings.
The toggle is now hidden by default.

[v 10]
Added a toggle that lets you swap between TTC and ESO prices.
Added 2 new choices under 'Price to show'.

[v 9]
Added 'Ignore items of type Trash' to settings.

[v 8]
Replaced 'Desired price' with 'Desired value' and 'Required value'.
Improved text formatting.

[v 7]
Added 'Ignore bound items' to settings.
Added 'Desired price' to settings.

[v 6]
The addon now ignores quest items.

[v 5]
Added multi-server support to saved variables.
Saved variables have been reset.

[v 4]
Added 'Round numbers' to settings.
Optional Files (0)


Archived Files (15)
File Name
Version
Size
Uploader
Date
17
6kB
MarioKness
11/06/22 11:30 AM
16
6kB
MarioKness
06/24/22 02:28 PM
15
6kB
MarioKness
06/23/22 02:27 AM
14
4kB
MarioKness
06/08/22 06:52 AM
13
4kB
MarioKness
06/06/22 07:16 PM
12
4kB
MarioKness
06/03/22 10:01 AM
11
3kB
MarioKness
06/03/22 09:06 AM
10
3kB
MarioKness
06/03/22 03:29 AM
9
3kB
MarioKness
02/10/22 10:04 AM
8
2kB
MarioKness
02/09/22 09:14 AM
7
2kB
MarioKness
11/17/21 08:21 PM
6
2kB
MarioKness
05/22/21 09:51 PM
5
2kB
MarioKness
05/20/21 05:28 PM
4
2kB
MarioKness
05/20/21 12:42 AM
3
2kB
05/18/21 10:32 AM


Post A Reply Comment Options
Unread 06/06/22, 07:35 PM  
MarioKness
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 3
Originally Posted by quickc
Does not work on some items like soul gems and some potions
items with default sell prices greater than their TTC prices were always ignored before, I just added an option for it nonetheless

Originally Posted by quickc
also if you do requests could you add the TTC price to other scenes like the guild store? or is there another addon what does that?
I'll look into it but there might be addons that do that already

Originally Posted by quickc
and format numbers
done
Report comment to moderator  
Reply With Quote
Unread 06/05/22, 06:15 PM  
quickc
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 14
Uploads: 1
very useful addon!

Does not work on some items like soul gems and some potions

also if you do requests could you add the TTC price to other scenes like the guild store? or is there another addon what does that?

and format numbers. TTC has a function what does it

Code:
function TamrielTradeCentre:FormatNumber(number, decimal)
	local mult = 10 ^ (decimal or 2)
	number = math.floor(number * mult + 0.5) / mult

	local i, j, minus, int, fraction = tostring(number):find('([-]?)(%d+)([.]?%d*)')
	int = int:reverse():gsub("(%d%d%d)", "%1,")
	return minus .. int:reverse():gsub("^,", "") .. fraction
end
tyvm
Report comment to moderator  
Reply With Quote
Unread 06/04/22, 07:58 PM  
drkm

Forum posts: 6
File comments: 5
Uploads: 0
Re: Re: request

Originally Posted by MarioKness
Originally Posted by drkm
Hi, is it possible to add a option to add the TTC price under the original price like this addon: https://www.esoui.com/downloads/info...mplePrice.html
Added as an option under Price to show

Originally Posted by drkm
and also add prices to the guild store in the same format?
I'll see what i can do
ty, works great with perfect pixel too
Report comment to moderator  
Reply With Quote
Unread 06/03/22, 12:26 PM  
MarioKness
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 3
Originally Posted by kueqvzzv
Phew, that was fast!

[blabla]Before, I had arranged something with different add-ons but 2 superposed numbers were cluttering the inventory interface too much for my taste.[/blabla]

Now it looks slick. thank you very much for doing this well and fast!
you're welcome
Report comment to moderator  
Reply With Quote
Unread 06/03/22, 11:11 AM  
kueqvzzv

Forum posts: 2
File comments: 29
Uploads: 0
Originally Posted by MarioKness
Hi, I added an option to show the new toggle, it's now hidden by default
Phew, that was fast!

[blabla]Before, I had arranged something with different add-ons but 2 superposed numbers were cluttering the inventory interface too much for my taste.[/blabla]

Now it looks slick. thank you very much for doing this well and fast!
Report comment to moderator  
Reply With Quote
Unread 06/03/22, 09:13 AM  
MarioKness
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 3
Originally Posted by kueqvzzv
Hi,
An option to hide that toggle button would be great. For now I went back to the version 9 and disabled the update in Minion so that's all right for me.
Hi, I added an option to show the new toggle, it's now hidden by default
Report comment to moderator  
Reply With Quote
Unread 06/03/22, 08:10 AM  
kueqvzzv

Forum posts: 2
File comments: 29
Uploads: 0
Originally Posted by MarioKness
Originally Posted by DeanGrey
Would you consider adding a toggle in the inventory? Click to swap between TTC prices and standard prices?
Done
Hi,
An option to hide that toggle button would be great. For now I went back to the version 9 and disabled the update in Minion so that's all right for me.

May be a keybind to switch between TTC and ESO prices? But that's a lot of keybinds in the end ..

Don't know if it's feasible (overriding an existing action) but the best imho would be to right click (RMB) on the head of the price column to make the switch and keep of course the left click (LMB) to inverse the sorting with the SORT button. Could name then the column button ESO and TTC and there would still be the up or down sorting direction arrow on the right.
Last edited by kueqvzzv : 06/03/22 at 08:12 AM.
Report comment to moderator  
Reply With Quote
Unread 06/03/22, 03:54 AM  
MarioKness
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 3
Re: request

Originally Posted by drkm
Hi, is it possible to add a option to add the TTC price under the original price like this addon: https://www.esoui.com/downloads/info...mplePrice.html
Added as an option under Price to show

Originally Posted by drkm
and also add prices to the guild store in the same format?
I'll see what i can do
Report comment to moderator  
Reply With Quote
Unread 06/03/22, 03:44 AM  
MarioKness
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 3
Originally Posted by DeanGrey
Would you consider adding a toggle in the inventory? Click to swap between TTC prices and standard prices?
Done
Report comment to moderator  
Reply With Quote
Unread 06/02/22, 05:42 PM  
drkm

Forum posts: 6
File comments: 5
Uploads: 0
request

Hi, is it possible to add a option to add the TTC price under the original price like this addon: https://www.esoui.com/downloads/info...mplePrice.html

and also add prices to the guild store in the same format?

ty
Report comment to moderator  
Reply With Quote
Unread 03/20/22, 12:14 AM  
DeanGrey
 
DeanGrey's Avatar
AddOn Author - Click to view AddOns

Forum posts: 22
File comments: 89
Uploads: 3
Would you consider adding a toggle in the inventory? Click to swap between TTC prices and standard prices?
Report comment to moderator  
Reply With Quote
Unread 02/12/22, 12:33 PM  
Messajah
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 30
Uploads: 1
Originally Posted by MarioKness
Originally Posted by Messajah
So if it's possible to retrieve the item type, it may be a good idea to skip TTC prices for Trash items and show their normal gold price instead?
Just added an option for that. From what i know they're only needed for a few quests, like this one https://en.uesp.net/wiki/Online:Nibbles_and_Bits. That might be why there are some on sale
Awesome, thanks a lot! Oh and yeah, I remember hearing that the Crows wanted some Treasure items, but wasn't aware that they also wanted some Trash.

The full list of Trash that has some use, at least from https://en.uesp.net/wiki/Online:Bursar_of_Tributes (hopefully he's the only quest giver), is:

- https://en.uesp.net/wiki/Online:Nibbles_and_Bits : 4 Carapaces, 3 Foul Hide, 5 Daedra Husks
- https://en.uesp.net/wiki/Online:Morsels_and_Pecks : 2 Elemental Essence, 3 Supple Roots, 3 Ectoplasm

I checked all quests listed from that NPC. Hopefully this is the full list of useful Trash in the game.


Edit: Even this "valuable" trash is useless. It's a total waste of guild trader slots to try to sell it to other players. Here are the Tamriel Trade Centre EU price averages:
  1. Carapace: 9g to trader, 14.57g to players.
  2. Foul Hide: 9g to trader, 17.43g to players.
  3. Daedra Husks: 9g to trader, 18.86g to players.
  4. Elemental Essence: 9g to trader, 14.78g to players.
  5. Supple Roots: 9g to trader, 38.15g to players.
  6. Ectoplasm: 9g to trader, 69.15g to players.

Utter junk. Even the rarest, Ectoplasm, is like a tenth of the value of typical herbs in the world. So 1 herb = 10x ectoplasm. Not worth wasting time selling this garbage to other players.

Recommendation to people reading this: Vendor these trash items or use them for your own quests. Turn off trash-item price display in this addon.
Last edited by Messajah : 03/12/22 at 09:42 AM.
Report comment to moderator  
Reply With Quote
Unread 02/10/22, 10:10 AM  
MarioKness
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 3
Originally Posted by Messajah
Originally Posted by MarioKness
Thank you
Oh by the way, something hit me today. It probably doesn't make sense to show the "TTC Value" on items of type: "Trash".

I was looking at a Carapace which is 6g to vendor, and is type "Trash". It has no uses in game. But "Show TTC Price" shows it as 26g since someone had listed it in a guild trader.

I don't think an item whose only use is to sell for 6g to a vendor, will ever sell for 26g via a guild trader.

So if it's possible to retrieve the item type, it may be a good idea to skip TTC prices for Trash items and show their normal gold price instead?
Just added an option for that. From what i know they're only needed for a few quests, like this one https://en.uesp.net/wiki/Online:Nibbles_and_Bits. That might be why there are some on sale
Report comment to moderator  
Reply With Quote
Unread 02/09/22, 05:07 PM  
Messajah
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 30
Uploads: 1
Originally Posted by MarioKness
Thank you
Oh by the way, something hit me today. It probably doesn't make sense to show the "TTC Value" on items of type: "Trash".

I was looking at a Carapace which is 6g to vendor, and is type "Trash". It has no uses in game. But "Show TTC Price" shows it as 26g since someone had listed it in a guild trader.

I don't think an item whose only use is to sell for 6g to a vendor, will ever sell for 26g via a guild trader.

So if it's possible to retrieve the item type, it may be a good idea to skip TTC prices for Trash items and show their normal gold price instead?
Report comment to moderator  
Reply With Quote
Unread 02/09/22, 02:09 PM  
MarioKness
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 22
Uploads: 3
Originally Posted by Messajah
Originally Posted by MarioKness
Hey thanks for the feedback! Glad you like the addon
Just fixed both things you suggested, along with a few other things. Should be updated soon.
Oh wow, that's fantastic, thanks man. Your addon is absolutely BRILLIANT. I tried disabling it again to feel what it's like without it, and I had to hover each item to check its value again. I would never go back to default. Your addon is a total must-have!

Thank you
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: