Download
(18Kb)
Download
Updated: 08-12-18 09:16 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-12-18 09:16 PM
Created:08-29-12 02:30 PM
Downloads:4,679
Favorites:36
MD5:
Categories:Auction House & Vendors, Discontinued and Outdated Mods

GnomishVendorShrinker (Fan Update for BFA) GVS

Version: Version: 8.0.0.1
by: Tonyleila, Vlad

This is just a fan update! All credits for the code go to the original author Tekkub!

Features

- Simple one-line-per-item interface
- Scrolling list, none of that "paging" crap that makes navigation slow
- Clicking an item simply buys it, instead of picking up the item
- Alt-click buys a full stack (or as close to a full stack as is possible for limited-stock items)
- Ctrl- and shift-click behave as default (dress-up and paste link, respectively)
- Recipes you do not yet know are highlighted in blue
- Items you cannot use are highlighted in red
- Search box to help you find that item you're after on a vendor with hundreds of items

Version: 8.0.0.1
fix: PlaySound(1115)

8.0.0.0: BFA Update
Fixed everything I found in github Pull Requests:
https://github.com/TekNoLogic/GnomishVendorShrinker/pulls

Thanks to MuffinManKen and Ken Paulson!
Post A Reply Comment Options
Unread 05-25-22, 07:32 AM  
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view AddOns

Forum posts: 162
File comments: 362
Uploads: 17
Updated for 9.2

there is a new update for gnomish vendor shrinker here
__________________
Report comment to moderator  
Reply With Quote
Unread 10-20-20, 11:39 AM  
AnrDaemon
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 156
File comments: 2231
Uploads: 5
Report comment to moderator  
Reply With Quote
Unread 10-19-20, 12:35 PM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
Line 23-24 in AltCurrencyItem.lua as well
Code:
	for i=1,C_CurrencyInfo.GetCurrencyListSize() do
		local name, _, _, _, _, count = C_CurrencyInfo.GetCurrencyListInfo(i)
Last edited by tordenflesk : 10-19-20 at 01:01 PM.
Report comment to moderator  
Reply With Quote
Unread 10-17-20, 02:00 AM  
Gershuun
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 0
For 9.0 change these two files:

Line 42 of GnomishVendorShrinker\frames\MerchantItem.lua
alt_click_exceptions[GetCurrencyInfo(824)] = true

alt_click_exceptions[C_CurrencyInfo.GetCurrencyInfo(824)] = true



Line 103 of GnomishVendorShrinker\externals\ui-scrollbar.lua
local border = CreateFrame("Frame", nil, f)

local border = CreateFrame("Frame", nil, f, BackdropTemplateMixin and "BackdropTemplate")
Report comment to moderator  
Reply With Quote
Unread 06-25-19, 05:31 PM  
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member

Forum posts: 135
File comments: 742
Uploads: 0
Please update this?

I'll try to post errors again, but I haven't been able to consistently use it in a while; once it errors out, it affects a whole bunch of other stuff. I've been hoping for an update...
-Barleduq
Report comment to moderator  
Reply With Quote
Unread 01-30-19, 09:52 AM  
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member

Forum posts: 135
File comments: 742
Uploads: 0
Here to report

... the same error. Hoping the author picks up the fix!

-Barleduq
Report comment to moderator  
Reply With Quote
Unread 12-16-18, 11:13 AM  
krowbar71
A Defias Bandit

Forum posts: 2
File comments: 9
Uploads: 0
Editing ...\GnomishVendorShrinker\frames\QtyPopout.lua, line 15

Code:
OpenStackSplitFrame(250, self, "LEFT", "RIGHT")
to
Code:
StackSplitFrame:OpenStackSplitFrame(250, self, "LEFT", "RIGHT")
seems to work.
Report comment to moderator  
Reply With Quote
Unread 12-13-18, 09:50 AM  
tordenflesk
A Deviate Faerie Dragon

