Jump to content
  • 0

Cannot use traders


atro

Question

I've recently just started up my epoch server. Everything's going pretty smoothly, except this 1 thing. The vendors.
The problem I'm experiencing with the traders/vendors is when I click "Trader menu" everything works fine, but no items show up.

12fd60a35adc0eeb98e40e4274b34b66.png
http://gyazo.com/12fd60a35adc0eeb98e40e4274b34b66 (link to picture)
In the image, it looks a little funny, but that's only because I made my game windowed in order to screenshot.
As you can see, none of the items load. I've been to every trader on the map, but they all do the same. (No items)

It'd be appreciated if I could get some help ASAP as i've been struggling with this for about 12 hours.
Im running this server off a linux based VPS if that helps

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

sql traders or config traders? make sure u check your server_trader.sqf file for mistakes , check that the numbers for the traders match up to the numbers for the items 

 

example 

 

server traders.sqf 

 

//WholeSale-
menu_Secretary1 = [
[["Wholesale",675],["Money",700]],
[],
"neutral"
];

 

Your trader items

 

class Category_700 {
class ItemBriefcase100oz {type = "trade_items";buy[] ={10000,"Coins"}; sell[] ={9999,"Coins"};};
};
 
for sql traders the steps are almost the same 
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...