Advertisement
poxipox

Untitled

May 20th, 2024
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.12 KB | None | 0 0
  1.     [1] = {
  2.         [1] = {item = {{3043, 5}, {8465, 10}}, text = '5x Gold, 10x Senzu'},
  3.         [2] = {itemRand = {10224, 10223, 10222}, rand = 1, text = 'Bonux Box [3-5]'},
  4.         [3] = {item = {{3043, 10}, {8465, 20}}, text = '10x Gold, 20x Senzu'},
  5.         [4] = {itemRand = {11364, 11365, 11366, 11368}, rand = 1, text = 'Fast Booster'},
  6.         [5] = {item = {3030, 2}, text = '2x attack upgrade'},
  7.         [6] = {item = {{3043, 20}, {8465, 40}}, text = '20x Gold, 40x Senzu'},
  8.         [7] = {item = {11994, 1}, text = '1x Roulette Ticket', special = true},
  9.         [8] = {item = {14834, 1}, text = '1x Cruet of [Regeneration]'},
  10.         [9] = {item = {{3043, 35}, {8465, 55}}, text = '35x Gold, 55x Senzu'},
  11.         [10] = {item = {10227, 1}, text = '1x PACC For 3 Day Scroll'},
  12.         [11] = {item = {11972, 1}, text = '1x Box of Quest Items'},
  13.         [12] = {item = {{11389, 15}, {11388, 25}}, text = '15x Gold Coin, 25x Bronze Coin'},
  14.         [13] = {item = {{3030, 6}, {282, 3}}, text = '6x attack upgrade, 3x critical upgrade'},
  15.         [14] = {item = {10338, 1}, text = '1x bonus experience scroll (green)', special = true},
  16.         [15] = {item = {{3043, 50}, {8465, 70}}, text = '50x Gold, 70x Senzu'},
  17.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement