I'm sorry to have started a duplicated thread about this (because the link to the other thread). But now, I opened this... so I want replay...
I agree with Nikodemus and Under the moon. How a object in your inventory drop into the ground automatically? Generally, I suppose this action sequence:
- Your strength, being normal, permits to carry your objects in your inventory.
- Casted the weakness spell, the strength is lowered.
Now, from the developers view, for the following action, there are two options:
1. handle the situation correctly: this, in my humble opinion, should consist in blocking the character due the too heavy inventory (that becuase the inventory should smack down the character). In this case movement, attacks and other actions should be blocked. Notice that no items in inventory are dropped on the ground, because they are contained in inventory, wich is well closed. This is natural.
2. Workaround to permit a normal situation like before: this could be reached dropping items until you can carry your inventory. This is simpler, because the programmer don't handle more complex situation (block player actions...), but empty your inventory enought... and this is not natural (it's like the character will empty his inventory to don't being smaked down on the ground... you would do it?), and this is not wanted by any user (because other players can pickup your items before you can pick up them).
I think an immediate patch is not possible, due the more complex event handling. But for me, it's clear it should be handled correctly before as possible (but I think there more serious problems than this).
About items in your grip, I think they could be dropped (because the character should left his weapons due the limited strength), but because item stealing, it should be avoided. You can think the character with a intense will (

), take on his hand his weapons becuase want combact (or else justification for explaing this fact).
About the question if it's or it's not a bug, is superfluous: the fact is the behavior is not correct and natural.