Jaliborc / BagBrother

Shared services and codebase between Bagnon and Bagnonium
7 stars 33 forks source link

Does not work with CraftUI tooltips anymore #1

Closed Stanzilla closed 9 years ago

Stanzilla commented 9 years ago

See 2015-08-02_22-48-40

Jaliborc commented 9 years ago

Apparently blizzard broke the tooltip:GetItem function, and it no longer returns valid information on linking tradeskill window items. Hence bagnon cannot know which item is being shown.

I'm unsure wether I should try to hack around it (and not sure how feasible it would be), as most mods appear to be waiting for a fix.

Stanzilla commented 9 years ago

Knowing Blizzard we can probably wait for ages for a fix :/

SoJourned commented 9 years ago

A few mods are working around it. Auctioneer, Altoholic http://jira.norganna.org/browse/LTT-56 http://pastebin.com/FeiYTf3i https://github.com/Zwixx/altoholic/commit/33566e0078861c3d26749e77cfbae8416d02732a

Jaliborc commented 9 years ago

@Stanzilla true that. @SoJourned nice! Gonna check it out!

Jaliborc commented 9 years ago

@SoJourned yeah, they hack it as I expected it to be. I'll be adding this in the end of the week (in middle of nowhere, no decent net connection right now)

Jaliborc commented 9 years ago

Fixed