Artis Posted December 13, 2014 Report Share Posted December 13, 2014 Hey I'm currently trying to edit some of my traders using the Redis Desktop Manager. Can some please tell me how to change the cash values of the traders. Also if possible add items to the traders. Is it possible to identify which trader is at what point on the Epoch Map. Thanks in advance Artis Link to comment Share on other sites More sharing options...
D4rwin Posted December 13, 2014 Report Share Posted December 13, 2014 Thats a good question i'm interested too Link to comment Share on other sites More sharing options...
Artis Posted December 13, 2014 Author Report Share Posted December 13, 2014 Thats a good question i'm interested too Hopefully, someone will be able to help us. If I manage to to this I will share. Link to comment Share on other sites More sharing options...
matrixmark Posted December 13, 2014 Report Share Posted December 13, 2014 The prices are contained inside one of the pbo's. a3_epoch_config.pbo <-- located inside "@epoch > addons > a3_epoch_config.pbo" extract and then go to configs folder and open CfgPricing.hpp. But as far as I know you cannot modify anything in here as it's locked out with the CRC check. Your server will not boot back up. Correct me if I'm wrong ;p Link to comment Share on other sites More sharing options...
Artis Posted December 13, 2014 Author Report Share Posted December 13, 2014 The prices are contained inside one of the pbo's. a3_epoch_config.pbo <-- located inside "@epoch > addons > a3_epoch_config.pbo" extract and then go to configs folder and open CfgPricing.hpp. But as far as I know you cannot modify anything in here as it's locked out with the CRC check. Your server will not boot back up. Correct me if I'm wrong ;p Thanks for the information. I believe some information is stored inside the Redis file that is only seen when the server is live. Inside this you can access lots of information. For example I can see Player information, AI information and Vechicle information. For each I see the contents. All of the AI (which I believe to be traders) do not have contents). I may be wrong in thinking this information can be edited. I have not tested this yet as I'm waiting for someone that knows how to change this info. This is the code for my player on the server [[88.7339,[4939.95,14427.3,0.0014019],"VI34991"],[0,0,1,0.137795],["","H_4_EPOCH","V_9_EPOCH","smallbackpack_teal_epoch","U_Test1_uniform","Epoch_Male_F"],["Topo"],[98.6,3749,2500,2100,165,0,4,0,0,60,0,[0,0,0,0],100],["",[["Binocular","","",""],["Hatchet","","","",["hatchet_swing",993]],["srifle_GM6_F","","","optic_ACO_grn_smg",["5Rnd_127x108_Mag",2]]],["srifle_GM6_F","","Hatchet"]],["ItemMap","ItemWatch","NVG_EPOCH","Binocular"],[["hatchet_swing",1000],["hatchet_swing",1000],["ItemScraps",1],["Towelette",1],["SmokeShellBlue",1],["Chemlight_blue",1],["SmokeShellRed",1],["PaintCanYel",1],["1Rnd_SmokeOrange_Grenade_shell",1],["6Rnd_GreenSignal_F",6],["ChickenCarcass_EPOCH",1],["PaintCanBlk",1],["ItemSodaMocha",1],["5Rnd_127x108_Mag",5],["ItemCoolerE",1],["Chemlight_blue",1],["5Rnd_127x108_Mag",5],["Towelette",1],["SatchelCharge_Remote_Mag",1]],[[[],[]],[["Heal_EPOCH"],[1]],[[],[]]],[[[],[]],[[],[]],[[],[]]],""] An example AI is this ["C_man_1",[7619.19,11439.2,3.74091],[[7333.76,11220.2,0.483188],[14,22]]] Vehicle example is this ["C_Hatchback_01_EPOCH",[[14562.8,18554.5,0],[0.942317,-0.334723,0],[0,0,1]],0,[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],1,[[],[["30Rnd_65x39_caseless_mag","30Rnd_65x39_caseless_mag"],[30,30]],[["B_FieldPack_oucamo"],[1]],[["EpochRadio0"],[1]]],[],2] I understand the that the these contain items. My main question is how would I add currency to a trader (thats if the AI is trader) and player? Link to comment Share on other sites More sharing options...
Artis Posted December 13, 2014 Author Report Share Posted December 13, 2014 The prices are contained inside one of the pbo's. a3_epoch_config.pbo <-- located inside "@epoch > addons > a3_epoch_config.pbo" extract and then go to configs folder and open CfgPricing.hpp. But as far as I know you cannot modify anything in here as it's locked out with the CRC check. Your server will not boot back up. Correct me if I'm wrong ;p I'm not to fussed about prices as I'm just looking at putting currency into the server. At the moment no trader as currency (Well the ones that I have visited) so there is no way to trade. Link to comment Share on other sites More sharing options...
1Man Posted December 13, 2014 Report Share Posted December 13, 2014 Ok so your looking to add inventory? Link to comment Share on other sites More sharing options...
Artis Posted December 13, 2014 Author Report Share Posted December 13, 2014 Ok so your looking to add inventory? I want to add currency to the trader if possible. So that people then can sell items to trader and thus get currency. Link to comment Share on other sites More sharing options...
Darth_Rogue Posted December 13, 2014 Report Share Posted December 13, 2014 People get money from traders when they sell to them. The traders don't need to have anything in their inventory in order for it to happen. It just works. Link to comment Share on other sites More sharing options...
1Man Posted December 13, 2014 Report Share Posted December 13, 2014 Correct traders have currency already even with no inventory it's a player based inventory. Well I was going to paste in my default trader inventory but it would appear you are looking for something else Link to comment Share on other sites More sharing options...
Artis Posted December 13, 2014 Author Report Share Posted December 13, 2014 Thanks guys. I have tested this and it does work. Very strange as yesterday it didnt. Again thankyou for you help. 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