To bad you're going, thanks for the awesome CC once again. The best out there by far. I wish you lots of luck with TERA and other stuff. Peace out.
if you want it to feint for Morchok, RogueRaidBT's version of MutaRaidBT already feints on stomp for all raid specs. or you can add: Helpers.Spells.CastCooldown("Feint", ret => StyxWoW.Me.CurrentTarget != null && (StyxWoW.Me.CurrentTarget.CastingSpellId == 109034 || StyxWoW.Me.CurrentTarget.CastingSpellId ==109033) && StyxWoW.Me.CurrentTarget.IsWithinMeleeRange), or you can change the ret condition for when you focus yourself, of some other condition. You could also add detection for key presses, but I want to stay away from that...
I'm guessing you're talking about combat? In that case you only want to use Rupture if you have a Feral Druid, Arms Warrior, Subtlety Rogue, or Specific Hunter Pets in group. Thanks, I don't have a combat offspec right now so I didn't notice this. I guess this logic would work for it: Helpers.Spells.Cast("Rupture", ret => (StyxWoW.Me.ComboPoints > 3 && (Helpers.Rogue.mCurrentEnergy >= 65 || Helpers.Spells.IsAuraActive(StyxWoW.Me, "AdrenalineRush"))) && (Helpers.Spells.GetAuraTimeLeft(StyxWoW.Me.CurrentTarget, "Rupture") < 1|| !Helpers.Spells.IsAuraActive(StyxWoW.Me, "Rupture"))), then Since this thread is not currently supported, you could use my flavor of it instead >_>
this CC doesnt use energy properly when having AoE checked and Levelling running, one sinister strike and then stops using energy when turning AoE off its workin again
Hello, im experience 1 problem, when my bot is using flying mount and the poisons finish, the bot stop and a message in game appear saying "you are mounted" because the bot try to apply the poisons when is not on the ground, and this make the bot stop because he's trying to apply the poisons and dont move to the ground is very annoying... if im monitoring the bot i apply the poisons by myself and he continue lvling, this make me think is a cc problem. How can i fix this? Aliance, NE Rogue, lvl64
Helpers.Spells.Cast("Rupture", ret => (StyxWoW.Me.ComboPoints > 3 && (Helpers.Rogue.mCurrentEnergy >= 65 || Helpers.Spells.IsAuraActive(StyxWoW.Me, "AdrenalineRush"))) && (Helpers.Spells.GetAuraTimeLeft(StyxWoW.Me.CurrentTarget, "Rupture") < 1|| !Helpers.Spells.IsAuraActive(StyxWoW.Me, "Rupture"))), this didnt work right. somebody has another idee for repture ?
worked fine at the start for weeks, laggin for 1-2 sec at least every 5 secs now. log provided, some help appreciated. Running no addons at all, still massive lag. ty View attachment 2-6-2012_13_38 1300 Log.txt I believe this : PHP: [13:39:47:303] END TICK -> 80 ms [13:39:47:395] START TICK [13:39:47:395] Context:Raid Spec:Combat Level:85 [13:39:47:395] CP:0 RCP:3 Energy:100 [13:39:47:395] Twilight Elite Dreadblade Distance: 18 [13:39:47:395] NULL [13:39:48:580] Spell_C::CastSpell(73981, 0, 0xF130DE1600000365, 0) [13] [13:39:48:582] Casting Redirect on Twilight Elite Dreadblade at 10% with 0CP and 100 energy [13:39:48:582] END TICK -> 1186 ms and this PHP: [13:40:01:195] System.NullReferenceException: Object reference not set to an instance of an object. at MutaRaidBT.Helpers.Area.IsCurTargetSpecial() in c:\Honorbuddy\CustomClasses\MutaRaidBTv4\Helpers\Area.cs:line 37 at MutaRaidBT.Helpers.Rogue.IsCooldownsUsable() in c:\Honorbuddy\CustomClasses\MutaRaidBTv4\Helpers\Rogue.cs:line 93 at MutaRaidBT.Composites.Context.Raid.Combat.<BuildCombatBehavior>b__9(Object ret) in c:\Honorbuddy\CustomClasses\MutaRaidBTv4\Composites\Context\Raid\Combat.cs:line 44 at TreeSharp.Decorator.CanRun(Object context) is causing the lags?
It tries to cast redirect while yu have no combo points resulting in it being spammed and being stuck in the same loop. Causing you to lagg likely. I had have it also from time to time, stop hb > fight for yourself get some cb > start. Also use raidbot instead of lazyraider. I have no problems whatsoever using raidbot.
Never had problems in the past, and all of a sudden, from one raid lockout to another, the problems start? I cant stop and start hb in fight - theres no use using it then and it takes quite some time for HB to respond aswell, resulting in losing significant dps wich in turn totaly makes hb obsolete. Never used raid bot instead of lazyraider on any char, and im raiding on 10. Reason for this is that raidbot makes my char lag way way more then lazyraider. Will try it on the dummy's to see if any changes occur since i lag there aswell. Thanks for your input but still waiting on the cc creator to answer this one and have a possible fix.
Problem is the Developer of this CC is no longer with us. Since you wont use raidbot, disable all your plugins see if that works. Or redownload the cc. Other than that i don't know. As mine works perfectly with both lazyraider/raidbot.
For your information, LazyRaider 2.0.3 is easily paused now by pressing a key. This is very fast (works instantly). You can choose which key the pause-key will be.
Tried re-downloading allready, no fix. Also all plugins are disabled. Will give raidbot another go then in lfr today to see if i can raid on that one. Thanks again.