Heads up not sure if it is happening with everyone, but when I run the program and start my fight, my toon starts to spin around and moves left and right.
Heads up not sure if it is happening with everyone, but when I run the program and start my fight, my toon starts to spin around and moves left and right.
First version of Shaman Elemental as explanined in Elemental Shaman DPS Rotation & Cooldowns - WoW 5.4.7 (MoP)
https://ramakandra-emporium.googleco...20Elemental.cs
PS: Searing totem is refreshed after 1 min + a random number between 500ms and 1.5 seconds.
After a LOT of testing i got totems to summon with:
Code:while(!MySPQR.Internals.ActionBar.CanCast((int)Spells.SearingTotem)) System.Threading.Thread.Sleep(50); MySPQR.Internals.ActionBar.GetSlotById((int)Spells.SearingTotem).Execute();
So been messing about with a Guardian Druid Tank and a Kitty Cat, and the kitty cat is still not working right the Combo Point detection is a bit off. been testing the druid bear in Scenarios and preforms pretty well.
https://dl.dropboxusercontent.com/u/...AFeralDruid.cs
Possible, I use wild charge, typhoon, dream of cenarious, ysera's gift, mighty bash. Once I get home I'll add my gear it's possible my mangle spells might be different due to glyphs and special choices. But feral has an issue with the bars as druids have alot of bar choices.
Sent from my GT-N7105 using Tapatalk
Thanks for sharing !!
If you are using a bar addon like bartender, be sure to change in the wow keybind (not bartenders) the "page bar 1" to shift+1, "page bar 2" to shift+2 etc..
Does anyone have the issue that ur char spins out?? is this normal?
How long till we see a release?
Hey so I've noticed that your profile has a built in healingstream totem/healing surge cast at the very start of the rotation, why i'm not entierly sure but i can't seem to be able to remove it. The rotation works fine although there does seem to be a microscopic delay between each cast which may just as well be how the bot works to avoid detection. I've swapped some of the spells around just fine to suit my ilvl better and it works just fine however i can't seem to get rid off the start of rotation healing stream cast, and additionally is there some way for you/me to add a few lines in to cast ascendance if X trinket proc is active etc and possibly incorporate fire elemental totem?
Hi, to remove the healing totem, open the .cs file on notepad or write and delete the following lines:Originally Posted by [email protected]![]()
Then when you start SPQR click on the "reload" icon besides the dropdown where you choose the rotation once and it will recompile all the rotation and take your changes.Code:if(ME.HealthPercent < 35) MySPQR.Internals.ActionBar.CastSpellById((int)Spells.HealingSurge); if (ME.HealthPercent < 75) MySPQR.Internals.ActionBar.CastSpellById((int)Spells.HealingStreamTotem);
About ascendance, its not included because any mayor cooldown (mayor to 4 minutes) i prefer to do it manually but if you want:
You can get the trinket buff id by clicking debug->Player auras refresh when it procs.Code:if(ME.HasAurabyId(<trinket buff id>)) CastSpellById((int)Spells.Ascendance);
I'm wondering if there's any layman's way to stop the movement portion of this? It's not a necessary limb