Thread Tools Display Modes
Prev Previous Post   Next Post Next
01/19/24, 09:43 PM   #1
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
disable auto add to craftbag for new chars

hi im wondering if anyone knows a way to change the default of AUTO_ADD_TO_CRAFT_BAG_ON to off for fresh installs and new characters.

Ive been messing in my addon trying to accomplish this but it seems the game itself moves everything into the craftbag on logout of previous char or before addons even load on character creation. I tested this by taking a stack of materials out of craftbag and put into bank and then double checked its still in there, logged out, created new toon and its already been moved into craftbag again.

Code:
SetSetting(SETTING_TYPE_LOOT, LOOT_SETTING_AUTO_ADD_TO_CRAFT_BAG, AUTO_ADD_TO_CRAFT_BAG_OFF)
Put this in my addonload and its not performing it fast enough to prevent the transfer of everything into craftbag on a newly created toon. suggestions?

Last edited by sinnereso : 01/19/24 at 09:46 PM.
  Reply With Quote
 

ESOUI » Developer Discussions » General Authoring Discussion » disable auto add to craftbag for new chars


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