View Single Post
  #7  
Old 05-07-2014, 07:31 PM
Esildor
Hill Giant
 
Join Date: Feb 2010
Posts: 207
Default

Quote:
Originally Posted by NatedogEZ View Post
There is a rule in newer databases ... "EnableAltCurrencySell" -- haven't tested it.. but I am guessing it works

If you don't have it...

Code:
INSERT INTO `rule_values` (`ruleset_id`, `rule_name`, `rule_value`, `notes`) VALUES (1, 'Merchant:EnableAltCurrencySell', 'true', 'Enables the ability to resell items to alternate currency merchants');
Hm, changed it false. Doesn't seem to have worked unfortunately.
Reply With Quote