Advertisement
Guest User

Untitled

a guest
Dec 12th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. local itemList = {
  2. ['sun glove'] = {loyalpoints = 100, itemid = 14763},
  3. ['sun ball'] = {loyalpoints = 100, itemid = 14762},
  4. ['sun sword'] = {loyalpoints = 100, itemid = 14764},
  5. ['turban'] = {loyalpoints = 40, itemid = 2474},
  6. ['nightmare armor'] = {loyalpoints = 30, itemid = 13786},
  7. ['nightmare legs'] = {loyalpoints = 30, itemid = 13785},
  8. ['nightmare helmet'] = {loyalpoints = 30, itemid = 13787},
  9. ['nightmare boots'] = {loyalpoints = 30, itemid = 13784},
  10. ['nightmare ball'] = {loyalpoints = 50, itemid = 13783},
  11. ['nightmare sword'] = {loyalpoints = 50, itemid = 13781},
  12. ['nightmare glove'] = {loyalpoints = 50, itemid = 13782},
  13. ['cyber helmet'] = {loyalpoints = 35, itemid = 13795},
  14. ['cyber armor'] = {loyalpoints = 35, itemid = 13794},
  15. ['cyber legs'] = {loyalpoints = 35, itemid = 13793},
  16. ['cyber boots'] = {loyalpoints = 35, itemid = 13792},
  17. ['hunger armor'] = {loyalpoints = 60, itemid = 2402},
  18. ['hard band'] = {loyalpoints = 20, itemid = 11561},
  19. ['guardian glove'] = {loyalpoints = 80, itemid = 15148},
  20. ['guardian sword'] = {loyalpoints = 80, itemid = 15147},
  21. ['guardian helmet'] = {loyalpoints = 50, itemid = 15152},
  22. ['guardian armor'] = {loyalpoints = 50, itemid = 15151},
  23. ['guardian legs'] = {loyalpoints = 50, itemid = 15150},
  24. ['guardian boots'] = {loyalpoints = 50, itemid = 11234},
  25. ['invoker ball'] = {loyalpoints = 80, itemid = 15153},
  26. ['invoker helmet'] = {loyalpoints = 50, itemid = 15157},
  27. ['invoker armor'] = {loyalpoints = 50, itemid = 15156},
  28. ['invoker legs'] = {loyalpoints = 50, itemid = 15155},
  29. ['invoker boots'] = {loyalpoints = 50, itemid = 15154},
  30. ['superior glove potara'] = {loyalpoints = 30, itemid = 14864},
  31. ['superior sword potara'] = {loyalpoints = 30, itemid = 14850},
  32. ['superior ball potara'] = {loyalpoints = 30, itemid = 14870},
  33. ['event item upgrader'] = {loyalpoints = 100, itemid = 2577},
  34. ['exodus ball'] = {loyalpoints = 65, itemid = 14809},
  35. ['vortex helmet'] = {loyalpoints = 30, itemid = 14765},
  36. ['boots of glory'] = {loyalpoints = 25, itemid = 14806},
  37. ['dragon boots'] = {loyalpoints = 70, itemid = 11114},
  38. ['dark power ball'] = {loyalpoints = 30, itemid = 15180},
  39. ['dark power sword'] = {loyalpoints = 30, itemid = 15181},
  40. ['dark power gloves'] = {loyalpoints = 30, itemid = 15182},
  41. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement