Remix Posted October 21, 2013 Report Share Posted October 21, 2013 Requires Microsoft .NET Framework 4 http://www.microsoft.com/en-gb/download/details.aspx?id=17718 Trader Editor alpha Trader editor currently Lists traders from server_traders table then matches the class names to entry's found in server_traders.sqf(unsure if this is the right way its done but works for me for now) enables u to edit/add/delete items in the traders category's setup DayZEpoch Tools alpha 0.2.zip Download Remix DayZEpoch Tools alpha 0.1.zip (Old version) Extract the files to your hard drive then edit "config.ini" [CONFIG] Username=dayz Password=dayz DatabaseName=dayzepoch Server=localhost Port=3306 Instance=11 TraderSQF=server_traders.sqf [TABLENAMES] serverTraders=server_traders traderItems=trader_items TradertIDs=trader_tids TradersData=traders_data ispan55, MatthewK, Joerivang and 8 others 11 Link to comment Share on other sites More sharing options...
bFe Posted October 21, 2013 Report Share Posted October 21, 2013 Looks nice. Can I edit the price without having to restart for it to take effect? Link to comment Share on other sites More sharing options...
Remix Posted October 21, 2013 Author Report Share Posted October 21, 2013 dont think so;p Link to comment Share on other sites More sharing options...
bFe Posted October 21, 2013 Report Share Posted October 21, 2013 My traders_data is named Traders_DATA, so the program doesn't recognize it. Any way to have it recognize it no matter if its lower case or not? Link to comment Share on other sites More sharing options...
Joerivang Posted October 22, 2013 Report Share Posted October 22, 2013 Awesome tool, added it to the tools i use to administrate my server. It makes changes so much easier. Can you add an option to add items to the traders? if not i can always do it how i use to do it so that's not a problem but it might be an addition to your tool! big thanks! Link to comment Share on other sites More sharing options...
Remix Posted October 22, 2013 Author Report Share Posted October 22, 2013 to add an item right click the category u wish to add it to and click Add item, fill in the required info then click the add button :D As for the table names i will add them to the config file shortly :P Link to comment Share on other sites More sharing options...
LimpNoodle Posted October 22, 2013 Report Share Posted October 22, 2013 Well well Remix I have to give you +100 here. Looks very very nice for ppl who don't like digging in the Database or make use of the console. Very nice job! Link to comment Share on other sites More sharing options...
Remix Posted October 22, 2013 Author Report Share Posted October 22, 2013 thanks i be one of those guys ha find it saves me alot of time ;p Updated to allow table name changes in the config.ini file bFe 1 Link to comment Share on other sites More sharing options...
Joerivang Posted October 22, 2013 Report Share Posted October 22, 2013 Thats just awesome man, big ups for you! Link to comment Share on other sites More sharing options...
bFe Posted October 22, 2013 Report Share Posted October 22, 2013 I changed the config to this: serverTraders=server_traders traderItems=trader_items TradertIDs=trader_tids TradersData=Traders_DATA And I still get an error message. Link to comment Share on other sites More sharing options...
Remix Posted October 22, 2013 Author Report Share Posted October 22, 2013 looks like your trader_data table name is incorrect its saying it don't exist but your login info and db name are correct as u get the trader list Link to comment Share on other sites More sharing options...
bFe Posted October 22, 2013 Report Share Posted October 22, 2013 The table is called Traders_DATA, which ive put into the config. Yet it says ",,, traders_data doesn't exist". Link to comment Share on other sites More sharing options...
Remix Posted October 22, 2013 Author Report Share Posted October 22, 2013 i added Traders_DATA even tho my table names all lower case into my config and it works for me unsure why u are having this issue sorry i cant be more help :( Link to comment Share on other sites More sharing options...
bFe Posted October 22, 2013 Report Share Posted October 22, 2013 Thats ok, ill figure something out :) Link to comment Share on other sites More sharing options...
Stranger Posted October 22, 2013 Report Share Posted October 22, 2013 Thats really nice man! I will contact you with PM Link to comment Share on other sites More sharing options...
GiantUnicorn Posted October 23, 2013 Report Share Posted October 23, 2013 is it just me or is black market stary missing? Link to comment Share on other sites More sharing options...
Remix Posted October 23, 2013 Author Report Share Posted October 23, 2013 ya i noticed that to fixed it by adding this ;p INSERT INTO `dayzepoch`.`server_traders` ( `classname`, `instance`, `status`, `static`, `desc` ) VALUES ( 'Soldier_GL_M16A2_PMC', 11, 'neutral', NULL, 'Black Market - Stary' ); Link to comment Share on other sites More sharing options...
Colonel_Patches Posted October 23, 2013 Report Share Posted October 23, 2013 ya i noticed that to fixed it by adding this ;p INSERT INTO `dayzepoch`.`server_traders` ( `classname`, `instance`, `status`, `static`, `desc` ) VALUES ( 'Soldier_GL_M16A2_PMC', 11, 'neutral', NULL, 'Black Market - Stary' ); Where would I put this code? Should I be missing most of my Stary traders? I'm only seeing Can and Ammo traders for Stary. The rest of the traders appear to be there. Edit: Judging by your screenshot, I am supposed to be missing them. Just making sure it wasn't me. Keep up the awesome work! Link to comment Share on other sites More sharing options...
Remix Posted October 23, 2013 Author Report Share Posted October 23, 2013 im unsure y there missing, and u would need to query that in some sort of mysql editor(mysql workbench,navicat) Link to comment Share on other sites More sharing options...
Colonel_Patches Posted October 23, 2013 Report Share Posted October 23, 2013 im unsure y there missing, and u would need to query that in some sort of mysql editor(mysql workbench,navicat) Alright Thanks! They are missing for you too right? Of what I can see in your screenshot, it looks like you are missing the ones I'm missing too. Link to comment Share on other sites More sharing options...
Remix Posted October 23, 2013 Author Report Share Posted October 23, 2013 np an ya lol didn't no till u said haven't had to edit them ones yet;p only the black market guy Link to comment Share on other sites More sharing options...
Ghosty Posted October 25, 2013 Report Share Posted October 25, 2013 Missing the part trader for stary ? btw great work! Link to comment Share on other sites More sharing options...
JohnyMST Posted October 25, 2013 Report Share Posted October 25, 2013 Sweet..... :) Where's the vehicle trader from Stary gone? Not able to find it in the program :D Link to comment Share on other sites More sharing options...
Colonel_Patches Posted October 25, 2013 Report Share Posted October 25, 2013 Sweet..... :) Where's the vehicle trader from Stary gone? Not able to find it in the program :D Do you have the other stary traders on there, other than can and ammo trader? I'm missing most of them. Link to comment Share on other sites More sharing options...
Remix Posted October 26, 2013 Author Report Share Posted October 26, 2013 to add missing traders search the server_traders.sqf for the class names such as menu_Soldier_GL_M16A2_PMC remove the (menu_) part and edit this query as needed ;p INSERT INTO `dayzepoch`.`server_traders` ( `classname`, `instance`, `status`, `static`, `desc` ) VALUES ( 'Soldier_GL_M16A2_PMC', 11, 'neutral', NULL, 'Black Market - Stary' ); 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