D daffy82 Member Joined Apr 29, 2014 Messages 129 Oct 17, 2015 #1 Is there a way to get the stalker to use the Punish ability?
Deathdisguise Community Developer Joined Mar 7, 2015 Messages 678 Oct 17, 2015 #2 Post a log, we don't know anything without one, and can't help!
N Norvod New Member Joined Aug 29, 2011 Messages 6 Oct 17, 2015 #3 It's true if you use default rutine. You can fix it if you change Stalker.cs in the folder \Routines\Default Routine\Classes add "Punish" in the line under // Remaining priority and casting My line: if (await CastAny("Impale", "Clone", "Analyze Weakness", "Punish", "Ruin", "Cripple", "Nano Field", "Razor Disk", "Nano Virus", "Amplification Spike", "Frenzy", "Nano Dart", "Shred")) return true; It works fine for my.
It's true if you use default rutine. You can fix it if you change Stalker.cs in the folder \Routines\Default Routine\Classes add "Punish" in the line under // Remaining priority and casting My line: if (await CastAny("Impale", "Clone", "Analyze Weakness", "Punish", "Ruin", "Cripple", "Nano Field", "Razor Disk", "Nano Virus", "Amplification Spike", "Frenzy", "Nano Dart", "Shred")) return true; It works fine for my.