There's no way to measure threat, so the aggro dump is not in. The cleanse is sort of half-in. Basically, Ama was trying to compile all of the debuffs in the game that could be cleansed, but he never finished. Right now there's a Spell.Cleanse call, but it's fairly useless since it only has a handful of debuffs it cleanses (mostly raid-specific debuffs).
Dirty fighting Scoundrel you mean? P.S. Love that profile pic What are you using Pure or Unpure rotation? Okay by the looks of it your not point blank for all the spells to go off, some of those have a 10m and 4m range.
Are you using the most up-to-date version of Pure? Pure or UnPure? Is he in crouch/cover? What happens if you put him in crouch? Are you within 10m of the target? I need more information, plus a log if you can get it. I don't have a Gunslinger, so I can't test any of the rotations for myself.
Hm, it's not recognizing any points you have in the Dirty Fighting tree. This happened before with Guardian Defense and it was a BW issue, so you may need to make a new thread. Do Joe's or Walter's recognize the points?
Latty79, I saw your post in the support forum, thank you. For now, I'd suggest just switching to one of the other two trees until this gets fixed. It looks the bot is recognizing those trees no problem, and the rotations should be working fine as well.
What do you mean by default routine? ATM at the routines folder I only have the BW default and pureswtor Do you mean that instead of the BW default, I could use Joe's and delete the BW default? Also do you mean I could delete the BW default and just have pureswtor?
No, I mean the exact opposite of this. If you want to use Pure, you need to have some other rotation in the folder. It can be default, Joe's, or Walter's, but you need a rotation in there. BW will always load that other rotation first (hence why I call it a "default" rotation), but then you'll be able to select Pure from the dropdown menu.
Yeah absolutely. I won't add it to the rotation, because it's not useful for fp's and op's, but I can tell you how to add it to yours. What's the name of the spell (exact name) and the name of the debuff on the target (exact name)?
the debuff name is called: slow (force) I don't know if the brackets should be included The spell name is called Chilling Scream If you give me the code to that, I am sure I could adjust it for other characters
Spell.Cast("Chilling Scream", ret => !Me.CurrentTarget.HasDebuff("Slow (Force)")), Let me know if that doesn't work. The debuff name has to be properly spelled and capitalized, so that's probably the culprit.
do we know what makes the rotation to hung? is it a condition that fails to execute? for example rotation picks: use vicious slash but the player does not have enough rage therefore rotation hungs. if not what is it?
That shouldn't cause it to hang. If you don't have enough rage to use Vicious Slash then it should use Assault or Battering Assault. I've never seen hanging in Warrior/Guardian routines, only in the Shadow/Assassin routines.
could it be then, that momentarily the enemy (player) moves out of range, and causes the hang? could it be ravage? I want to find what it is and fix it
It might help if you tell me what's happening and what you're seeing. You could post a log next time you see it happen.
The character will stand next to an enemy and cast NOTHING, as if someone paused the rotation. And I don't know how to post logs. And it also happens only in PVP, never in PVE.