Broken Lemonade Posted September 20, 2013 Report Share Posted September 20, 2013 i just got my epoch server going but there is so much wood involved in base building i though adding the walls to the traders would be a good idead. i was thinking 3 10oz gold for large walls, 1 10oz for 3rd walls etc. please help Link to comment Share on other sites More sharing options...
0 Kind-Sir Posted September 20, 2013 Report Share Posted September 20, 2013 You would be able to add them through your database into the table traders_data.Here is a sample SQL code which will add large walls for 3 10oz gold to each building supplier in Chernarus: INSERT INTO traders_data (`item`, `qty`, `buy`, `sell`, `tid`, `afile`) VALUES ('["ItemWoodWallLg",1]', 10, '[3,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 662, 'trade_items'), ('["ItemWoodWallLg",1]', 10, '[3,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 530, 'trade_items'), ('["ItemWoodWallLg",1]', 10, '[3,"ItemGoldBar10oz",1]', '[1,"ItemGoldBar10oz",1]', 508, 'trade_items'); Link to comment Share on other sites More sharing options...
0 Broken Lemonade Posted September 20, 2013 Author Report Share Posted September 20, 2013 thank you, can i use the same "tid" to add the other types of walls/floors? Link to comment Share on other sites More sharing options...
0 Kind-Sir Posted September 20, 2013 Report Share Posted September 20, 2013 thank you, can i use the same "tid" to add the other types of walls/floors?Yep!http://dayzepoch.com/wiki/index.php?title=Modular_Building_SystemThat page should have all of the classnames you would need to add to the traders.Welcome to the forums! Link to comment Share on other sites More sharing options...
0 Broken Lemonade Posted September 21, 2013 Author Report Share Posted September 21, 2013 cheers, thanks for the help Link to comment Share on other sites More sharing options...
Question
Broken Lemonade
i just got my epoch server going but there is so much wood involved in base building i though adding the walls to the traders would be a good idead. i was thinking 3 10oz gold for large walls, 1 10oz for 3rd walls etc. please help
Link to comment
Share on other sites
4 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