What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Shadow Priest CC MoP 5.0.4 patch

In response to that, I mean like I use it when I need too but the bot seems to cancel it about 2secs into the cast.

As for mind spike I just seem to notice other spriests still using it and out dpsing me is all.


Was just doing some reading into it. Certainly right by what you were saying. They say to only use it for short combat periods (15secs) Shadow Priest DPS Rotation, Cooldowns, and Abilities (WoW MoP 5.0.4) - Icy Veins

But they said ""We believe that the best choice, currently, is From Darkness, Comes Light. The Mind Spikes you can get off thanks to this talent are a nice DPS boost, and they do not negatively affect your rotation"

So maybe it is worth looking into with that talent also.
 
Last edited:
Where would I put the code and how would it be written for use Mind Spike if Surge Of Darkness procs?

From what I have read and learnt I am posting my talents/glyphs for you to look over and see if agree and want to put in your settings or intro to this Routine.

Talents: Psyfiend / Phantasm / From Darkness, Comes Light / Angelic Bulwark / Twist Of Fate

Glyphs: Glyph Of Dark Binding / Glyph Of Mind Blast / Glyph Of Mind Spike
 
Last edited:
In response to that, I mean like I use it when I need too but the bot seems to cancel it about 2secs into the cast.

As for mind spike I just seem to notice other spriests still using it and out dpsing me is all.


Was just doing some reading into it. Certainly right by what you were saying. They say to only use it for short combat periods (15secs) Shadow Priest DPS Rotation, Cooldowns, and Abilities (WoW MoP 5.0.4) - Icy Veins

But they said ""We believe that the best choice, currently, is From Darkness, Comes Light. The Mind Spikes you can get off thanks to this talent are a nice DPS boost, and they do not negatively affect your rotation"

So maybe it is worth looking into with that talent also.

Ok, I fixed the Hymn of Hope. When you cast it, the bot stop attacking. (was a good point )
 
Thanks. I tried to change the settings to incorporate my above thoughts but it wouldnt read the routine. I will link what I had put in, would be great if you could say why it didnt read after it.

HealthStone();
VampiricEmbrace();
Fade();
Renew();
Dispersion();
PowerShield();
DevouringPlague();
ShadowWordDeath();
if (Me.HasAura("Divine Insight") && !Adds()) { MindBlast(); }
if (Me.HasAura("Surge of Darkness") && !Adds()) { MindSpike();}
VampiricTouch();
ShadowWordPain();
Racial();
MindBender();
MindBlast();
MindSpike();
MindFlay();
MindSear();
}

Never done coding but would love to continue helping and testing with you by the way
 
Where would I put the code and how would it be written for use Mind Spike if Surge Of Darkness procs?

From what I have read and learnt I am posting my talents/glyphs for you to look over and see if agree and want to put in your settings or intro to this Routine.

Talents: Psyfiend / Phantasm / From Darkness, Comes Light / Angelic Bulwark / Twist Of Fate

Glyphs: Glyph Of Dark Binding / Glyph Of Mind Blast / Glyph Of Mind Spike

I will test it out. I use Mindbender as talent, also increase in damage and more mana regen.

Current code :

public bool MindSpike()
{
if (Me.HasAura("Hymn of Hope")) { return false; }
if (SpellManager.CanCast(MSP) && !SpellManager.GlobalCooldown
&& ShadowWordPainTimer.ElapsedMilliseconds > 15000
&& ShadowWordPainTimer.ElapsedMilliseconds < 19000
&& Me.CurrentTarget.HasAura(VT)
&& Me.CurrentTarget.HasAura(SWP))
{
MoveInRange(39);
WoWMovement.Face();
SpellManager.Cast(MSP);
Logger.Write("Mind Spike");
return true;
}
return false;
}

If you wanna use Mind Spike with the aura :

public bool MindSpike()
{
if (Me.HasAura("Hymn of Hope")) { return false; }
if (SpellManager.CanCast(MSP) && !SpellManager.GlobalCooldown && Me.HasAura("Surge of Darkness"))
{
MoveInRange(39);
WoWMovement.Face();
SpellManager.Cast(MSP);
Logger.Write("Mind Spike");
return true;
}
return false;
}

Then in the rotation

{
HealthStone();
VampiricEmbrace();
Fade();
Renew();
Dispersion();
PowerShield();
DevouringPlague();
ShadowWordDeath();
MindSpike(); <----------------------------
if (Me.HasAura("Divine Insight") && !Adds()) { MindBlast(); }
VampiricTouch();
ShadowWordPain();
Racial();
MindBender();
MindBlast();
MindFlay();
MindSear();
}
 
