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

Whats the command to make bot avoid vaal attack skills on reflect rare+ mobs, please?

fabcard

Member
Joined
Nov 7, 2013
Messages
131
Reaction score
1
Hey friend,

I added cachedRarity >= Rarity.Rare on vaals function inside OldRoutine.cs to make bot uses vaal attacks only on rare+ mobs, it's working. Is there any way to add a command on that same line to make it also avoid vaal attacks on ele/phys reflect rare+ mobs? Some like: if (skill.CanUse() && cachedRarity >= Rarity.Rare && cachedXXX != XXX.Ele/PhysReflect).
Please someone tell me that's possible and what is the right command for that. It will be very appreciated.
Thanks in advance.
 
Back
Top