Advertisement
Guest User

Untitled

a guest
May 22nd, 2010
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.82 KB | None | 0 0
  1.  
  2. tdps = {
  3.     ["segment"] = 1,
  4.     ["fontSize"] = 12,
  5.     ["showDPS"] = true,
  6.     ["barHeight"] = 14,
  7.     ["border"] = {
  8.         0, -- [1]
  9.         0, -- [2]
  10.         0, -- [3]
  11.         1, -- [4]
  12.     },
  13.     ["shortNumber"] = false,
  14.     ["totals"] = {
  15.         0, -- [1]
  16.         0, -- [2]
  17.         0, -- [3]
  18.         0, -- [4]
  19.         0, -- [5]
  20.         0, -- [6]
  21.     },
  22.     ["showPercent"] = true,
  23.     ["hideAlways"] = false,
  24.     ["reportLength"] = 5,
  25.     ["firstStart"] = false,
  26.     ["fontName"] = "Interface\\AddOns\\TinyDPS\\Berlin.ttf",
  27.     ["swapBarColor"] = false,
  28.     ["hideOOC"] = false,
  29.     ["visible"] = 1,
  30.     ["version"] = "0.39 BETA",
  31.     ["seperator"] = 2,
  32.     ["newFight"] = true,
  33.     ["view"] = 1,
  34.     ["backdrop"] = {
  35.         0.02, -- [1]
  36.         0.02, -- [2]
  37.         0.02, -- [3]
  38.         0.85, -- [4]
  39.     },
  40.     ["bar"] = {
  41.         0.5, -- [1]
  42.         0.5, -- [2]
  43.         0.5, -- [3]
  44.         0.6, -- [4]
  45.     },
  46. }
  47. tdpsPlayer = {
  48. }
  49. tdpsPP = {
  50. }
  51. tdpsPet = {
  52. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement