Jump to content

How to easily add items into the Database?


Woubie

Recommended Posts

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');

post-999-0-03853900-1397790728_thumb.jpg

post-999-0-57357500-1397790750_thumb.jpg

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...