| Tested: | Hour of Twilight 4.3 |
| Updated: | 12-05-11 12:41 AM |
| Created: | 08-15-09 08:59 PM |
| Downloads: | 14,116 |
| Favorites: | 377 |
| MD5: | |
| Categories: | Tekkub's Emporium of Random Crap, Auction House & Vendors |

File Name |
Version |
Size |
Author |
Date |
4.2.0.12-Beta |
11kB |
Tekkub |
07-04-11 04:37 PM |
|
4.1.0.11-Releas |
10kB |
Tekkub |
05-08-11 02:52 AM |
|
4.0.0.10-Beta |
10kB |
Tekkub |
04-03-11 05:00 AM |
|
4.0.0.9-Beta |
10kB |
Tekkub |
03-05-11 04:00 PM |
|
4.0.0.8-Beta |
10kB |
Tekkub |
02-27-11 03:59 AM |
|
4.0.0.7-Beta |
10kB |
Tekkub |
10-16-10 01:31 AM |
|
3.3.0.6-Beta |
9kB |
Tekkub |
04-25-10 09:53 PM |
|
3.3.0.5-Beta |
9kB |
Tekkub |
04-04-10 04:23 PM |
|
3.2.0.4-Beta |
9kB |
Tekkub |
11-08-09 01:16 AM |
|
3.2.0.3-Beta |
9kB |
Tekkub |
09-21-09 09:19 PM |
|
3.2.0.2-Beta |
9kB |
Tekkub |
08-23-09 10:14 PM |
|
3.2.0.1-Beta |
9kB |
Tekkub |
08-15-09 08:59 PM |
![]() |
Comment Options |
|
|
|||
I don't have such issues. |
|||
|
|
|
|
|
|
I just discovered this mod via the WowInsider article. It looks very practical so far, but is having color issues on 4.3.
Here's how the text is looking on the PTR: ![]() |
|
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 9
Uploads: 0
|
Code:
Recipes you do not yet know are highlighted in blue Recipes that can't be learned are red (works) |
|
|
|
|
|
|
A Murloc Raider
Forum posts: 4
File comments: 24
Uploads: 0
|
As a simple fix for the search-box placement edit GnomishVendorShrinker.lua (located in your addon directory). I recommend Notepad++ but you can use Notepad or Wordpad. Search for this string on line 317 :
editbox:SetPoint("TOPLEFT", GVS, "BOTTOMLEFT", 0, -51) and change it to : editbox:SetPoint("BOTTOM", GVS, "TOP", 0, 6) If u dont have a line counter its about 3/4 the way down. This edit will place the search-box centered in the large dead space at the top of the frame below the vendors name. [IMG]c:\GVS.bmp[/IMG] |
|
|
|
|
|
|
Can you pleas fix the Search box that overlaps the money display at some Vendors. Maybe just hide the money frame. Everyone can see money in the bags...
![]() |
|
|
|
|
|
|
|
any idea how to fix the quality filter dropdown with same issue in 4.2 with GoblinVendorFilter, thanks so much for temp solution tho for this
|
|
|
|
|
|
|
|
Fix for 4.2
Taryble's solution from yesterday at 7:43 PM is valid. Before I noticed his fix, I found my own, which follows. DO NOT make his fix and mine both--only one or the other, whichever is more convenient for you.
The only fix that I see that needs to be made is go to line 285. The code you see should be Code:
row.ItemName:SetText((numAvailable > -1 and ("["..numAvailable.."] ") or "").. color.. (name or "<Loading item data>").. (itemStackCount > 1 and ("|r x"..itemStackCount) or ""))
Code:
row.ItemName:SetText((numAvailable > -1 and ("["..numAvailable.."] ") or "").. "|c".. color.. (name or "<Loading item data>").. "|r".. (itemStackCount > 1 and ("|r x"..itemStackCount) or ""))
Last edited by clovis6780 : 06-29-11 at 06:00 PM.
|
|
|
|
|
|
|
|
@ Taryble
Thank you so much, I was wondering if there would be a fix/update. |
|
|
|
|
|
|
|
Display problem in 4.2
For those who still use GVS in Patch 4.2, a small glitch is happening - items aren't color coded by quality, and are preceded by the 8 hex digits that SHOULD describe the color - white items, for example, are preceded by ffffffff.
To fix this, change line 252 from Code:
for i=1,7 do quality_colors[i] = select(4, GetItemQualityColor(i)) end Code:
for i=1,7 do quality_colors[i] = "|c" .. select(4, GetItemQualityColor(i)) end |
|
|
|
|
|
|
|
I am no good with LUA. What would I have to change in the code in which files to make it to where the currency for all the items is a High Strata, since I use special frames within the Interface and on some vendors, like the Blacksmithing Vendors, the currency requirements are not shown.
|
|
|
|
|
|
|
|
At the Justice vendor.
Acts like it can only see one item at the top.. scroll through the list with the one item up to.. nothing else changes. This only has happened at the Justice vendors in SW that I knwo of.
--- Code:
Date: 2011-03-22 21:15:22
ID: 1
Error occured in: Global
Count: 1
Message: ...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua line 105:
attempt to compare nil with number
Debug:
[C]: ?
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:105: SetValue()
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:147: AddAltCurrency()
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:290:
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:255
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:369:
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:367
[C]: SetValue()
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:380:
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:377
[C]: Show()
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:393:
...dOns\GnomishVendorShrinker\GnomishVendorShrinker.lua:391
[C]: MerchantFrame_UpdateMerchantInfo()
..\FrameXML\MerchantFrame.lua:69: MerchantFrame_Update()
..\FrameXML\MerchantFrame.lua:48:
..\FrameXML\MerchantFrame.lua:41
[C]: ?
[C]: Show()
..\FrameXML\UIParent.lua:1873:
..\FrameXML\UIParent.lua:1868
[C]: ?
[C]: ShowUIPanel()
..\FrameXML\MerchantFrame.lua:28: MerchantFrame_OnEvent()
...nterface\AddOns\ArkInventory\ArkInventoryStorage.lua:869: ?()
...ventory\Libs\CallbackHandler\CallbackHandler-1.0.lua:146:
...ventory\Libs\CallbackHandler\CallbackHandler-1.0.lua:146
[string "safecall Dispatcher[1]"]:4:
[string "safecall Dispatcher[1]"]:4
[C]: ?
[string "safecall Dispatcher[1]"]:13: ?()
...ventory\Libs\CallbackHandler\CallbackHandler-1.0.lua:91: Fire()
...rkInventory\Externals\Ace3-AceEvent\AceEvent-3.0.lua:120:
...rkInventory\Externals\Ace3-AceEvent\AceEvent-3.0.lua:119
AddOns:
Swatter, v5.9.4960 (WhackyWallaby)
NPCScan, v4.0.3.6
NPCScanOverlay, v4.0.3.2
ACP, v3.3.13
ArkInventory, v3.02
ArkInventoryRules, v
AucAdvanced, v5.9.4960 (WhackyWallaby)
AucFilterBasic, v5.9.4960 (WhackyWallaby)
AucFilterOutlier, v5.9.4960.2531
AucMatchUndercut, v5.9.4960.2531
AucStatHistogram, v5.9.4960 (WhackyWallaby)
AucStatiLevel, v5.9.4960 (WhackyWallaby)
AucStatPurchased, v5.9.4960 (WhackyWallaby)
AucStatSales, v5.9.4960.2842
AucStatSimple, v5.9.4960 (WhackyWallaby)
AucStatStdDev, v5.9.4960 (WhackyWallaby)
AucStatWOWEcon, v5.9.4960.2530
AucUtilAHWindowControl, v5.9.4960.3311
AucUtilAppraiser, v5.9.4960.2530
AucUtilAskPrice, v5.9.4960.3175
AucUtilAutoMagic, v5.9.4960.3142
AucUtilCompactUI, v5.9.4960.2530
AucUtilEasyBuyout, v5.9.4960.3583
AucUtilFixAH, v5.9.4960 (WhackyWallaby)
AucUtilGlypher, v5.9.4960.2545
AucUtilItemSuggest, v5.9.4960.3108
AucUtilPriceLevel, v5.9.4960.2545
AucUtilScanButton, v5.9.4960.2530
AucUtilScanFinish, v5.9.4960.2530
AucUtilScanProgress, v5.9.4960.2530
AucUtilScanStart, v5.9.4960.4819
AucUtilSearchUI, v5.9.4960.3655
AucUtilSimpleAuction, v5.9.4960.4546
AucUtilVendMarkup, v5.9.4960.2530
AutoRepair, v
Babylonian, v5.1.DEV.130
BadBoy, v6.445
Bartender4, v4.4.17
BeanCounter, v5.9.4960 (WhackyWallaby)
BlizzMove, vv1.1.1
Carbonite, v4.034
CarboniteTransfer, v1.01
Configator, v5.1.DEV.282
CTCore, v4.005
CTViewport, v4.004
DBMCore, v
DebugLib, v5.1.DEV.275
DiamondThreatMeter, v
Enchantrix, v5.9.4960 (WhackyWallaby)
EnchantrixBarker, v5.9.4960 (WhackyWallaby)
GnomishVendorShrinker, v4.0.0.9
Informant, v5.9.4960 (WhackyWallaby)
MerchantHelper, vv2.2
MikScrollingBattleText, v5.5.91
MovableHolyPower, v1.41
MoveAnything, v12.1.4
Postal, v3.4.4
PowerAuras, v4.16
Prat30, v3.4.15
Prat30HighCPUUsageModules, v
Prat30Libraries, v
Quartz, v3.0.5
Recount, v
SlideBar, v5.9.4960 (WhackyWallaby)
SpellFlash, v5.95
SpellFlashArgentTournamentMounts, v1.18
SpellFlashCore, v1.39
Stubby, v5.9.4960 (WhackyWallaby)
TidyPlates, v6.1.9 Revision: 230
TidyPlatesGraphite, v
TidyPlatesGrey, v
TidyPlatesNeon, v
TidyPlatesQuatre, v
TidyPlatesHub, v
TipTac, v10.12.05
TipTacItemRef, v10.12.06
TipTacTalents, v10.11.23
WIM, v3.5.3
WowLua, vv40000-1.0.1
XPerl, v3.1.2
XPerlArcaneBar, v
XPerlParty, v
XPerlPartyPet, v
XPerlPlayer, v
XPerlPlayerBuffs, v
XPerlPlayerPet, v
XPerlRaidAdmin, v
XPerlRaidFrames, v
XPerlRaidHelper, v
XPerlRaidMonitor, v
XPerlRaidPets, v
XPerlTarget, v
XPerlTargetTarget, v
BlizRuntimeLib_enUS v4.0.6.40000 <us>
(ck=a61)
__________________
-- "Our endless maniacal appetites left us with another way to die." -- Disturbed |
|
|
|
|
|
|
|
Got the same error for the cooking vendor in Dalaran on a character that has no Dalaran Cooking Awards (left)
|
|
|
|
![]() |
You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.