Do you have skype? Might be easier as I still think im missing parts of the coding :S
 
:) Will test now. I looked at my Talents and think I have to have the instant cast Mind Blast really. So I will be changing that.

Changed the Talent back to Divine Insight (Instant Mind Blast)

Found overall about a 4k dps increase, but in saying that I am in PVP gear so am farming now for PVE to get a true DPS figure.

Now to find out what else could be implemented :) NOTE: This is me trying to improve the Routine not to ridicule you at all. I certainly know I cant do a better job :)

Also found out for Mind Sear it isnt worth using on less than 5 adds
 
Last edited:
:) Will test now. I looked at my Talents and think I have to have the instant cast Mind Blast really. So I will be changing that.

Changed the Talent back to Divine Insight (Instant Mind Blast)

Found overall about a 1k dps increase, but in saying that I am in PVP gear so am farming now for PVE to get a true DPS figure.

Now to find out what else could be implemented :) NOTE: This is me trying to improve the Routine not to ridicule you at all. I certainly know I cant do a better job :)

Also found out for Mind Sear it isnt worth using on less than 5 adds

In the GUI you can set on how many adds to use Mind Sear ^^
 
Yup I know :) Changed the Default to suit it also. Just as people would probably not know or forget to change.

Ok since these changes being implemented I have gone from around 16k dps to 22k dps so far
 
Last edited:
In the GUI settings I have been playing around with trying to get in the mana settings it too say both shadowfiend and mindbender either on the same line or above and below eachother.

This is just to have a better look about it.

Also in the GUI could you make a HP setting for using Healthstones?

And maybe also a choice of whether to interrupt spells or not?

:) Just trying to think of new ideas. Sorry for the troubles

^^ Also where in the default setting can I change the Mind sear check box to unchecked? As everytime I reload its checked again
 
were do i put the spriest folder? there is no customclass folder in the new HB
 
For anyone wondering what spec/Glyphs I use the following images show the information.

If anyone has ideas that they think could improve the DPS please say so I can take it into consideration and see if its worth doing. Glyphs.webp Talents.webp
 
In the GUI settings I have been playing around with trying to get in the mana settings it too say both shadowfiend and mindbender either on the same line or above and below eachother.

This is just to have a better look about it.

Also in the GUI could you make a HP setting for using Healthstones?

And maybe also a choice of whether to interrupt spells or not?

:) Just trying to think of new ideas. Sorry for the troubles

^^ Also where in the default setting can I change the Mind sear check box to unchecked? As everytime I reload its checked again

Here it's working correct. When you uncheck/check you have to save your config.
You can find every setting in SpriestSettings.cs. You see the default settings.

[Setting, DefaultValue(true)]
public bool MindSearOutInstances { get; set; }

Set true to false if you want it unchecked by default.
 
Just tested 2.1.3 working great. Interrupts take a while though dont know whether its my comp/the routine/HB. Will figure out though. Will post if I think of something else to make this even more awesome than it already is :)

Thanks again Pasterke

UPDATE: Just tested a bit more and it seems that it isnt using the Healthstones or Dispersion :S It is using interrupts they are just taking a few casts from the enemy before it uses it. The trinkets are being used also
 
Last edited:
Hi,
I have a question,
For grind, i think is better to use spec skill "From darkness, comes light", for proc mind spike instant because not remove dot on target with this proc buff. But need vampiric touch for proc this!

I don't know how edit .xml files, and if it's possible, can you crate me a file for me with this rotation:
Mind blast > dot > vampiric touch > mind fly > PROC mind spike when buff UP

I dont know if it's possible, if the bot can detect when buff is up or not...

Thanks.
 
amazing work, works great thanks!

(really smooth as well!)
 
Hi,
I have a question,
For grind, i think is better to use spec skill "From darkness, comes light", for proc mind spike instant because not remove dot on target with this proc buff. But need vampiric touch for proc this!

I don't know how edit .xml files, and if it's possible, can you crate me a file for me with this rotation:
Mind blast > dot > vampiric touch > mind fly > PROC mind spike when buff UP

I dont know if it's possible, if the bot can detect when buff is up or not...

Thanks.

In the latest version the CC use the Mind Spike proc.
I'm now leveling my hunter with my hunter CC. After my hunter I lvl up my priest. Think CC will also becomes better, because I can test it the whole way till 90.
 
Last edited:
Back
Top