ExX
Member
It's wierd. I want tanners to buy Spined, horned and barbed leather so i did what you should do and added this to the sb buy info.
this.Add( new GenericBuyInfo( typeof( SpinedLeather ), 6, 20, 0x1081, 0x8ac ) );
this.Add( new GenericBuyInfo( typeof( HornedLeather ), 6, 20, 0x1081, 0x845 ) );
this.Add( new GenericBuyInfo( typeof( BarbedLeather ), 6, 20, 0x1081, 0x851 ) );
But they still wont buy it. I did some searching and 12 years ago (2003) there was a post about the same issue and it was found to be a bug. Back then there was a work around to edit the genericsell.cs file to let uou sell hued items but that change has been made in the current emulator. However you still can't sell those items?
I'm surprised I can't find anything on the topic besides that. Does anyone have a suggesiton how to fix this issue?
this.Add( new GenericBuyInfo( typeof( SpinedLeather ), 6, 20, 0x1081, 0x8ac ) );
this.Add( new GenericBuyInfo( typeof( HornedLeather ), 6, 20, 0x1081, 0x845 ) );
this.Add( new GenericBuyInfo( typeof( BarbedLeather ), 6, 20, 0x1081, 0x851 ) );
But they still wont buy it. I did some searching and 12 years ago (2003) there was a post about the same issue and it was found to be a bug. Back then there was a work around to edit the genericsell.cs file to let uou sell hued items but that change has been made in the current emulator. However you still can't sell those items?
I'm surprised I can't find anything on the topic besides that. Does anyone have a suggesiton how to fix this issue?