TipTac Reborn

TipTac Reborn

1M Downloads

Can't show talent in tooltip on WotLKC CN server with a special 3.4.4 version client

helicdark opened this issue · 5 comments

commented

Describe the bug

WotLKC CN server has released a special 3.4.4 version client (3.4.4.59887) on Mar 20th, since then TipTac cannot show talents anymore, instead it displays a number according to classes:

Following screenshots grabbed with only Tiptac Reborn, BugSack, BugGrabber and BetterAddonList enabled:

Image
a warlock
Image
a paladin

Image
a priest

Image
Image
the dialog box showed 13 disciplne and 58 shadow correctly at bottom left, but the main talent tree is a total mess.

a weird thing is there is no error captured by bugsack.

does this bug in the inspect window affect the display of talents in TipTac?

Steps to Reproduce

No response

Expected behavior

No response

Additional context

No response

Version of TipTac Reborn

25.03.12 and previous

Flavor/Version of WoW

WotLKC 3.4.4

commented

Currently there are 3 simultaneous WoW flavors active: TWW, CataC and Classic Era

And I haven't read about an additional 4th flavor yet. 🤔

Within TipTac's coding there are several switches depending on which flavor is currently running. Maybe there's something missing for this special WotLKC flavor. Or maybe there's something wrong with the special WotLKC flavor, because of the faulty talent tree display.

commented

Currently there are 3 simultaneous WoW flavors active: TWW, CataC and Classic Era

And I haven't read about an additional 4th flavor yet. 🤔

Within TipTac's coding there are several switches depending on which flavor is currently running. Maybe there's something missing for this special WotLKC flavor. Or maybe there's something wrong with the special WotLKC flavor, because of the faulty talent tree display.

Does Tiptac's talent function rely on the system's inspection API?

commented

Yes. The inspect request to retrieve talent data is triggered by NotifyInspect(unitID). When the data has been retrieved from the server the event INSPECT_READY will be triggered and the talent data can be determined with GetTalentTabInfo().