Download
(6 Kb)
Download
Updated: 02/05/24 08:30 AM
Pictures
File Info
Compatibility:
Scions of Ithelia (9.3.0)
Endless Archive (9.2.5)
base-game patch (9.1.5)
Necrom (9.0.0)
Updated:02/05/24 08:30 AM
Created:02/19/17 02:21 PM
Monthly downloads:165
Total downloads:9,034
Favorites:3
MD5:
9.3.0
PadMerchant  Popular! (More than 5000 hits)
Version: 2.0
by: mcdonnelldean [More]
Get Tamriel Trade Centre tootips while in Gamepad Mode! Simply install Tamriel Trade Centre and PadMerchant while using Gamepad Mode. Adds historical data to tooltips and improves Browse Results and Listing panels of the Guild Store. All relevant panels have been extended, including Bag, Bank, Mail, Guild & Craft Bag.

Features
  • Adds a reasonable suggestion range for units and stacks as applicable
  • Works on all applicable panels
  • Supports mode hot swapping. Use TCC while in Keyboard or Gamepad mode

The tooltip in the screenshot is the same across all panels. When there is not enough data for an item, the tooltip will tell you as much and best present what it has.

NOTE: I will investigate re-adding MasterMerchant and including Arkadius Trade Tools over the coming months, but no promises. Bugs aside, the next feature to try add is sales history panels that work in GamePad Mode but there is a lot in it so don't expect it soon.

Ingame donations of items, gold, or even junk are gladly accepted (@mcdonnelldean on EU)

Changelog

V2.0
  • Support for latest version of ESO API.
  • Move to TCC
  • Support Stacks
  • Better styling

V1.3
  • Support for latest version of ESO API.

V1.2
  • Enabled Hot Swapping of modes. The connection to MasterMerchant now disables when switching from gampad to pc mode.

V1.1
  • Fix for missing equipped item tooltip window when in main menu.

V1.0
  • Initial Release.
Changelog

V1.3
  • Support for latest version of ESO API.

V1.2
  • Enabled Hot Swapping of modes. The connection to MasterMerchant now disables when switching from gampad to pc mode.

V1.1
  • Fix for missing equipped item tooltip window when in main menu.

V1.0
  • Initial Release.
Archived Files (4)
File Name
Version
Size
Uploader
Date
1.3
42kB
mcdonnelldean
12/28/17 04:05 PM
1.2
43kB
mcdonnelldean
02/20/17 04:14 PM
1.1
43kB
mcdonnelldean
02/20/17 09:34 AM
1.0
42kB
mcdonnelldean
02/19/17 02:21 PM


Post A Reply Comment Options
Unread 02/20/17, 01:56 PM  
Daeymon

Forum posts: 0
File comments: 145
Uploads: 0
Thanks for the fix.

Spotted another issue I'm afraid. It conflicts with AwesomeGuildStore's connection to Master Merchant, at least partially. The noticeable affect of this disruption, is the Listings tab in AGS no longer shows the percentage of whether your current price is above or below the market average.

I'm aware AGS is not a gamepad UI compatible addon (I switch to the keyboard UI to use it), so I will understand if you have no interest in making your addon compatible with it.
Last edited by Daeymon : 02/20/17 at 02:04 PM.
Report comment to moderator  
Reply With Quote
Unread 02/20/17, 09:37 AM  
mcdonnelldean
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 13
Uploads: 1
Exclamation V1.1 Now out

V1.1 is now available for download (give minion 30 mins more)

Fixes missing equipment tooltip window. Thanks to Daeymon for spotting and resolving!
Report comment to moderator  
Reply With Quote
Unread 02/20/17, 08:32 AM  
mcdonnelldean
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 13
Uploads: 1
UPDATE: Bless your eyes! I found what you are talking about. A whole missing window! I never even noticed it. I'll push your change in the next hour. Thanks for the extra info!

I think I didn't see it first because I was clicking in and seeing both windows at that point.
--------------------------


