Jump to content

Global Banking


Recommended Posts

7 minutes ago, Wizz said:

Now just gotta figure out how to get metal floors & cinderwalls etc into The buildings trader & how to change the overwatch weapon prices yay! fun!

That's quite easy. There is a folder called categories. There are many hpp files in where all items are listed with their specific category and their buy and sell prices.

Link to comment
Share on other sites

2 minutes ago, DAmNRelentless said:

That's quite easy. There is a folder called categories. There are many hpp files in where all items are listed with their specific category and their buy and sell prices.

Cheers, how would i add metal floors and that to the buildings dealer?

 

Link to comment
Share on other sites

Add into your to your building supplies.hpp file. Might be called something different depending on who made it/set it up. 

Also might not be worth, might be coins, again depending how it's been made. Just follow the existing method on your files.  

 

class full_cinder_wall_kit {
  type = "trade_items";
  buy[] = {200000,"worth"};
  sell[] = {120000,"worth"};
  };
 
class metal_floor_kit {
  type = "trade_items";
  buy[] = {200000,"worth"};
  sell[] = {120000,"worth"};
  };
 

 

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
  • Advertisement
  • Discord

×
×
  • Create New...