Advertisement
Guest User

Untitled

a guest
Nov 9th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.65 KB | None | 0 0
  1.  
  2. PassLootDB = {
  3. ["global"] = {
  4. ["Modules"] = {
  5. ["Inventory"] = {
  6. ["Version"] = 2,
  7. },
  8. ["Zone Name"] = {
  9. ["Version"] = 4,
  10. },
  11. ["Player Name"] = {
  12. ["Version"] = 2,
  13. },
  14. ["Learned Item"] = {
  15. ["Version"] = 3,
  16. },
  17. ["Unique"] = {
  18. ["Version"] = 4,
  19. },
  20. ["Item Name"] = {
  21. ["Version"] = 3,
  22. },
  23. ["Quality"] = {
  24. ["Version"] = 4,
  25. },
  26. ["Item Level"] = {
  27. ["Version"] = 3,
  28. },
  29. ["Confirm DE"] = {
  30. ["Version"] = 1,
  31. },
  32. ["Required Level"] = {
  33. ["Version"] = 3,
  34. },
  35. ["Item Price"] = {
  36. ["Version"] = 3,
  37. },
  38. ["Binds On"] = {
  39. ["Version"] = 4,
  40. },
  41. ["Guild Group"] = {
  42. ["Version"] = 2,
  43. },
  44. ["Type / SubType"] = {
  45. ["Version"] = 4,
  46. },
  47. ["Equipable"] = {
  48. ["Version"] = 2,
  49. },
  50. ["Zone Type"] = {
  51. ["Version"] = 4,
  52. },
  53. ["Confirm BoP"] = {
  54. ["Version"] = 1,
  55. },
  56. ["Equip Slot"] = {
  57. ["Version"] = 4,
  58. },
  59. ["Group / Raid"] = {
  60. ["Version"] = 4,
  61. },
  62. ["Class Spec"] = {
  63. ["Version"] = 2,
  64. },
  65. ["Usable"] = {
  66. ["Version"] = 2,
  67. },
  68. ["Loot Won"] = {
  69. ["Version"] = 4,
  70. },
  71. ["Can I Roll"] = {
  72. ["Version"] = 2,
  73. },
  74. },
  75. },
  76. ["DBVersion"] = 12,
  77. ["profileKeys"] = {
  78. ***
  79. },
  80. ["profiles"] = {
  81. ["Default"] = {
  82. ["DisplayUnknownVars"] = false,
  83. ["SkipWarning"] = false,
  84. ["AllowMultipleConfirmPopups"] = true,
  85. ["Modules"] = {
  86. ["Inventory"] = {
  87. ["Status"] = true,
  88. },
  89. ["Zone Name"] = {
  90. ["Status"] = true,
  91. },
  92. ["Player Name"] = {
  93. ["Status"] = true,
  94. },
  95. ["Learned Item"] = {
  96. ["Status"] = true,
  97. },
  98. ["Unique"] = {
  99. ["Status"] = true,
  100. },
  101. ["Item Name"] = {
  102. ["Status"] = true,
  103. },
  104. ["Quality"] = {
  105. ["Status"] = true,
  106. },
  107. ["Item Level"] = {
  108. ["Status"] = true,
  109. },
  110. ["Confirm DE"] = {
  111. ["Status"] = true,
  112. },
  113. ["Required Level"] = {
  114. ["Status"] = true,
  115. },
  116. ["Item Price"] = {
  117. ["Status"] = true,
  118. },
  119. ["Binds On"] = {
  120. ["Status"] = true,
  121. },
  122. ["Guild Group"] = {
  123. ["Status"] = true,
  124. },
  125. ["Type / SubType"] = {
  126. ["Status"] = true,
  127. },
  128. ["Equipable"] = {
  129. ["Status"] = true,
  130. },
  131. ["Zone Type"] = {
  132. ["Status"] = true,
  133. },
  134. ["Confirm BoP"] = {
  135. ["Status"] = true,
  136. },
  137. ["Equip Slot"] = {
  138. ["Status"] = true,
  139. },
  140. ["Group / Raid"] = {
  141. ["Status"] = true,
  142. },
  143. ["Class Spec"] = {
  144. ["Status"] = true,
  145. },
  146. ["Usable"] = {
  147. ["Status"] = true,
  148. },
  149. ["Loot Won"] = {
  150. ["Status"] = true,
  151. },
  152. ["Can I Roll"] = {
  153. ["Status"] = true,
  154. },
  155. },
  156. ["Rules"] = {
  157. {
  158. ["Bind"] = {
  159. {
  160. 3, -- [1]
  161. false, -- [2]
  162. }, -- [1]
  163. },
  164. ["Desc"] = "Greens",
  165. ["ConfirmDE"] = true,
  166. ["Loot"] = {
  167. "de", -- [1]
  168. "greed", -- [2]
  169. },
  170. ["Quality"] = {
  171. {
  172. 2, -- [1]
  173. false, -- [2]
  174. }, -- [1]
  175. },
  176. }, -- [1]
  177. {
  178. ["Items"] = {
  179. {
  180. "Chaos Orb", -- [1]
  181. "Exact", -- [2]
  182. false, -- [3]
  183. }, -- [1]
  184. },
  185. ["Loot"] = {
  186. "greed", -- [1]
  187. },
  188. ["Desc"] = "Chaos Orb",
  189. }, -- [2]
  190. {
  191. ["Loot"] = {
  192. "de", -- [1]
  193. "pass", -- [2]
  194. },
  195. ["Quality"] = {
  196. {
  197. 3, -- [1]
  198. false, -- [2]
  199. }, -- [1]
  200. },
  201. ["ConfirmDE"] = true,
  202. ["CanIRoll"] = {
  203. {
  204. 3, -- [1]
  205. true, -- [2]
  206. }, -- [1]
  207. },
  208. ["Bind"] = {
  209. {
  210. 4, -- [1]
  211. false, -- [2]
  212. }, -- [1]
  213. },
  214. ["Desc"] = "Useless Bop Blues",
  215. }, -- [3]
  216. {
  217. ["Items"] = {
  218. {
  219. "Lockbox", -- [1]
  220. "Partial", -- [2]
  221. false, -- [3]
  222. }, -- [1]
  223. },
  224. ["Loot"] = {
  225. "greed", -- [1]
  226. },
  227. ["Desc"] = "Lockboxes",
  228. }, -- [4]
  229. {
  230. ["Loot"] = {
  231. "de", -- [1]
  232. "greed", -- [2]
  233. },
  234. ["Quality"] = {
  235. {
  236. 3, -- [1]
  237. false, -- [2]
  238. }, -- [1]
  239. },
  240. ["ConfirmDE"] = true,
  241. ["Bind"] = {
  242. {
  243. 3, -- [1]
  244. false, -- [2]
  245. }, -- [1]
  246. },
  247. ["Desc"] = "Blues",
  248. }, -- [5]
  249. {
  250. ["Desc"] = "Other peoples purple pixles",
  251. ["GroupRaid"] = {
  252. {
  253. 1, -- [1]
  254. false, -- [2]
  255. }, -- [1]
  256. },
  257. ["Loot"] = {
  258. "de", -- [1]
  259. "pass", -- [2]
  260. },
  261. ["CanIRoll"] = {
  262. {
  263. 3, -- [1]
  264. true, -- [2]
  265. }, -- [1]
  266. },
  267. ["Bind"] = {
  268. {
  269. 4, -- [1]
  270. false, -- [2]
  271. }, -- [1]
  272. },
  273. ["GuildGroup"] = {
  274. {
  275. 60, -- [1]
  276. true, -- [2]
  277. }, -- [1]
  278. },
  279. ["ConfirmDE"] = true,
  280. ["Quality"] = {
  281. {
  282. 4, -- [1]
  283. false, -- [2]
  284. }, -- [1]
  285. },
  286. }, -- [6]
  287. {
  288. ["TypeSubType"] = {
  289. {
  290. 11, -- [1]
  291. 4, -- [2]
  292. true, -- [3]
  293. }, -- [1]
  294. },
  295. ["Loot"] = {
  296. "greed", -- [1]
  297. },
  298. ["Desc"] = "BoE's for sale!",
  299. ["Bind"] = {
  300. {
  301. 3, -- [1]
  302. false, -- [2]
  303. }, -- [1]
  304. },
  305. ["Quality"] = {
  306. {
  307. 4, -- [1]
  308. false, -- [2]
  309. }, -- [1]
  310. },
  311. }, -- [7]
  312. {
  313. ["TypeSubType"] = {
  314. {
  315. 13, -- [1]
  316. 2, -- [2]
  317. false, -- [3]
  318. }, -- [1]
  319. },
  320. ["Loot"] = {
  321. "greed", -- [1]
  322. },
  323. ["Desc"] = "Quest-items",
  324. }, -- [8]
  325. },
  326. ["SinkOptions"] = {
  327. ["sink20OutputSink"] = "None",
  328. },
  329. },
  330. },
  331. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement