Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PA: Restructure SavedVars #404

Open
6 tasks
klingo opened this issue Aug 21, 2021 · 0 comments
Open
6 tasks

PA: Restructure SavedVars #404

klingo opened this issue Aug 21, 2021 · 0 comments
Labels
PRIO_LOW LOW priority changes refactoring

Comments

@klingo
Copy link
Owner

klingo commented Aug 21, 2021

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 klingo added PRIO_LOW LOW priority changes refactoring labels Aug 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PRIO_LOW LOW priority changes refactoring
Projects
None yet
Development

No branches or pull requests

1 participant