Thanks for the reply and confirming how you ran it,

Let me test and fix later. I hadn't considered that menu and I think I know why it is happening. I'll update once I get back to my PC.

Thanks again!

Originally Posted by Daeymon
Originally Posted by mcdonnelldean
Assuming it is an addon conflict, you code above (with a minor change) should fix it but I would like to test it before fixing. Hence the reason for checking what broke exactly for you.
I always test bugs with all other addons disabled, so I know you're addon is the cause I'm afraid. You're not using BUI are you because the tooltips that are broken are part of the core Inventory UI, which BUI replaces.

Basically, enter the Inventory menu in the Gamepad UI, then scroll down to the equippment menus. When you have the menu of a certain equipment type highlighted, a tootlip should appear next to the inventory menu showing what is currently equipped in that slot. That tooltip does not show when you're addon is enabled.
Last edited by mcdonnelldean : 02/20/17 at 09:08 AM.
Report comment to moderator  
Reply With Quote
Unread 02/20/17, 08:20 AM  
Daeymon

Forum posts: 0
File comments: 145
Uploads: 0
Originally Posted by mcdonnelldean
Assuming it is an addon conflict, you code above (with a minor change) should fix it but I would like to test it before fixing. Hence the reason for checking what broke exactly for you.
I always test bugs with all other addons disabled, so I know you're addon is the cause I'm afraid. You're not using BUI are you because the tooltips that are broken are part of the core Inventory UI, which BUI replaces.

Basically, enter the Inventory menu in the Gamepad UI, then scroll down to the equippment menus. When you have the menu of a certain equipment type highlighted, a tootlip should appear next to the inventory menu showing what is currently equipped in that slot. That tooltip does not show when you're addon is enabled.
Report comment to moderator  
Reply With Quote
Unread 02/20/17, 05:42 AM  
mcdonnelldean
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 13
Uploads: 1
Hey Daeymon!

Thanks for the report! I'll get this updated around 9pm GMT today. Shouldn't take too long to publish. Thanks for the spot!

Could I ask for more info? What exactly broke for you? Was the the core UI or another addons functionality? More for my curiosity than anything I don't see any issue on my side (it would be great if I could reproduce).

Issue Tracker Id for this issue: eso-pad-merchant/issues/3

UPDATE:

I've just checked this and can't reproduce the issue.

This leads me to the conclusion that perhaps there is an addon conflict. Couple of questions:

- Are you using gamepad mode?
- Are you using any other addons that modify gamepad tooltips? (I've tested Harvens trait and style)
- Did you get a lua error? What was the actual error or issue you encountered?

NOTE for anyone reading, did you get this issue too?

UPDATE 2:

Assuming it is an addon conflict, you code above (with a minor change) should fix it but I would like to test it before fixing. Hence the reason for checking what broke exactly for you.
Last edited by mcdonnelldean : 02/20/17 at 07:57 AM.
Report comment to moderator  
Reply With Quote
Unread 02/19/17, 09:58 PM  
Daeymon

Forum posts: 0
File comments: 145
Uploads: 0
I'm afraid you're addon has broken the equipped items tooltips. But, I came across this issue on Votan's addons, and he found a solution. I've applied the small change to your addon, and the issue is gone.

Basically in Tooltips.lua update your IntegrateWith function to be like the below (basically added a "local result" to the Wrapper function):
Lua Code:
  1. -- Integrates with the given tooltip panel.
  2. local function IntegrateWith(tooltip)
  3.     local method = "LayoutItem"
  4.     local original = tooltip[method]
  5.    
  6.     -- The wrapper will call the old method first, we
  7.     -- will add our data at the bottom of the list.
  8.     local function Wrapper(self, itemLink, ...)
  9.         local result = original(self, itemLink, ...)
  10.         AddData(self, itemLink)
  11.         return result
  12.     end
  13.  
  14.     tooltip[method] = Wrapper
  15. end
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: