Jump to content
  • 0

Another Trader Question (Trader Id' ing)


Danger Girl Forever :D

Question

Maybe I am asking google the wrong question after many attempts I am unable to decipher the individual traders. For instance in my database my trader Id's looks like this:

11
11
34
35
36
37
38
39
40
7
15
60
136
How do I tell who is who like for example maybe TID 11='s  weapon trader or someone who sells stuff at Bash Does anyone know how I can pinpoint these numbers to each individual trader or at the very least trader location?
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

in your mission file, server_traders.sqf

// Bandit Trader
menu_GUE_Soldier_MG = [
	[["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],

The numbers are the tids.

 

 

So say you wanna change items/prices at the bandit trader in cherno ( as above )

Sort you database column tids to look for 577 to change the ammo stuff; what ammo is sold, quantity, and prices

 

repeat for other vendors. Make sure your looking at the server_traders.sqf for the map you are using, they all have different values based on the map.

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...