Advertisement
Guest User

Untitled

a guest
May 24th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. //sprzedaż zawsze
  2. przedmiot: array[1 .. ilo] of integer = (
  3. 36563,36553,36543,36529,36523,
  4. 36522,36519,9529,8739,8729,
  5. 6714,5488,5313,2455,2428,
  6. 2413,959,952,951,948,
  7. 947,729,730,959,960,
  8. 1832,5480,5481,5487,5495,
  9. 5502,5514,5523,5527,5528,
  10. 6698,6699,6710,9453,9572,
  11. 15649, 5537,36527,36528,
  12. 36547,36548,36553,36558,36562,
  13. 36563,36804,948,951,952,
  14. 955,956,959,960,15772,
  15. 36823,5522,8724,8727,36518,
  16. 49,29,906,875,112,33801,
  17. 36539,8735,2426,2475,62,
  18. 2430,2456,36518,2432,2436,
  19. 36524,36539
  20. ); // tabela do sprzedazy
  21.  
  22. //sprzedaz po 41lvl
  23. przedmiot41: array[1 .. ilo41] of integer = (
  24. 1643,12074,11685,17,1463,
  25. 1835,11693,3948,2509
  26. ); // tabela do sprzedazy
  27. // sprzedaz po 61lvl
  28. przedmiot61: array[1 .. ilo61] of integer = (
  29. 1464,11779,12111,12113,3949,
  30. 11793,12115,12083,12311,12312,
  31. 12076,12075
  32. ); // tabela do sprzedazy
  33. //***************************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement