ESO-PersonalAssistant icon indicating copy to clipboard operation
ESO-PersonalAssistant copied to clipboard

PA: Restructure SavedVars

Open klingo opened this issue 3 years ago • 0 comments

PABanking

Current

["excludeJunk"]
["Crafting"]
["transactionDepositStacking"]
["Custom"]
["AvA"]
["Currencies"]
["Advanced"]
["transactionWithdrawalStacking"]
["name"]
["autoStackBags"]
["silentMode"]
["autoExecuteItemTransfers"]
  • [ ] transactionDepositStacking still used?!
  • [ ] transactionWithdrawalStacking still used?!

Target

["Crafting"]
["Custom"]
["AvA"]
["Currencies"]
["Advanced"]
["Settings"] = {
   ["autoExecuteItemTransfers"]
   ["silentMode"]
   ["autoStackBags"]
   ["excludeJunk"]
   ["transactionDepositStacking"]
   ["transactionWithdrawalStacking"]
}
["name"]
  • [ ] DONE

PAIntegration

Current

["FCOItemSaver"]
["LazyWritCrafter"]
["name"]

Target

All good!

PAJunk

Current

["Trash"]
["name"]
["Custom"]
["ignoreCraftedItems"]
["Stolen"]
["Weapons"]
["autoSellJunkPirharri"]
["autoMarkAsJunkEnabled"]
["QuestProtection"]
["Jewelry"]
["ignoreMailboxItems"]
["KeyBindings"]
["autoSellJunk"]
["Collectibles"]
["Miscellaneous"]
["silentMode"]
["AutoDestroy"]

Target

["Trash"],
["Custom"]
["Stolen"]
["Weapons"]
["QuestProtection"]
["Jewelry"]
["KeyBindings"]
["Collectibles"]
["Miscellaneous"]
["AutoDestroy"]
["Settings"] = {
   ["ignoreCraftedItems"] -- OnInventorySingleSlotUpdate
   ["autoMarkAsJunkEnabled"] -- OnInventorySingleSlotUpdate
   ["ignoreMailboxItems"] -- OnInventorySingleSlotUpdate
   ["autoSellJunk"] -- OnFenceOpen & OnShopOpen
   ["autoSellJunkPirharri"] -- OnFenceOpen
   ["silentMode"]
}
["name"],
  • [ ] DONE

PALoot

Current

["InventorySpace"]
["ItemIcons"]
["LootEvents"]
["name"]
["silentMode"]

Target

["InventorySpace"]
["ItemIcons"]
["LootEvents"]
["Settings"] = {
   ["silentMode"]
}
["name"]
  • [ ] DONE

PARepair

Current

["RepairEquipped"]
["name"]
["autoRepairEnabled"]
["autoRepairInventoryEnabled"]
["RepairInventory"]
["silentMode"]
["RechargeWeapons"]

Target

["RepairEquipped"]
["RepairInventory"]
["RechargeWeapons"]
["Settings"] = {
   ["autoRepairEnabled"] -- OnShopOpen
   ["autoRepairInventoryEnabled"] -- OnShopOpen
   ["silentMode"]
}
["name"]
  • [ ] DONE

klingo avatar Aug 21 '21 11:08 klingo