Quoted from "bleedingblak;576317"
No bigs.
A little curious. AAH seems to be loading things slower than usual? Is that just me, or have other people been experiencing this also?
There is a simple reason why this is happening. StatLinks hooked a function of AAH and did his work. But TellTod and I am restucturing and optimizing the addon. Because of that the hook does no longer work and needs to be updated to the new version of AAH. Eventually we can create some legacy checks and hooks for that addon. I'll talk to TellTod about that.
Quoted from "vfwiffo;576625"
Like what is being done to it. Nice work.
There is an addon called StatLinks (http://rom.curseforge.com/addons/statlinks/) that replaces the text of stats. Basically, instead of seeing the [Mana Stone Tier 5], you see [Spell Of Dragon Wilderness IX]. Very useful.
That works when you link from inventory. In AAH, it no longer replaces stat names on either in-AAH listings or when you link the stat from AAH. I took a look at source for addon, and it has a function that hooks it into AAH. The new AAH looks like it broke the linkup.
Any ideas? It seems to be talking about tier 4 stones, but it worked with tier 5 just fine before new AAH. Doesn't work with tier 4 either.
|
|
Source code |
1 |
call MagicBoxFrameItemButton1's OnClick, Line: ...erface/AddOns/AdvancedAuctionHouse/Lua/AAH_Hooks.lua:252: bad argument #1 to 'GrabItemLink' (number expected, got nil) |
The problem is, that there is no function to get the item link of items in bid or sell tabs, there is only one for the browse tab, which of course isn't helpful there. So we have to parse the tooltip in try to generate our own which is a lot of code for such a little feature. The bug is caused because of two items with the same name, so that the itemid was incorrect.
Quoted from "Ravesden;577872"
Sorry to bug >.<
Another thing I noticed, is when linking from your own "Sell" tab, if the item has a clickable effect, itll show up as t4 lvl 50 when you link it into a chat channel.
index.php?page=Attachment&attachmentID=5242
edit: the screen is kinda small, so heres the image link:
http://www.mediafire.com/view/?5eotjmjrkttnr6b#
Quoted from "Gilderoi;577930"
Seems the page on curseforge has changed. I thought I was getting the most up to date version but it was not. I think it was 2.9.5 or something like that and the gold/dias section was gone. Thank goodness I had mine in another folder so I could swap back.