DovIIs Posted October 12, 2013 Report Share Posted October 12, 2013 Hello, what is Lumber Pack class id ? Becouse i wanna add it to trader city, and how to add more stock to buyable item? Sorry for bad english. Link to comment Share on other sites More sharing options...
0 Robinajax Posted October 12, 2013 Report Share Posted October 12, 2013 Add this as a sql code in mysql: INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["Partplankpack",1]',50,'[1,"ItemSilverBar",1]','[1,"ItemCopperBar10oz",1]',0,508,'trade_items') INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["Partplankpack",1]',50,'[1,"ItemSilverBar",1]','[1,"ItemCopperBar10oz",1]',0,530,'trade_items') INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["Partplankpack",1]',50,'[1,"ItemSilverBar",1]','[1,"ItemCopperBar10oz",1]',0,662,'trade_items') INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["Partplankpack",1]',50,'[1,"ItemSilverBar",1]','[1,"ItemCopperBar10oz",1]',0,678,'trade_items') INSERT INTO `Traders_DATA` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["Partplankpack",1]',50,'[1,"ItemSilverBar",1]','[1,"ItemCopperBar10oz",1]',0,680,'trade_items') Change buy price (item silver bar) and selling price (copperbar) to you liking and your done! DovIIs and bFe 2 Link to comment Share on other sites More sharing options...
0 Dridge118 Posted December 12, 2013 Report Share Posted December 12, 2013 where is the trader_data please? Link to comment Share on other sites More sharing options...
Question
DovIIs
Hello, what is Lumber Pack class id ? Becouse i wanna add it to trader city, and how to add more stock to buyable item? Sorry for bad english.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now