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