klingo / ESO-PersonalAssistant

PersonalAssistant, an Addon for 'The Elder Scrolls Online'
zlib License
19 stars 7 forks source link

PAR: temporarily disable crown repair kits (default to gold-bought ones) #393

Closed klingo closed 3 years ago

klingo commented 3 years ago

Issue reported on gitter to DanBatson: ZOSDanBatson I just noticed that when RepairItemWithRepairKit() is called with the bagId/slotIndex of a Crown Repair Kit, it also consumes the kit, but only repairs the one single item; not all damaged ones. Is this intended? And if yes, would I have to call the protected UseItem() function instead to repair all items? (i.e. crown repair kits cannot be automatically used during combat)