Advertisement
Guest User

Untitled

a guest
Sep 9th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.26 KB | None | 0 0
  1. AwesomeGuildStore_Data =
  2. {
  3.     ["@Tony1697"] =
  4.     {
  5.         ["replaceLevelFilter"] = true,
  6.         ["keepFiltersOnClose"] = true,
  7.         ["version"] = 6,
  8.         ["replaceQualityFilter"] = true,
  9.         ["lastGuildName"] = "Handelskonsortium",
  10.         ["replaceCategoryFilter"] = true,
  11.         ["replacePriceFilter"] = true,
  12.         ["searchLibrary"] =
  13.         {
  14.             ["isActive"] = true,
  15.             ["y"] = 20,
  16.             ["x"] = 970,
  17.             ["lastState"] = "1:3;6:-;-:0;1;50:4;5:",
  18.             ["searches"] =
  19.             {
  20.                 ["1:0:-;-:0;1;50:1;5:"] =
  21.                 {
  22.                     ["favorite"] = false,
  23.                     ["state"] = "1:0:-;-:0;1;50:1;5:",
  24.                     ["history"] = true,
  25.                     ["searchCount"] = 7,
  26.                     ["label"] = "Alles",
  27.                     ["lastSearchTime"] = 1409602099,
  28.                 },
  29.                 ["1:4;6:-;-:0;1;50:1;5:rück"] =
  30.                 {
  31.                     ["favorite"] = true,
  32.                     ["state"] = "1:4;6:-;-:0;1;50:1;5:rück",
  33.                     ["history"] = true,
  34.                     ["searchCount"] = 23,
  35.                     ["label"] = "Materialien > Versorgen > \"rück\"",
  36.                     ["lastSearchTime"] = 1409588144,
  37.                 },
  38.                 ["1:3;2:-;-:0;1;50:1;5:"] =
  39.                 {
  40.                     ["favorite"] = false,
  41.                     ["state"] = "1:3;2:-;-:0;1;50:1;5:",
  42.                     ["history"] = true,
  43.                     ["searchCount"] = 3,
  44.                     ["label"] = "Verbrauchsgüter > Nahrung",
  45.                     ["lastSearchTime"] = 1409602008,
  46.                 },
  47.                 ["1:4;6:-;-:0;1;50:1;5:rücken"] =
  48.                 {
  49.                     ["favorite"] = false,
  50.                     ["state"] = "1:4;6:-;-:0;1;50:1;5:rücken",
  51.                     ["history"] = true,
  52.                     ["searchCount"] = 3,
  53.                     ["label"] = "Materialien > Versorgen > \"rücken\"",
  54.                     ["lastSearchTime"] = 1409587293,
  55.                 },
  56.                 ["1:3;6:-;-:0;1;50:4;5:"] =
  57.                 {
  58.                     ["favorite"] = true,
  59.                     ["searchCount"] = 1,
  60.                     ["history"] = true,
  61.                     ["label"] = "Verbrauchsgüter > Stil",
  62.                     ["state"] = "1:3;6:-;-:0;1;50:4;5:",
  63.                     ["lastSearchTime"] = 1410282026,
  64.                 },
  65.                 ["1:3;2:-;-:0;1;50:1;5:fisch"] =
  66.                 {
  67.                     ["favorite"] = true,
  68.                     ["state"] = "1:3;2:-;-:0;1;50:1;5:fisch",
  69.                     ["history"] = true,
  70.                     ["searchCount"] = 31,
  71.                     ["label"] = "Verbrauchsgüter > Nahrung > \"fisch\"",
  72.                     ["lastSearchTime"] = 1409601971,
  73.                 },
  74.                 ["1:3;4:-;-:0;1;50:1;5:"] =
  75.                 {
  76.                     ["favorite"] = true,
  77.                     ["state"] = "1:3;4:-;-:0;1;50:1;5:",
  78.                     ["history"] = true,
  79.                     ["searchCount"] = 6,
  80.                     ["label"] = "Verbrauchsgüter > Rezept",
  81.                     ["lastSearchTime"] = 1410281988,
  82.                 },
  83.             },
  84.         },
  85.     },
  86. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement