troublekid Posted June 25, 2014 Report Share Posted June 25, 2014 Hey guys, i was wondering if its posible to make a building material mission, like there is weapon truck, then i want something called Ikea truck? and if so, please help me make one :D Thanks! Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 There are already plenty of them on this forum, and i'm pretty sure you'll find one in DZMS ;) Edit: Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 i've been looking everywhere, if you find one, please send it to me :D Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 There are missions that spawn Constructions Crates <-- aka IKEA. You can edit the contents in your DZMSWeaponCrateList.sqf file. Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 Yea, i know that. But i want to make a place where People have to kill AI's to get the loot, not some random crate on the map :D Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 I even tried to make my own mission http://pastebin.com/rbxhUaZ1 but it never spawned, soo Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 Make a new file in your MINOR Missions folder and call it sm7.sqf Then cut and paste this into it: http://pastebin.com/TNjxfyHt Edit your DZMSConfig.sqf file and look for this line: DZMSMinorArray = ["SM1","SM2","SM3","SM4","SM5","SM6"]; and change it to: DZMSMinorArray = ["SM1","SM2","SM3","SM4","SM5","SM6","SM7"]; You can add it to your major missions folder if you like, but there is already one in there called EM1 That should now give you something to work with (it will work as it is, along with the C130 supply crate mission, which you probably don't know about), if you need to edit the ikea contents follow my previous posts advice. Mendo 1 Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 aiight, thanks mate! Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 Yea, i know that. But i want to make a place where People have to kill AI's to get the loot, not some random crate on the map :D It spawns AI to protect the crate as well. I'm talking about the DZMS missions , not the Epoch Events. Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 can i like make my own crate list? Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 SM7.sqf should go in your MINOR missions folder, sorry. I've edited the post .. Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 can i like make my own crate list? Yes. Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 aiight, thanks again! Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 Hey, i did want you said. and i get this error 3:16:02 [DZMS]: Running Minor Mission SM4.13:16:03 UH60Wreck_DZ: MainTurret - unknown animation source mainTurret13:16:03 UH60Wreck_DZ: MainGun - unknown animation source mainGun13:16:03 UH60Wreck_DZ: MachineGun_1 - unknown animation source Gatling_113:16:04 Error in expression <ocks","MortarBucket","ItemComboLock]if (_type == "medical") then {_scount >13:16:04 Error position: <if (_type == "medical") then {_scount >13:16:04 Error Missing ;13:16:04 File z\addons\dayz_server\DZMS\Scripts\DZMSBox.sqf, line 2213:16:04 Error in expression <ocks","MortarBucket","ItemComboLock"]if (_type == "medical") then {_scount >13:16:04 Error position: <if (_type == "medical") then {_scount >13:16:04 Error Missing ;13:16:04 File z\addons\dayz_server\DZMS\Scripts\DZMSBox.sqf, line 2213:16:06 [DZMS]: (DZMSUnitsMinor) 3 AI Spawned, 3 units in mission.13:16:08 [DZMS]: (DZMSUnitsMinor) 3 AI Spawned, 6 units in mission.13:16:09 [DZMS]: (DZMSUnitsMinor) 3 AI Spawned, 9 units in mission.13:16:11 [DZMS]: (DZMSUnitsMinor) Waiting for 9/9 Units or Less to be Alive and a Player to be Near the Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 The clue is in the error, it tells you you're missing a ; somewhere... Probably at the end of "MortarBucket","ItemComboLock"] Which you edited as those items are not in the default DZMSWeaponCrateList.sqf list :) Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 i added the ; but the problem still there, the problem is that no loot is spawning in the crate Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 Pastebin your DZMSWeaponCrateList.sqf Edit: Just looked at your error log again and that isn't even the script I gave you, so you've definately broken something in your weaponcratelist or somewhere else. The script works on my server. Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 I have to leave for a meeting in 10 minutes. If you don't reply before then I'll not get to look at your file until later this evening, about 9pm GMT. Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 http://pastebin.com/sg5WFJUY = WeaponCrateList' http://pastebin.com/iAMdSZJz = DZMSBox Link to comment Share on other sites More sharing options...
MatthewK Posted June 25, 2014 Report Share Posted June 25, 2014 Straight away I see a glaring typo after "ItemVault" in your WeaponCratelist. I've helped you as much as I can for today. Catch you later if you still need help. Take more time to check your code. That error was too easy to spot :P Link to comment Share on other sites More sharing options...
troublekid Posted June 25, 2014 Author Report Share Posted June 25, 2014 Thanks mate! :D 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