silentscope1
New Member
- Joined
- May 20, 2010
- Messages
- 99
Is there a way to turn off res at medcenter, was testing this out in an ops but bot released when I died during a boss encounter and didn't get credit after group downed it
Hey alltrueist, I didn't actually read your updates before I posted last, sorry about that, you included some nice additions to the shadow/infiltration spec that could probably work for assassin/deception as well. I will add to my code and test the force speed and aoe logic. my last post I basically replicated the single target rotation for the aoe because it would just spam the lacerate with not much damage. I will let you know how it goes.
Yep, that seemed to fix it. Now Lacerate only casts a couple times at max, then goes back to the single target rotation. So here is the update for AOE rotation for Assassin / deception:
Spell.Cast("Lacerate", ret => Me.ForcePercent >= 60 && Me.CurrentTarget.Distance <= 0.5f),
Spell.Cast("Saber Strike")
Thank you![]()
Had some issues getting this to work, and then realized I am a huge retard!! Duh...<hangs head in shame>
Working really well - everything works really well. Using it (unpure) to run Ilum Dailies now, and it is smooth.Thanks Ama and everyone working on this.
Hey, just wanted to let you know you can remove the single-target stuff from your aoe rotation. I had that in there because there used to be a huge bug in the aoe handler (it was tracking dead mobs instead of live ones) and the rotation would freeze and stick without the single-target stuff. That's no longer the case.
Anyway, just trying to help. I don't know much about coding at all, I just learn stuff by reading other people's rotations and add my own knowledge of the classes. If you want to know anything about the logic I'm using just ask.
Btw... Which classes are you using? I havent added the move to target for all classes yet. Melee are prob the only ones that really need it.
Update
- Assassin Madness and Deception now casting Maul when stealthed.