[0.14.5] Can't 'Use' custom items in accessory slots [RESOLVED 0.15.1]

Locked
User avatar
DunnyOfPenwick
Posts: 275
Joined: Wed Apr 14, 2021 1:58 am
Location: Southeast US

[0.14.5] Can't 'Use' custom items in accessory slots [RESOLVED 0.15.1]

Post by DunnyOfPenwick »

A custom item's UseItem() method gets called by DaggerfallInventoryWindow.LocalItemListScroller_OnItemClick() when using from inventory list, but is not called by DaggerfallInventoryWindow.AccessoryItemsButton_OnMouseClick() if equipped in accessory slot.

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: [0.14.5] Can't 'Use' custom items in accessory slots

Post by Interkarma »

Cheers, I'll move to issues for follow-up.

User avatar
JorisVanEijden
Posts: 114
Joined: Mon Aug 12, 2019 5:02 pm

Re: [0.14.5] Can't 'Use' custom items in accessory slots

Post by JorisVanEijden »

I created a PR for this. https://github.com/Interkarma/daggerfal ... /pull/2481

But I guess this falls under "Modding support" and won't be considered for 1.0.

Locked