BodyBag_RBM
New Member
- Joined
- Jan 12, 2012
- Messages
- 8
- Reaction score
- 0
try to disable movement in config window
Thanks Stormchasing, that was exactly the problem/fix. Really apprecaite the help.
try to disable movement in config window
I want to start PvP farming with my shadow priest but it doesnt work's i always get this message when it try to run the bot : "This profile does not contain any profiles fitting the character!"
What to do?
Hi All
Anyone know how to stop a druid from auto applying MotW? i go into cat stealth then 2mins later it applies the buff and im visable!! for an hourly buff its a bit keen. I have tried turning off racial in case it was that under singular configuration in a vain attempt - its not mentioned under the class specific tab which is where i thought it might be. No bot options to configure either.
Anyone point me in the right direction? maybe even a manual hack?
thanks in advance
|| !StyxWoW.Me.HasAnyAura("Mark of the Wild", "Embrace of the Shale Spider", "Blessing of Kings"))
Let me know what is spamming the ability not ready when you get the logging fixed. I believe my ui hides those errors. Try the version I have above from my drop box. It should be much better with mana usage.
Load a profile for your level range... Or a blank one... This message is not related to any ccI want to start PvP farming with my shadow priest but it doesnt work's i always get this message when it try to run the bot : "This profile does not contain any profiles fitting the character!"
What to do?
Here we go.
Why does the Blood DK use "HasAura" for Blood Plague, but "HasMyAura" for Frost Fever?
They still get killed yes, it just looks "wrong" if there are so many errorsI see what it's doing, but I don't really know how I could go about fixing it. Is it still killing the mobs ok? It looks like it's just trying to cast a spell before it's really off of cooldown.
Im not a coder but maybe you could change the druid\common.cs at line 52 and add the spell for cat stealth to this list:
which should prevent it from being cast when you are affected by stealth.Code:|| !StyxWoW.Me.HasAnyAura("Mark of the Wild", "Embrace of the Shale Spider", "Blessing of Kings"))
Im not a coder but maybe you could change the druid\common.cs at line 52 and add the spell for cat stealth to this list:
which should prevent it from being cast when you are affected by stealth.Code:|| !StyxWoW.Me.HasAnyAura("Mark of the Wild", "Embrace of the Shale Spider", "Blessing of Kings"))
They still get killed yes, it just looks "wrong" if there are so many errors![]()
Spell.Cast("Outbreak"),
Spell.Cast("Howling Blast", ret => TalentManager.HasGlyph("Howling Blast") && StyxWoW.Me.CurrentTarget.GetAuraTimeLeft("Frost Fever", true).TotalSeconds < 6),
Spell.Cast("Frost Fever", ret => !TalentManager.HasGlyph("Howling Blast") && StyxWoW.Me.CurrentTarget.GetAuraTimeLeft("Frost Fever", true).TotalSeconds < 6),
Spell.Cast("Plague Strike", ret => StyxWoW.Me.CurrentTarget.GetAuraTimeLeft("Blood Plague", true).TotalSeconds < 6),
Spell.Cast("Obliterate", ret => StyxWoW.Me.FrostRuneCount >= 1 && (StyxWoW.Me.UnholyRuneCount >= 1 || StyxWoW.Me.DeathRuneCount >= 1)),
Spell.Cast("Obliterate", ret => StyxWoW.Me.UnholyRuneCount >= 1 && (StyxWoW.Me.FrostRuneCount >= 1 || StyxWoW.Me.DeathRuneCount >= 1)),
Spell.Cast("Obliterate", ret => StyxWoW.Me.DeathRuneCount >= 1 && (StyxWoW.Me.FrostRuneCount >= 1 || StyxWoW.Me.UnholyRuneCount >= 1)),
Spell.Cast("Obliterate", ret => StyxWoW.Me.HasAura("Killing Machine")),
Spell.Cast("Frost Strike", ret => StyxWoW.Me.CurrentRunicPower >= 120),
Spell.Cast("Howling Blast", ret => StyxWoW.Me.HasAura("Rime")),
Spell.Cast("Obliterate"),
Spell.Cast("Frost Strike"),
Spell.Cast("Howling Blast"),
I'll look in to it. Do you notice it with any other Singular CC? None of them seem to have GCD requirements (that I can tell).
>handnavi
That's what I figured.I just couldn't figure out why it would be different for our two diseases. Not really sure.
>BodyBag
Working on a fix to the MotW issue. I'll post if I find anything.
Replace Common.cs in your Singular / Class Specific / Druid folder. Should fix the buffing when Prowling issue.