wheybags / freeablo

[ARCHIVED] Modern reimplementation of the Diablo 1 game engine
GNU General Public License v3.0
2.16k stars 195 forks source link

When selling items, we should make sure we have room to receive the gold #397

Closed wheybags closed 4 years ago

akuskis commented 5 years ago

Is it ok, if gold that can't be put into inventory will be thrown on the ground? image

AJenbo commented 5 years ago

In the original it would check if you have room for the gold and show you the "No room" (same as if you tried to buy something that you do not have room for) message if you do not have room for the gold.

Also what would happen if all tiles around you are occupied by items already?

akuskis commented 5 years ago

Thank you, now It's clear. I have to install original one on wine, to do not spam here with simple questions.

AJenbo commented 5 years ago

No worries, I'm happy to look up stuff like this to help out. The exact text in the original is You do not have enough room in inventory

wheybags commented 4 years ago

closed by #443

AJenbo commented 4 years ago

Thank you, now It's clear. I have to install original one on wine, to do not spam here with simple questions.

@akuskis Since running, Diablo from Wine can be a bit of a pain I would suggest using DevilutionX instead. It's 99% accurate to the original 1.09 running on Windows 98 on a 60hz monitor (some timings are wrong when running on WindowsNT or a high hz monitor), and most of the differences are down to the error messages. It also allows you to run in windows mode which can be very handy for testing.