Feature request:
Reduce weight of nanocubes to zero (or close to zero) and add an "auto recycle" feature to portable TT.
The auto recycle lets you select loot that should directly be turned into cubes.
Would make it possible to hunt mobs that drops [Animal Hide] :D
I'm pretty sure this delay comes from the game needing to fetch textures/info/graphics for one of the items you loot. If you look at the loot chat log they all arrive at the same time (the order of the delayed item can also be different in the chat log).
It's probably these four values that are most interesting to start playing with:
https://github.com/opentropia/pytropia/blob/master/loot-sim.py#L161-L164
Yes, the model is based on the assumption that loot events are 100% independent. Like Zho said this assumption is based on both official statements about no loot pool and analysis of loot.
I probably have data on over 1M individual loot events, cost and loot. I analyzed a few 100K of them to...