TheJ3wishTurban 6 Report post Posted July 17, 2016 hello has ane one found a way of changing the amount of tabe you are able to store in the locker at traders as 10k is so low Share this post Link to post Share on other sites
red_ned 658 Report post Posted July 17, 2016 main mission config class CfgLocker { numbersOnly = "0123456789"; maxDeposit = 999999; }; 1 1 Share this post Link to post Share on other sites
Wobz 0 Report post Posted January 10, 2017 Why would changes made to this not work? The PBO is unpacked, the cpp is changed and saved, PBO repacked and uploaded to the server and nothing. Been scratching my head trying to figure this out. Can't get the locker deposit size to increase nor get rope selling at the hard ware trader. Copy the files out of the server and the changes are there just not "taking". Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted January 10, 2017 2 hours ago, Wobz said: Why would changes made to this not work? The PBO is unpacked, the cpp is changed and saved, PBO repacked and uploaded to the server and nothing. Been scratching my head trying to figure this out. Can't get the locker deposit size to increase nor get rope selling at the hard ware trader. Copy the files out of the server and the changes are there just not "taking". so what is your question you need answered Share this post Link to post Share on other sites
Wobz 0 Report post Posted January 10, 2017 How do you increase the poptab from 10k? What would stop this from working when the "correct" procedure is followed in regards to PBO (un/packing) and CPP changes etc have been done? Why would the rope not appear at the trader when it's removed from the not used list and added to the for sale list like the other items? All commas and spaces are accounted for and so on. Share this post Link to post Share on other sites
hogansheroes 374 Report post Posted January 10, 2017 for the poptabs you need to edit the database which goes under accounts and lockers pic shown where for the rope if you have removed from the CfgTraderCategories you also need to remove it from CfgExileArsenal another way is to put // at the beginning of it so it cancels it out from being used gl Share this post Link to post Share on other sites
PondScum101 9 Report post Posted January 11, 2017 On 7/17/2016 at 4:41 AM, red_ned said: main mission config class CfgLocker { numbersOnly = "0123456789"; maxDeposit = 999999; }; Under "maxDeposit = 999999;" I have set for 1000000, but shows in game as 1e000 or something like that cant remember exactly. The value is correct as I can give myself 1000000 pop tabs, put in locker and remove the same amount. Have tested with much higher as well. I have seen servers where it will actually display in game 1000000, 2000000...ect... Just wondering if anyone knows how this is accomplished. Thanks Pond 1 Share this post Link to post Share on other sites
Bombadil 0 Report post Posted January 21, 2017 I have tried editing the CfgLocker in the config.cpp in the Exile.Altis.pbo, and I have also tried editing the database as described by hogansheroes above, and nothing is changing. Still have a 10k limit. Besides clicking save after editing the database, is there anything else you have to do to implement those changes? I'm not familiar with editing databases. If there's not anything else needed to update a database, what am I missing? Why can I not change the locker limit? Any help is super appreciated! Share this post Link to post Share on other sites
oz1982 0 Report post Posted January 27, 2017 did anyone find out how to do this? Share this post Link to post Share on other sites
BetterDeadThanZed 1006 Report post Posted January 28, 2017 7 hours ago, oz1982 said: did anyone find out how to do this? See the reply above, dated July 17, 2016. Share this post Link to post Share on other sites