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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...