Hey all,
I used this SQL query to add radios to my traders, but when I buy one (trader takes gold), it doesn't appear in my inventory. What have I done wrong?
INSERT INTO `traders_data` (`item`,`qty`,`buy`,`sell`,`order`,`tid`,`afile`) VALUES ('["ItemRadio",1]',50,'[1,"ItemGoldBar10oz",1]','[1,"ItemGoldBar10oz",1]',0,663,'trade_items')
Also there is no picture included, it just says : (ItemRadio) How can I add a picture?
Thanks!