Mercurial > wow > askmrrobot
comparison Core.lua @ 197:23b740b4c93a v96
Added Great Vault export.
| author | Yellowfive |
|---|---|
| date | Thu, 17 Dec 2020 11:57:06 -0600 |
| parents | a7f2ba17c39a |
| children | e34c256739be |
comparison
equal
deleted
inserted
replaced
| 196:b4f74de03b43 | 197:23b740b4c93a |
|---|---|
| 51 UnlockedConduits = {}, -- unlocked conduits for this character | 51 UnlockedConduits = {}, -- unlocked conduits for this character |
| 52 Equipped = {}, -- for each spec, slot id to item info | 52 Equipped = {}, -- for each spec, slot id to item info |
| 53 BagItems = {}, -- list of item info for bags | 53 BagItems = {}, -- list of item info for bags |
| 54 BankItems = {}, -- list of item info for bank | 54 BankItems = {}, -- list of item info for bank |
| 55 BagItemsAndCounts = {}, -- used mainly for the shopping list | 55 BagItemsAndCounts = {}, -- used mainly for the shopping list |
| 56 BankItemsAndCounts = {}, -- used mainly for the shopping list | 56 BankItemsAndCounts = {}, -- used mainly for the shopping list |
| 57 GreatVaultItems = {}, -- available weekly rewards from the great vault | |
| 57 GearSetups = {}, -- imported gear sets | 58 GearSetups = {}, -- imported gear sets |
| 58 JunkData = {}, -- imported data about items that can be vendored/scrapped/disenchanted | 59 JunkData = {}, -- imported data about items that can be vendored/scrapped/disenchanted |
| 59 ExtraEnchantData = {}, -- enchant id to enchant display information and material information | 60 ExtraEnchantData = {}, -- enchant id to enchant display information and material information |
| 60 Logging = { -- character logging settings | 61 Logging = { -- character logging settings |
| 61 Enabled = false, -- whether logging is currently on or not | 62 Enabled = false, -- whether logging is currently on or not |
| 713 --local blah = C_LegendaryCrafting.GetRuneforgePowers(item:GetItemLocation()) | 714 --local blah = C_LegendaryCrafting.GetRuneforgePowers(item:GetItemLocation()) |
| 714 | 715 |
| 715 --local info = C_LegendaryCrafting.GetRuneforgePowerInfo(30) | 716 --local info = C_LegendaryCrafting.GetRuneforgePowerInfo(30) |
| 716 | 717 |
| 717 --print(Amr:dump(info)) | 718 --print(Amr:dump(info)) |
| 718 end | 719 |
| 720 end |
