WoWInterface SVN zz_AltMail

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk
    from Rev 5 to Rev 6
    Reverse comparison

Rev 5 → Rev 6

zz_AltMail/core.lua
27,9 → 27,9
},
},
['Cloth'] = {
['Ritalein-Tirion'] = {
['Rilgana-Tirion'] = {
['order'] = 1,
['skip'] = {},
['skip'] = {"Ritalein-Tirion"},
},
},
['Elemental'] = {
53,19 → 53,19
},
['Armor'] = {
['Plate'] = {
['Drilane-Durotan'] = {
['Rilgana-Tirion'] = {
['order'] = 1,
['skip'] = {},
},
},
['Cloth'] = {
['Drilane-Durotan'] = {
['Rilgana-Tirion'] = {
['order'] = 1,
['skip'] = {},
},
},
['Leather'] = {
['Drilane-Durotan'] = {
['Rilgana-Tirion'] = {
['order'] = 1,
['skip'] = {"Rilgalyco-Tirion"},
},
87,13 → 87,13
},
},
['Enchanting'] = {
['Rosander-Thrall'] = {
['Gurnsey-Thrall'] = {
['order'] = 1,
['skip'] = {},
},
},
['Cooking'] = {
['Alesandro-Thrall'] = {
['Gurnsey-Thrall'] = {
['order'] = 1,
['skip'] = {},
},
160,6 → 160,7
if(itemName) then
itemType = LibBabbleDBR[itemType]
itemSubType = LibBabbleDBR[itemSubType]
-- print(itemType.."-"..itemSubType.."-"..itemLink)
if(sendouttable[realm] and sendouttable[realm][itemType] and sendouttable[realm][itemType][itemSubType]) then
local tmp = sendouttable[realm][itemType][itemSubType]
sort(tmp, function(a,b)
204,6 → 205,7
local itemName, itemLink, itemRarity, itemLevel, itemMinLevel, itemType, itemSubType, itemStackCount,
itemEquipLoc, itemTexture, itemSellPrice = GetItemInfo(itemLink)
if(itemName) then
--print(itemType .. "-" .. itemSubType.."-"..itemLink.."\n")
tab[itemType] = tab[itemType] or {}
tab[itemType][itemSubType] = tab[itemType][itemSubType] or {}
tab[itemType][itemSubType][#tab[itemType][itemSubType] + 1] = {
218,8 → 220,9
end
local mailout = {}
for k,v in pairs(tab) do
local t = LibBabbleDBR[k]
local t = LibBabbleDBR[k]
if(t) then
-- print(t .. "-" ..k)
for c,d in pairs(v) do
local target
local count = 0
253,6 → 256,8
end
end
end
else
-- print(k)
end
end
mailout[GetUName()] = nil
zz_AltMail/zz_AltMail.toc
1,4 → 1,4
## Interface: 70000
## Interface: 70200
## Title: zz AltMail
## Notes: Automated mailing
## Author: Rilgamon
zz_AltMail Property changes : Modified: svn:externals - svn://svn.wowinterface.com/zzcommon-841/trunk/LibCommon Common svn://svn.wowace.com/wow/libbabble-inventory-3-0/mainline/trunk Libs/LibBabble-Inventory-3.0 + svn://svn.wowinterface.com/zzcommon-841/trunk/LibCommon Common https://repos.wowace.com/wow/libbabble-inventory-3-0/trunk Libs/LibBabble-Inventory-3.0