• Visit Rebornbuddy
  • Stalker not casting Punish

    Discussion in 'Wildbuddy Support' started by daffy82, Oct 17, 2015.

    1. daffy82

      daffy82 Member

      Joined:
      Apr 29, 2014
      Messages:
      129
      Likes Received:
      1
      Trophy Points:
      16
      Is there a way to get the stalker to use the Punish ability?
       
    2. Deathdisguise

      Deathdisguise Community Developer

      Joined:
      Mar 7, 2015
      Messages:
      678
      Likes Received:
      6
      Trophy Points:
      0
      Post a log, we don't know anything without one, and can't help!
       
    3. Norvod

      Norvod New Member

      Joined:
      Aug 29, 2011
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      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.
       

    Share This Page