morgan32 403 Posted July 30, 2013 Hey, so I'm helping my friend out with a server, which currently has an admin base and in that base there are lots of weapon / ammo crates spawned by the 3D editor (which is a bad way to do it because a ton of stuff is missing), so I'm wondering if anyone could tell me how to script my own box full of the weaponIDs I'd like to add, and if anybody has a list of all the weaponIDs (including Overwatch, which is the server's mod right now.)Thanks in advance. Share this post Link to post Share on other sites
plexico 386 Posted July 30, 2013 I think you best go to the Bohemia forums to discuss use of the editor, people there are more experienced and I'm sure if you did some searching you could easily find out how to make an ammo crate with all the items in the game, that is how I found out how to do it. Share this post Link to post Share on other sites
AmberHelios 2071 Posted July 30, 2013 http://dayzmod.com/forum/index.php?/topic/135580-private-hive-administration-for-dummies/ a lot of the class names are here http://www.dayzsuperhive.co.uk/arma-oa.html Share this post Link to post Share on other sites
PK Richie 507 Posted July 30, 2013 A better way is to spawn in the ammo crates through the database, add them to the instance_deployable table and add the contents through the inventory in the same table :)The only snag is the stock levels always reset on server restart, you add 10 guns and 5 are removed, next restart there will be 10 again. Let me know if you need more help, I had them on our old server. 2 Share this post Link to post Share on other sites
morgan32 403 Posted July 30, 2013 Thanks for the suggestion, guys. I'm just looking for something simple to script, I'm sure I'll find something at the bohemia forums if I look. Share this post Link to post Share on other sites
PK Richie 507 Posted July 31, 2013 Thanks for the suggestion, guys. I'm just looking for something simple to script, I'm sure I'll find something at the bohemia forums if I look.I gave you the easiest solution :huh: you won't find a quicker or easier way Share this post Link to post Share on other sites