1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 |
self : CreateModeData ( SI_STORE_MODE_SELL , self . mode , "EsoUI/Art/Vendor/vendor_tabIcon_sell_up.dds" , self . fragment , self . keybindStripDescriptor )
end
end
do
local IGNORE_INVALID_COST = true
if remainingSells == 0 then
ZO_Alert ( UI_ALERT_CATEGORY_ALERT , SOUNDS . NEGATIVE_CLICK , GetString ( "SI_STOREFAILURE" , STORE_FAILURE_AT_FENCE_LIMIT ) )
return
end
local itemData = { }
-- itemData.quality is deprecated, included here for addon backwards compatibility
itemData . quality = itemData . functionalQuality
itemData . stackCount = targetData . stackCount
if itemData . stackCount > 0 then
if itemData . functionalQuality >= ITEM_FUNCTIONAL_QUALITY_ARTIFACT then
else
end
end
else
if itemData . stackCount > 1 then
else
if itemData . functionalQuality >= ITEM_FUNCTIONAL_QUALITY_ARTIFACT then
else
end
end
end
end
end
if hagglingSkillLevel > 0 then
end
local footerValue = ZO_FormatTimeMilliseconds ( resetTimeSeconds * 1000 , TIME_FORMAT_STYLE_COLONS , TIME_FORMAT_PRECISION_TWELVE_HOUR )
if hagglingSkillLevel > 0 then
else
end
end
end
function ZO_GamepadFenceSell : SetupEntry ( control , data , selected , selectedDuringRebuild , enabled , activated )
end
self : SetupStoreItem ( control , data , selected , selectedDuringRebuild , enabled , activated , calcSellPrice , ZO_STORE_FORCE_VALID_PRICE , self . mode )
end
end
return ZO_GAMEPAD_FENCE_CURRENCY_OPTIONS
end |