Im pretty stumped here, so hopefully one of you guys can help me
Ive gone through my traders_data table and found every "30m_plot_kit" and changed the prices to [3,"ItemGoldBar10oz",1], however the pmc_reynolds(https://community.bistudio.com/wikidata/images/thumb/d/d4/Arma2_pmc_reynolds.jpg/120px-Arma2_pmc_reynolds.jpg) at plancia trader still shows the prices at 6oz (the vanillia prices). All of the other items on his lists are also vanilla and uneditable. All of the other traders work perfectly.
Code in the server_traders.sqf
// Neutral Building/Parts 4p menu_Reynolds_PMC = [ [["Building Supplies",678],["Toolbelt Items",679],["Vehicle Parts",677]], [], "neutral" ];
Now what makes no sense to me is that when I look in trader_tids table is this.. The ids are pointing to a different trader classname.
So What further confuses me is that the trader_data table has no rows for tid 678 679 677.
THe image above shows there isn't any rows in the trader_data table for tid 677-679 so where is it pulling the trader info?
thanks in advance, please let me know if I need to give more info.
I created a sql file to manually add the rows and got errors saying its duplicated.. Then I learned that the gui im using had a limit per page, lol! so the info was just on the second page. sorry guys lol