Wizz Posted June 1, 2017 Author Report Share Posted June 1, 2017 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! Link to comment Share on other sites More sharing options...
Relentless Posted June 1, 2017 Report Share Posted June 1, 2017 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 More sharing options...
Wizz Posted June 1, 2017 Author Report Share Posted June 1, 2017 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 More sharing options...
lwbuk Posted June 1, 2017 Report Share Posted June 1, 2017 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 More sharing options...
Wizz Posted June 1, 2017 Author Report Share Posted June 1, 2017 @DAmNRelentless Worked like a charm, however im having a little issue and i don't know what to do xD. I keep getting stuck on "Waiting For Server To Authenticate" every time i try and log in, i've tried restarting the server any help? Link to comment Share on other sites More sharing options...
lwbuk Posted June 1, 2017 Report Share Posted June 1, 2017 You've broken something. Need the server rpt. Probably missed a ; in the Hpp file. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now