Jump to content

Cinder block Class name?


colsteel

Recommended Posts

umm i used those and put it into this INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["1Rnd_HE_M203",1]',10,'[4,"ItemGoldBar",1]','[2,"ItemGoldBar",1]',0,60,'trade_items')

 

and inserted it into the trader with the sql and it didnt show up. any thoughts

Link to comment
Share on other sites

Did you use the correct trader ID (tid)? Say you want to add them to the building supplies menu (tid 530) for the trader at Klen. It should look like this:

INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["CinderBlocks",1]',10,'[3,"ItemGoldBar",1]','[2,"ItemGoldBar",1]',0,530,'trade_items')
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...