Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. // Cash Shop Database
  2. // Contains the items sold in the ingame cash shop.
  3. //
  4. // Structure of Database:
  5. // Type,ItemID,Price
  6. //
  7. // Type:
  8. // 0: New
  9. // 1: Hot
  10. // 2: Limited
  11. // 3: Rental
  12. // 4: Gear
  13. // 5: Buff
  14. // 6: Heal
  15. // 7: Other
  16. // 8: Sale
  17. //
  18. // Price:
  19. // Item cost, in cash points (#CASHPOINTS).
  20.  
  21. //ITENS DIVINOS
  22. 4,2383,50000
  23. 4,1530,50000
  24. 4,2181,50000
  25. 4,2541,50000
  26. 4,2410,50000
  27. 4,2629,50000
  28. 4,2630,50000
  29. // Cartas MVPS
  30. 7,4132,1
  31. 7,4359,1
  32. 7,4236,1
  33. 7,4602,1
  34. 7,4054,1
  35. 7,4365,1
  36. 7,4367,1
  37. 7,4425,1
  38. 7,4147,1
  39. 7,4145,1
  40. 7,4441,1
  41. 7,4318,1
  42. 7,4526,1
  43. 7,4528,1
  44. 7,4527,1
  45. 7,4529,1
  46. 7,4566,1
  47. 7,4563,1
  48. 7,4564,1
  49. 7,4386,1
  50. 7,4174,1
  51. 7,4142,1
  52. 7,4134,1
  53. 7,4137,1
  54. 7,4123,1
  55. 7,4352,1
  56. 7,4148,1
  57. 7,4556,1
  58. 7,4131,1
  59. 7,4121,1
  60. 7,4574,1
  61. 7,4305,1
  62. 7,4576,1
  63. 7,4047,1
  64. 7,4580,1
  65. 7,4324,1
  66. 7,4430,1
  67. 7,4403,1
  68. 7,4525,1
  69. 7,4419,1
  70. 7,4372,1
  71. 7,4376,1
  72. 7,4520,1
  73. 7,4357,1
  74. 7,4361,1
  75. 7,4399,1
  76. 7,4560,1
  77. 7,4562,1
  78. 7,4198,1
  79. 7,4143,1
  80. 7,4144,1
  81. 7,4565,1
  82. 7,4408,1
  83. 7,4561,1
  84. 7,4578,1
  85. 7,4507,1
  86. 7,4342,1
  87. 7,4263,1
  88. 7,4168,1
  89. 7,4276,1
  90. 7,4135,1
  91. 7,4330,1
  92. 7,4456,1
  93. 7,4363,1
  94. 7,4302,1
  95. 7,4407,1
  96. 7,4374,1
  97. 7,4625,1
  98. //CONSU
  99. 6,14536,20
  100. 6,12375,25
  101. 6,12217,50
  102. 6,14523,100
  103. 6,12414,20
  104. 6,14601,50
  105. 6,14522,100
  106. 6,14526,25
  107. 6,14586,25
  108. 6,12792,25
  109. 6,14540,250
  110. 6,14539,250
  111. 6,12218,150
  112. 6,14512,75
  113. 6,14514,75
  114. 6,14598,250
  115. 6,14515,200
  116. 6,14513,75
  117. 6,14587,50
  118. 6,14520,50
  119. 6,13545,50
  120. 6,14517,50
  121. 6,14518,50
  122. 6,14602,500
  123. 6,12274,75
  124. 6,12275,75
  125. 6,14537,25
  126. 6,12404,25
  127. 6,12424,75
  128. 6,12427,75
  129. 6,14542,75
  130. 6,14544,75
  131. 6,14611,50
  132. 6,14612,50
  133. 6,14541,25
  134. 6,14543,25
  135. 6,23012,25
  136. 6,14534,25
  137. 6,14537,25
  138. 6,12710,25
  139. //
  140. 0,7608,10000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement