Coin Weight - Where is it located (file wise)

Discussion on running your own board and editing MajorMUD.
Shaitan
Posts: 11
Joined: Mon Jul 09, 2012 2:16 am

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

Post 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.


Kraklaha
Posts: 35
Joined: Sun Dec 30, 2012 12:36 am

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

Post 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.


Post Reply