How to Detect a Conduit

Pretty much says it all.

I need to know the API call for determining if a Conduit is known (by name).

I tried IsSpellKnown for the underlying spell, but that doesn’t work.

Maybe it’s just late, but I looked at the Shadowlands part of the API and couldn’t find a “by name” search for Conduits.

youre probably going to have to loop through C_Soulbinds.GetConduitCollection(conduitType)

get the item from the entries conduiitItemID value

and then the name from that

1 Like

Month and a little left in this xpac. I think I may skip it.

I thought there’d be a simpler way.

Thanks, Ark.