Woubie Posted April 18, 2014 Report Share Posted April 18, 2014 Hi i was wondering if there was a easier way to import new items into the database instead of typing it all in manually? Thanks for any help. Link to comment Share on other sites More sharing options...
MassAsster Posted April 18, 2014 Report Share Posted April 18, 2014 If your taking about just dumping one large file and having every item in the game just magically appear in the traders, no. I did a donator tool that has some admin functions , makes adding items a tad bit less of a pain.. you could use it for that purpose and ignore the other features http://epochmod.com/forum/index.php?/topic/7612-donator-revive-system-drs/ you can also do sql commands like INSERT INTO `Traders_DATA` (`id`, `item`, `qty`, `buy`, `sell`, `order`, `tid`, `afile`) VALUES (1351, '["ItemJerrycan",1]', 999, '[1,"ItemGoldBar",1]', '[2,"ItemSilverBar",1]', 0, 11, 'trade_items'); Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now