7 Hours straight using 3oC and no drops at all. Definately broken. I also stopped getting radiolaria cultures altogther...none...and I had plenty of room in my inventory. Something is definately wrong with 3oC.
English
-
Edited by SIRxTOKExALOT: 12/17/2017 2:04:42 PMI no longer get the versus or the materials for them
-
You sure you weren't capped on cultures? 20 greens or 3 blues is the cap and they will stop dropping.
-
Yeah I checked several times to make sure I wasn't crazy. I had 3 greens and 1 blue and that's where it stayed over the course of about 2 hours. However I did finish all the prophecies for the week. Maybe that had something to do with it.
-
Lol, yes, they stop dropping after you're done for the week.
-
Ah, I see. Mystery solved! Now just need to solve the 3oC mystery.
-
These are capped? Why on earth would they be capped? Does the number "21" not fit in the digital box? I really don't understand Bungie... I wish they'd cap shaders at 99 (to save memory utilization by omitting a 3rd digit).
-
Edited by Antosino: 12/17/2017 2:27:04 PMDatabases don't work quite like that with integers. You can specify a max integer size, sure, but in terms of actual physical memory it's actually based on the size of the number as data, like the actual bits and bytes needed to store the integer value. It's why caps on money and other things in games can be some weird value like 124,546 or whatever (214,748 for a 32-bit integer value), because that's the highest integer value for the column size. So don't think of it as how many digits are in the number, but how much memory the number physically occupies - ie it's restricted by "100kb" and not "2 digits" for example.
-
Edited by JasperGTR: 12/18/2017 8:49:15 PMI was being facetious. Bungie has every capability to make things like vault space, shader manipulation, kiosks, paging, etc... all non-issues. But they choose not to - which results in limited player experience at various layers.
-
You're right, it's not difficult to change the size available... Delending on how it's stored. If inventory is stored within character or account data, it could be a bit more difficult depending on how they went about it. If it's referencing a separate, standalone set of data then it probably would be closer to as easy as adjusting a number.