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:217
Total downloads:9,106
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 01/04/18, 01:41 AM  
b00nstrak

Forum posts: 0
File comments: 1
Uploads: 0
Hello, the error from master merchant at the listing menu is gone now. But instead I get a lot more errors back. Is it, because you still have to update the addon? or have I done something wrong?

Thanks in advance

user:/AddOns/PadMerchant/addon/TradeHouse.lua:26: attempt to index a nil value
stack traceback:
user:/AddOns/PadMerchant/addon/TradeHouse.lua:26: in function 'setupFunction'
EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:1067: in function 'ZO_ParametricScrollList:RunSetupOnControl'
EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:910: in function 'ZO_ParametricScrollList:UpdateAnchors'
EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:680: in function 'ZO_ParametricScrollList:Commit'
EsoUI/Libraries/ZO_SortableParametricList/ZO_SortableParametricList.lua:144: in function 'ZO_SortableParametricList:CommitList'
EsoUI/Libraries/ZO_SortableParametricList/ZO_SortableParametricList.lua:171: in function 'ZO_SortableParametricList:RefreshData'
EsoUI/Ingame/TradingHouse/Gamepad/TradingHouse_BrowseResults_Gamepad.lua:222: in function 'ZO_GamepadTradingHouse_BrowseResults:OnSearchResultsReceived'
EsoUI/Ingame/TradingHouse/Gamepad/TradingHouse_BrowseResults_Gamepad.lua:236: in function 'OnSearchResultsReceived'
EsoUI/Ingame/TradingHouse/Gamepad/TradingHouse_Gamepad.lua:210: in function 'ZO_GamepadTradingHouse:FireTabEvents'
EsoUI/Ingame/TradingHouse/Gamepad/TradingHouse_Gamepad.lua:266: in function 'ZO_GamepadTradingHouse:OnSearchResultsReceived'
EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:302: in function 'OnSearchResultsReceived'
EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:258: in function '(anonymous)'
Report comment to moderator  
Reply With Quote
Unread 01/08/18, 09:26 AM  
mcdonnelldean
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 13
Uploads: 1
Hi,

Nope, this is nothing you have done wrong, unfortunately this is due to a change in MasterMerchant which is breaking to PadMerchant.

The module works by overriding a small piece of MM and then sucking data out of a little holder MM used to put the data in. As of the last update this location is no longer available for me to read and as such It means this module is broken.

I'll be contacting the devs at MM to see if there is an alternative location for me to read this data but as of now, it's not easily fixable. I will update once I hear back.

Originally Posted by b00nstrak
Hello, the error from master merchant at the listing menu is gone now. But instead I get a lot more errors back. Is it, because you still have to update the addon? or have I done something wrong?

Thanks in advance

user:/AddOns/PadMerchant/addon/TradeHouse.lua:26: attempt to index a nil value
stack traceback:
user:/AddOns/PadMerchant/addon/TradeHouse.lua:26: in function 'setupFunction'
EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:1067: in function 'ZO_ParametricScrollList:RunSetupOnControl'
EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:910: in function 'ZO_ParametricScrollList:UpdateAnchors'
EsoUI/Libraries/ZO_ParametricScrollList/ZO_ParametricScrollList.lua:680: in function 'ZO_ParametricScrollList:Commit'
EsoUI/Libraries/ZO_SortableParametricList/ZO_SortableParametricList.lua:144: in function 'ZO_SortableParametricList:CommitList'
EsoUI/Libraries/ZO_SortableParametricList/ZO_SortableParametricList.lua:171: in function 'ZO_SortableParametricList:RefreshData'
EsoUI/Ingame/TradingHouse/Gamepad/TradingHouse_BrowseResults_Gamepad.lua:222: in function 'ZO_GamepadTradingHouse_BrowseResults:OnSearchResultsReceived'
EsoUI/Ingame/TradingHouse/Gamepad/TradingHouse_BrowseResults_Gamepad.lua:236: in function 'OnSearchResultsReceived'
EsoUI/Ingame/TradingHouse/Gamepad/TradingHouse_Gamepad.lua:210: in function 'ZO_GamepadTradingHouse:FireTabEvents'
EsoUI/Ingame/TradingHouse/Gamepad/TradingHouse_Gamepad.lua:266: in function 'ZO_GamepadTradingHouse:OnSearchResultsReceived'
EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:302: in function 'OnSearchResultsReceived'
EsoUI/Ingame/TradingHouse/TradingHouse_Shared.lua:258: in function '(anonymous)'
Report comment to moderator  
Reply With Quote
Unread 01/08/18, 09:50 AM  
mcdonnelldean
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 13
Uploads: 1
NOTICE:

