dobrowney 96 Report post Posted October 4, 2015 (edited) Here are the files updated as of OCT 27/2015 for the MAS, RHS, TRYK, and SMA3 items. You just need to copy these parts into your Config files in your Mission and Server config files. Spawn Items. http://pastebin.com/p7Zb93f0 Trader Items. http://pastebin.com/eELAVfFY Edited October 28, 2015 by dobrowney 5 Share this post Link to post Share on other sites
Tereith2050 4 Report post Posted October 4, 2015 Thank you really usefull Share this post Link to post Share on other sites
dobrowney 96 Report post Posted October 4, 2015 (edited) All you need to do is copy and edit your files as to your server setup. Use the new Server Config file and the new description.ext and your server should work .. IF you run VEMF you will have to make the edits into the new description.ext again. Repack your PBOS and upload to the server. It should load. If you are editing the config files make sure you edit like this below. you see the RHS stuff. IF you are removing it. Make sure you remove the , at "arifle_mas_lee" too. or you will get a loop. Removing the , closed the line of that part of the code. "arifle_mas_lee", //RHS "rhs_weap_m39", "rhs_weap_xm2010", "rhs_weap_svd", "rhs_weap_m14ebrri" To "arifle_mas_lee" Also in the Trader Config make sure you commnet out or delete it. This is my custom scripts I have on the server. If you leave that in it will cause errors . Exileclient_gui_xm8_thread_update = "ExileZ\code\exileclient_gui_xm8_thread_update.sqf"; //ExileClient_util_world_isSpawnZoneNearby = "ExileZ\code\ExileClient_util_world_isSpawnZoneNearby.sqf"; //ExileClient_util_world_isTraderZoneNearby = "ExileZ\code\ExileClient_util_world_isTraderZoneNearby.sqf"; ExileClient_system_trading_network_purchaseVehicleResponse = "ExileZ\code\ExileClient_system_trading_network_purchaseVehicleResponse.sqf"; Edited October 5, 2015 by dobrowney 1 Share this post Link to post Share on other sites
Tuna 36 Report post Posted October 5, 2015 You are a kind man Thank You! Share this post Link to post Share on other sites
<Z>SneakyDude 24 Report post Posted October 5, 2015 For all that want it . Here is my Config file from my mission file setup. it has MAS, RHS, and Tryks Clothing added to it. There is some ACE Stuff to in there but it is commented out. These config files where updated to the Exile 0.9.34 build. This Spawn config is setup for Panthera and has the other default buildings commented out . Just place your map spawn in and rename or remove the comments. http://pastebin.com/RDsva10x^^^ Trader Config http://pastebin.com/3SggLtwX ^^ Spawn Config Are you able to get gear to save to the sql database? Share this post Link to post Share on other sites
dobrowney 96 Report post Posted October 5, 2015 yeah everything saves to the DB without any problems. No editing to MYSQL or your DB settings is needed . Just Works. Share this post Link to post Share on other sites
<Z>SneakyDude 24 Report post Posted October 5, 2015 // This needs to match config.cfg serverCommandPassword serverPassword = "088m2vwa";change your password too. Share this post Link to post Share on other sites
Tuna 36 Report post Posted October 5, 2015 Curious is it just Mas in ur loot config? Share this post Link to post Share on other sites
dobrowney 96 Report post Posted October 5, 2015 yes Share this post Link to post Share on other sites
Tuna 36 Report post Posted October 5, 2015 PERFECT thanks man been working on this past couple days the slow way. once again u are a good man !! Share this post Link to post Share on other sites