Forum posts: 18
File comments: 213
Uploads: 0
8.1 error:
Code:
1x ...ceGnomishVendorShrinker\frames\QtyPopout.lua:15: attempt to call global 'OpenStackSplitFrame' (a nil value)
...ceGnomishVendorShrinker\frames\QtyPopout.lua:15: in function <...ceGnomishVendorShrinker\frames\QtyPopout.lua:5>

Locals:
self = <unnamed> {
 0 = <userdata>
 SplitStack = <function> defined @GnomishVendorShrinker\frames\QtyPopout.lua:24
}
button = "LeftButton"
id = 14
link = "|cffffffff|Hitem:38682::::::::25:265::::::|h[Enchanting Vellum]|h|r"
_ = "Enchanting Vellum"
_ = 237050
_ = 950
vendorStackSize = 1
numAvailable = -1
maxPurchase = 200
_ = "Enchanting Vellum"
_ = "|cffffffff|Hitem:38682::::::::25:265::::::|h[Enchanting Vellum]|h|r"
_ = 1
_ = 136
_ = 0
_ = "Tradeskill"
_ = "Other"
itemStackSize = 200
size = 200
(*temporary) = nil
(*temporary) = 250
(*temporary) = <unnamed> {
 0 = <userdata>
 SplitStack = <function> defined @GnomishVendorShrinker\frames\QtyPopout.lua:24
}
(*temporary) = "LEFT"
(*temporary) = "RIGHT"
(*temporary) = "attempt to call global 'OpenStackSplitFrame' (a nil value)"
Report comment to moderator  
Reply With Quote
Unread 11-24-18, 10:37 PM  
Shaun Dreclin
A Kobold Labourer

Forum posts: 0
File comments: 9
Uploads: 0
I think the highlighting logic is broken, it's showing some items that I cant use/buy highlighted in white or just not in red, and it's showing currencies that I have enough of in red
Report comment to moderator  
Reply With Quote
Unread 08-20-18, 05:05 PM  
Aisenfaire
A Murloc Raider

Forum posts: 6
File comments: 394
Uploads: 0
Thank you for sharing this! There isn't even another addon that comes close to how neat and functional this one is.
Report comment to moderator  
Reply With Quote
Unread 08-12-18, 08:16 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Re: bug

Thanks for offering this fix! So I replace it with PlaySound(1115) now, anything else?
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 08-11-18, 08:50 AM  
sirpucna
An Aku'mai Servant

Forum posts: 31
File comments: 30
Uploads: 0
bug

found a few bugs,


to replicate this, visit legion dalaran blacksmith trade area, talk to "Imindril Spearsong", then talk to "Arcanomancer Vridiel" the result is below:



if you manually click the down arrow to scroll through the items, it will error:
i fixed it by commenting out "PlaySoundKit(SOUNDKIT.UChatScrollButton)" and replacing it with "PlaySound(1115)"

Using /reload ui, then visiting any NPC will cause the scroll up arrow to be grayed out regardless of position, visiting "Arcanomancer Vridiel" restores the functionality.

the last 2 bugs most people can avoid simply using the mouse scroll wheel.
Last edited by sirpucna : 08-11-18 at 09:05 AM.
Report comment to moderator  
Reply With Quote
Unread 08-10-18, 08:26 AM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Originally Posted by Ookami.kun
Thanks for the update.
Any chance of looking at GoblinVendorFilter too?
Nah sorry I never used it and coud not find any fixes and it was last updated sooo long ago.
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Report comment to moderator  
Reply With Quote
Unread 08-09-18, 03:32 PM  
Ookami.kun
A Cliff Giant
 
Ookami.kun's Avatar

Forum posts: 79
File comments: 238
Uploads: 0
Thanks for the update.
Any chance of looking at GoblinVendorFilter too?
__________________
Report comment to moderator  
Reply With Quote
Unread 08-09-18, 11:29 AM  
Barleduq
Premium Member
 
Barleduq's Avatar
Premium Member

Forum posts: 135
File comments: 742
Uploads: 0
Thank you thank you thank you thank you thank you. It's been throwing errors for months, ever since the dropdown taint appeared all over.

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



Category Jump: