Mercurial > wow > inventory
comparison Core.lua @ 193:7e924de75896
Tweaking default settings a bit.
author | Zerotorescue |
---|---|
date | Wed, 02 Feb 2011 19:11:22 +0100 |
parents | 072dd16803d6 |
children | 1959e2b3dfe1 |
comparison
equal
deleted
inserted
replaced
192:072dd16803d6 | 193:7e924de75896 |
---|---|
50 -- Minimumm stock | 50 -- Minimumm stock |
51 minLocalStock = 20, | 51 minLocalStock = 20, |
52 alertBelowLocalMinimum = true, | 52 alertBelowLocalMinimum = true, |
53 autoRefill = true, | 53 autoRefill = true, |
54 autoRefillSkipConfirm = false, | 54 autoRefillSkipConfirm = false, |
55 minGlobalStock = 60, | 55 minGlobalStock = 40, |
56 alertBelowGlobalMinimum = true, | 56 alertBelowGlobalMinimum = true, |
57 | 57 |
58 -- Queueing | 58 -- Queueing |
59 restockTarget = 60, | 59 restockTarget = 40, |
60 minCraftingQueue = 0.05, | 60 minCraftingQueue = 0.05, |
61 bonusQueue = 0.1, | 61 bonusQueue = 100, -- 10.000% |
62 priceThreshold = 0, | 62 priceThreshold = 0, |
63 | 63 |
64 -- Summary | 64 -- Summary |
65 summaryThresholdShow = 10, | 65 summaryThresholdShow = 10, |
66 summaryHidePriceThreshold = false, | 66 summaryHidePriceThreshold = false, |
67 | 67 |
68 -- Global (can't be overridden) | 68 -- Global (can't be overridden) |
69 hideHelp = false, | 69 hideHelp = false, |
70 scanInterval = "0.1", -- string because the associated select requires it to be | 70 scanInterval = "0.1", -- string because the associated select requires it to be |
71 summary = { | 71 summary = { |
72 speed = 5, | 72 speed = 20, |
73 width = 700, | 73 width = 700, |
74 height = 600, | 74 height = 600, |
75 }, | 75 }, |
76 colors = { | 76 colors = { |
77 red = 0, | 77 red = 0, |