Yeti1 1 Posted September 13, 2013 Hi all, like the title says I am trying to make the AI MLRS fire on a single target using a simple trigger, I have tried, 'myarty dotarget mytarget' and 'myarty dofire mytarget' but it doesn't work, I don't want to use the arty-module I just want to make the AI fire at this specific target, any ideas? Share this post Link to post Share on other sites
magicpanda 19 Posted September 13, 2013 Here ya go. http://community.bistudio.com/wiki/commandArtilleryFire Share this post Link to post Share on other sites
Yeti1 1 Posted September 13, 2013 I just tried this in the trigger but it did not work, I tried at various distances too. arty1 commandArtilleryFire [[3769, 12359, 34], "8Rnd_82mm_Mo_shells", 3]; Any ideas? Share this post Link to post Share on other sites
Yeti1 1 Posted September 13, 2013 (edited) bump, really want to know how to get this working. The annoying thing is I can order AI under my command to fire it (If I am in MLRS group), but I can't get it to work from a script! I want the MLRS to fire on a town when I pass through certain triggers in my mission. Edited September 13, 2013 by Yeti1 Share this post Link to post Share on other sites
Desrat 0 Posted September 13, 2013 is your artillery unit actually called "arty1"?, you initial posted stating it was "myarty" Share this post Link to post Share on other sites
Yeti1 1 Posted September 13, 2013 Yes it is bud, I was just using a random name for the first post. Share this post Link to post Share on other sites
kylania 568 Posted September 13, 2013 Why not just use a virtual artillery support? I can't imagine a situation where you'll be able to see both the MRLS and your target at the same time so it shouldn't matter which MRLS fires. Share this post Link to post Share on other sites
Yeti1 1 Posted September 13, 2013 (edited) Why not just use a virtual artillery support? I can't imagine a situation where you'll be able to see both the MRLS and your target at the same time so it shouldn't matter which MRLS fires. Is it the same method as Arma 2? Edit: I managed to get it to fire once in the direction it is facing then it does nothing, using this in a script.. arty1 doTarget T1; arty1 fireAtTarget [T1,"rockets_230mm_GAT"]; I did try the arty support module but I couldn't get it working, I did use the Arma 2 one but cant figure this one out, I would prefer to see the MLRS if possible though. Edited September 14, 2013 by Yeti1 Share this post Link to post Share on other sites
leecarter 12 Posted September 14, 2013 I was just working on this today and this solution may be what you're looking for. Works in my testing with the MLRS just fine. :) http://forums.bistudio.com/showthread.php?164194-Finally-got-Artillery-working-right! Share this post Link to post Share on other sites