What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Stalker not casting Punish

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.
 
Back
Top