Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 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,10000
  31. 7,4359,20000
  32. 7,4236,10000
  33. 7,4602,30000
  34. 7,4054,15000
  35. 7,4365,30000
  36. 7,4367,20000
  37. 7,4425,20000
  38. 7,4147,10000
  39. 7,4145,30000
  40. 7,4441,50000
  41. 7,4318,30000
  42. 7,4526,30000
  43. 7,4528,25000
  44. 7,4527,25000
  45. 7,4529,25000
  46. 7,4566,20000
  47. 7,4563,20000
  48. 7,4564,20000
  49. 7,4386,20000
  50. 7,4174,40000
  51. 7,4142,20000
  52. 7,4134,20000
  53. 7,4137,20000
  54. 7,4123,10000
  55. 7,4352,15000
  56. 7,4148,10000
  57. 7,4556,70000
  58. 7,4131,10000
  59. 7,4121,30000
  60. 7,4574,30000
  61. 7,4305,30000
  62. 7,4576,50000
  63. 7,4047,25000
  64. 7,4580,40000
  65. 7,4324,20000
  66. 7,4430,20000
  67. 7,4403,30000
  68. 7,4525,25000
  69. 7,4419,30000
  70. 7,4372,15000
  71. 7,4376,30000
  72. 7,4520,15000
  73. 7,4357,30000
  74. 7,4361,30000
  75. 7,4399,30000
  76. 7,4560,30000
  77. 7,4562,30000
  78. 7,4198,30000
  79. 7,4143,15000
  80. 7,4144,15000
  81. 7,4565,30000
  82. 7,4408,30000
  83. 7,4561,30000
  84. 7,4578,15000
  85. 7,4507,15000
  86. 7,4342,15000
  87. 7,4263,30000
  88. 7,4168,15000
  89. 7,4276,20000
  90. 7,4135,15000
  91. 7,4330,15000
  92. 7,4456,35000
  93. 7,4363,15000
  94. 7,4302,35000
  95. 7,4407,30000
  96. 7,4374,15000
  97. 7,4625,35000
  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