Page 2 of 2

Re: Coin Weight - Where is it located (file wise)

Posted: Wed Mar 13, 2019 12:55 pm
by Shaitan
Sorry for the necropost, but I'd be willing to bet coins don't have a weight associated with them the way items do, it's probably just part of the encumbrance formula. i.e. the formula is probably just

Code: Select all

sum_of_item_weights + (number_of_coins / 3)
Fwiw I made coins weightless in my remake.

Re: Coin Weight - Where is it located (file wise)

Posted: Sun Mar 24, 2019 3:43 pm
by Kraklaha
For those looking to use this to fix coin encumbrance bug, the present solution for preventing users from sharing coins over their max weight is just to align the 'share' 'shar' 'sha' command with a random global so that it doesn't actually issue the share command basically disabling the share feature.