Thread Tools Display Modes
Prev Previous Post   Next Post Next
07/12/21, 06:34 PM   #1
ShadowMau
AddOn Author - Click to view addons
Join Date: Oct 2018
Posts: 23
[notabug] UseCollectible and GameplayActorCategory

I am attempting to do something along the lines of:

UseCollectible(5076, GAMEPLAY_ACTOR_CATEGORY_COMPANION)

In game it responds with "You can't equip a collectible on your companion outside of the companion menu."

Collectible 5076 is the Noweyr Steed which I do own. I can successfully UseCollectible(5076) and it will change the character's active mount properly. Mounts are a collectible that the companion can use. I can enter the companion menu and change it manually. I would like to be able to automatically match my companion mount to my character mount (basically an upgrade to my addons FavoriteMount and LinkPetToMount).

The available documentation in the file "ESOUIDocumentationP30_2.txt" says: UseCollectible(*integer* _collectibleId_, *[GameplayActorCategory|#GameplayActorCategory]* _actorCategory_)

Am I reading this wrong or using it incorrectly in some way? Or is this a bug?
 
 

ESOUI » Developer Discussions » Bug Reports » [notabug] UseCollectible and GameplayActorCategory


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off