Removing player ability to sell a weapon at a base?
Does anyone know how to make a weapon that a player has on his ship unsellable at a base? I have tried various methods but they either don't work or work but cause crashes when the weapon is unmounted. What I've tried:
Changing the price multiplier in the market_misc entry to 0 and to -1.
Changing the rank requirement in the market_misc to 90
Changing all values in the market_misc to 0 and to -1
Deleting all mention of the weapon in market_misc and removing the entry in weapon_good.
Commenting out the 'price =' entry in weapon_good
Making the value for the 'price =' entry -1
Changing the 'category =' value in weapon_good from equipment to commodity
I've also tried various combinations of the above methods and had no luck. Anyone know how to do this or have any more suggestions to try?
Changing the price multiplier in the market_misc entry to 0 and to -1.
Changing the rank requirement in the market_misc to 90
Changing all values in the market_misc to 0 and to -1
Deleting all mention of the weapon in market_misc and removing the entry in weapon_good.
Commenting out the 'price =' entry in weapon_good
Making the value for the 'price =' entry -1
Changing the 'category =' value in weapon_good from equipment to commodity
I've also tried various combinations of the above methods and had no luck. Anyone know how to do this or have any more suggestions to try?