Thread Tools Display Modes
Prev Previous Post   Next Post Next
08/25/22, 12:57 PM   #1
Maxxermax
AddOn Author - Click to view addons
Join Date: Mar 2019
Posts: 2
Removing/Resetting Nickname from Home Storage

Shortly, I installed the AddOn Inventory Insight to check where I put all my stuff.
With this AddOn, you can also see, whats in youre Home Storage.

I thought, maybe I should give them a meaningfull nickname.
So you can rename them in collections in the collectibles tab under /furnishing/storage.

But I don't liked it and want the standard names back.
Unfortunately you can not delete/remove/reset the Nickname to standard or empty.

I tried to empty the rename dialog, but than the "OK" button is grayed out.
Write the standard name in it is also not possible, because it is too long.

One " " "space" would work, but then there is no name in the AddOn Inventory Insight displayed.

I digged into the ESUI and find this function:
RenameCollectible(*integer* _collectibleId_, *string* _name_)

Copy the itemLink to chat via the contextmenu and strip the _collectibleId_
with the function /script GetCollectibleIdFromLink(*string* _link_) or simple copy it from chat in a texteditor and the number there is the _collectibleId_
As example: |H1:collectible:4677|h|h = 4677

Run in chat: /script RenameCollectible(4677, "") <- nothing between the quotation marks.
Now it's back to standard, which is "Empty" for Home Storage.

This also works for pets and mounts, if you renamed them and want the standard nickname back.

Very long story short.. would someone like to have / make a AddOn out of this knowledge?

I tried, but don't know how...

Last edited by Maxxermax : 08/25/22 at 01:02 PM.
  Reply With Quote
 

ESOUI » AddOns » AddOn Search/Requests » Removing/Resetting Nickname from Home Storage


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