Open KoForm opened 2 months ago
its working ok for me. the wow icons usually mean the server didnt send the item data so it defaults to that.
refreshing or moving them to another slot should update them. failing that you can try right clicking on the refresh icon and selecting clear category cache
I tried all three of the above methods you told me, but the problem was still not solved.
I deleted the lua file in the WTF folder, reset all settings, logged into the game and checked, and caged-battlepets were displayed correctly. when I copied and pasted the lua file that I had set up and used for years, the same problem occurred again. And Buggrabber does not catch any bugs in the event of this problem.
I am attaching my lua file that is causing problems. I'd appreciate it if you could take a look.
To Reproduce With my lua.file setting, when any battlepet is kept in a cage, or any caged-battlepets are in the bag, it happens.
i havent looked at the data yet but try this command in the chat window
/run ArkInventory.EraseSavedData( nil, ArkInventory.Const.Location.Pet )
if that doesnt help try this one
/run ArkInventory.EraseSavedData( )
the first one will erase all saved pet data, the other will erase all your saved data, leaving the config intact. youll have to log into each of your characters to pick up their data again if you have to run the second command.
First of all, I would like to thank you for taking the time to help me. However even if I try the two methods you told me about, there is no big change. The first one didn't have any change, and the second one had a message pop up in the chat window. I did the reload just in case, but it was the same
v31100 / retail / english
not sure it is the same issue but figured i would not start a new thread.
i'm getting this error message any time I mouse over a pet in my inventory. pet icons display correctly. I can move them around as normal. i went hogwild and deleted all my ArkInventory data from WTF folder to see if that might fix things.
Message: Interface/AddOns/ArkInventory/Core/ArkInventory.lua:9140: attempt to index local 'tooltipInfo' (a nil value) Time: Wed Aug 28 23:29:15 2024 Count: 168 Stack: Interface/AddOns/ArkInventory/Core/ArkInventory.lua:9140: attempt to index local 'tooltipInfo' (a nil value)
[string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:9140: in function Frame_Item_UpdateTooltip' [string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:9315: in function
Frame_Item_OnEnter'
Locals:
thanks you for all your work on this addon.
i just disabled all other addons to see if that changed anything. same problem but a much more detailed error message.
not sure if it is helpful but i noticed TradeSkillMaster has an option to "Embed Tooltip" so that the game tooltip and TSM tooltip become one. However even with that enabled pet tooltips do not embed correctly and the TSM tooltip for pets looks like the non-embedded option for all other items. Just mentioned it because if ArkInventory tries to always embed that might be where the issue lies.
Message: Interface/AddOns/ArkInventory/Core/ArkInventory.lua:9140: attempt to index local 'tooltipInfo' (a nil value)
Time: Wed Aug 28 23:35:26 2024
Count: 3
Stack: Interface/AddOns/ArkInventory/Core/ArkInventory.lua:9140: attempt to index local 'tooltipInfo' (a nil value)
[string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:9140: in function Frame_Item_UpdateTooltip' [string "@Interface/AddOns/ArkInventory/Core/ArkInventory.lua"]:9315: in function
Frame_Item_OnEnter'
Locals: frame = ARKINV_Frame1ScrollContainerBag4Item19 { IconOverlay = Texture { } AugmentBorderAnim = AnimationGroup { } showMatchHighlight = true icon = ARKINV_Frame1ScrollContainerBag4Item19IconTexture { } count = 1 ArkTint = ARKINV_Frame1ScrollContainerBag4Item19ArkTint { } HighlightTexture = Texture { } ArkBorder = ARKINV_Frame1ScrollContainerBag4Item19ArkBorder { } itemContextMatchResult = 3 flash = Texture { } isProfessionItem = false IconQuestTexture = ARKINV_Frame1ScrollContainerBag4Item19IconQuestTexture { } hasItem = 1 locked = false ExtendedSlot = Texture { } PushedTexture = Texture { } timeSinceUpgradeCheck = 0 emptyBackgroundAtlas = "bags-item-slot64" BattlepayItemTexture = Texture { } Count = ARKINV_Frame1ScrollContainerBag4Item19Count { } searchOverlay = ARKINV_Frame1ScrollContainerBag4Item19SearchOverlay { } ArkIconTransmog = ARKINV_Frame1ScrollContainerBag4Item19ArkIconTransmog { } NormalTexture = ARKINV_Frame1ScrollContainerBag4Item19NormalTexture { } IconOverlay2 = Texture { } ArkItemAge = ARKINV_Frame1ScrollContainerBag4Item19ArkItemAge { } ArkLevel = ARKINV_Frame1ScrollContainerBag4Item19Level { } ArkIconProfessionRankText = ARKINV_Frame1ScrollContainerBag4Item19ArkIconProfessionRankText { } ArkIconProfessionRank = ARKINV_Frame1ScrollContainerBag4Item19ArkIconProfessionRank { } flashAnim = AnimationGroup { } newitemglowAnim = AnimationGroup { } JunkIcon = Texture { } ArkHighlight = ARKINV_Frame1ScrollContainerBag4Item19ArkHighlight { } ArkIconCorrupted = ARKINV_Frame1ScrollContainerBag4Item19ArkIconCorrupted { } ARK_Data =
What version number you are using? 3.11.00
What game client are you playing? Retail, Wrath, Classic / Live, PTR, Beta Retail
What language is the game client set to? Korean
Describe the bug The tooltip does not appear when you mouse over battlepets in the bag. Also battlepet is displayed as a WoW icon instead of a proper icon
To Reproduce When there are various battlepets in the bag, there is a problem when you open the bag
Screenshots
Additional context