Jump to content
  • 0

Trade ores for ingots


Darkness073

Question

So I have a file in the scripting that allows trading of gems to briefcases or briefcases to gems

 

 

 

 

With smelting ores being bugged, since like forever, I wonder whether anyone knows of a script that will trade ores for ingots, similar to the gem trades (done at every trader)

 

 

 

 

thanks in advance :)

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I simply added them to cgf trader and made a new menu in the neutral black market dealer

 

 

 

 

 

class Category_912 {

class ItemRuby {
type = "trade_items";
buy[] = {4,"ItemBriefcase100oz"};
sell[] = {2,"ItemBriefcase100oz"};
};
class ItemObsidian {
type = "trade_items";
buy[] = {4,"ItemBriefcase100oz"};
sell[] = {2,"ItemBriefcase100oz"};
};
class ItemCitrine {
type = "trade_items";
buy[] = {4,"ItemBriefcase100oz"};
sell[] = {2,"ItemBriefcase100oz"};
};
class ItemAmethyst {
type = "trade_items";
buy[] = {4,"ItemBriefcase100oz"};
sell[] = {2,"ItemBriefcase100oz"};
};
class ItemEmerald {
type = "trade_items";
buy[] = {4,"ItemBriefcase100oz"};
sell[] = {2,"ItemBriefcase100oz"};
};
class ItemTopaz {
type = "trade_items";
buy[] = {4,"ItemBriefcase100oz"};
sell[] = {2,"ItemBriefcase100oz"};
};
class ItemSapphire {
type = "trade_items";
buy[] = {4,"ItemBriefcase100oz"};
sell[] = {2,"ItemBriefcase100oz"};
};
class PartOreGold {
type = "trade_items";
buy[] = {1,"ItemGoldBar"};
sell[] = {1,"ItemGoldBar"};
};
class PartOreSilver {
type = "trade_items";
buy[] = {1,"ItemSilverBar"};
sell[] = {1,"ItemSilverBar"};
};
};

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Discord

×
×
  • Create New...