Due to a breaking change this addon no longer works. I have gone ahead and asked the authors of MM if they would like to wrap this module up as an 'official' addon for MM.

The reality is a custom engine is pointless due to a lack of options vis a vis the gamepad UI. In baby terms this means I would basically have to replicate MM on the PCUI anyway, a wasteful exercise all being told.

The future of this addon will depend on whether or not a larger addon like MM or an alternative wish to provide an official integration point. MM would be the best choice as they tend to have the more accurate numbers (this was the original reason for going with MM in the first place).

I don't own MM nor do I know the authors but I have asked on their comments if it is something they are interested in. If they are I will update accordingly, if not (and that is totally their right) then, unfortunately, this most likely means this addon will be mothballed.

The comment is here for anyone interested: http://www.esoui.com/downloads/filei...d=928#comments

It might be no harm to lend your support in the comments section of MM but please do not spam them, it is quite possible they feel for whatever reason Gamepad support is not viable long term; whatever decision they make should be respected.
Report comment to moderator  
Reply With Quote
Unread 01/13/18, 07:01 AM  
HakaiNoArashi

Forum posts: 0
File comments: 8
Uploads: 0
Originally Posted by mcdonnelldean
NOTICE:

Due to a breaking change this addon no longer works. I have gone ahead and asked the authors of MM if they would like to wrap this module up as an 'official' addon for MM.

The reality is a custom engine is pointless due to a lack of options vis a vis the gamepad UI. In baby terms this means I would basically have to replicate MM on the PCUI anyway, a wasteful exercise all being told.

The future of this addon will depend on whether or not a larger addon like MM or an alternative wish to provide an official integration point. MM would be the best choice as they tend to have the more accurate numbers (this was the original reason for going with MM in the first place).

I don't own MM nor do I know the authors but I have asked on their comments if it is something they are interested in. If they are I will update accordingly, if not (and that is totally their right) then, unfortunately, this most likely means this addon will be mothballed.

The comment is here for anyone interested: http://www.esoui.com/downloads/filei...d=928#comments

It might be no harm to lend your support in the comments section of MM but please do not spam them, it is quite possible they feel for whatever reason Gamepad support is not viable long term; whatever decision they make should be respected.
That sucks...
I hope you can manage to fix this issues someday, to make it fully functional again.
People have to realize that keyboard isn't made for games, at least not in general. IMO, keyboards only works fine for mobas and FPS(and only if you are really bad at using a controller in FPS). For everything else, is way better to use a controller.
Report comment to moderator  
Reply With Quote
Unread 01/27/24, 03:55 PM  
mcdonnelldean
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 13
Uploads: 1
Exclamation New version incoming (TTC Support Only For Now)

Hello World,

I am back playing ESO and still shocked at the state of pricing support for gamepad users. While there are some good addons, frustratingly they don't work on all sidebar window (tooltip) context like PadMerchant did.

Given I am in no guilds (or wasn't when I returned) I moved from MasterMerchant to TTC as you get pricing regardless. Yeah it's listings vs sales, but it all averages out in the end, and if you are playing on a gamepad, you are unlikely to care too much as long as you have enough info to make an informed sale.

The good news is, with this change I have been able to rewrite PadMerchant to support TCC and make it super light in the process. It really shouldn't break now unless TCC change something drastic or ZOS change the UI machinery for tooltips in GamePad mode, which is unlikely.

New version (V2) should be available in the coming days. After that I will spend a bit of time seeing if I can learn enough about scenes to make a sales history gamepad page. No promises but at first glance it seems doable using the character details scene as a basis.

I will ping when V2 lands. Looking forward to getting some quality pricing into peoples hands.
Report comment to moderator  
Reply With Quote
Unread 02/05/24, 08:31 AM  
mcdonnelldean
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 13
Uploads: 1
Thumbs up V2.0 Incoming

Really happy with this version! It has been submitted for approval.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: