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

Shadow Priest CC MoP 5.0.4 patch

You should look into setting up a SVN and just updating through that. I did it for my profiles and makes it very easy for the users.

Don't have a clue how to do that. But will look once at it.
 
Mine is casting Mind Blast.
What talents did you set, its the only thing I can think of thats different perhaps than mine?

EDIT::

There seems to definitely be a bug with the bot
Code:
//Fix bug casting Smite
                                   if (Me.IsCasting && Me.CastingSpellId == 585)
                                   {
                                       SpellManager.StopCasting();
                                       CastSpell("Shadowform", Me);
                                   }
I borrowed this line from user:xsilverdicex in his www.thebuddyforum.com/honorbuddy-forum/combat-routines/priest/79415-tuanha-shadow-priest-10.html#100 post #100, might wanna check his fix
 
Last edited:
What talents did you set, its the only thing I can think of thats different perhaps than mine?

EDIT::

There seems to definitely be a bug with the bot
Code:
//Fix bug casting Smite
                                   if (Me.IsCasting && Me.CastingSpellId == 585)
                                   {
                                       SpellManager.StopCasting();
                                       CastSpell("Shadowform", Me);
                                   }
I borrowed this line from user:xsilverdicex in his www.thebuddyforum.com/honorbuddy-forum/combat-routines/priest/79415-tuanha-shadow-priest-10.html#100 post #100, might wanna check his fix

I don't have problems with smite in my CC.

public bool Smite()
{
if (Me.Level < 10 && SpellManager.CanCast("Smite") && !SpellManager.GlobalCooldown)
{
SpellManager.Cast("Smite");
Logging.Write("Smite");
return true;
}
return false;
}

I made a CC that you can use at low lvl, the other one not. I my case, if your level > 9 he will never cast Smite. (and he can't cast Smite, because we don't have that skill when you reach lvl 10 and choose shadow as your spec)

Goto settings, your realname en delete the pasteursettings for your toon.
Start HB, choose Pasteur CC, config, goto talents and you see my talents.
Only changed the last talent to Cascade.

But Mind Blast is a basic skill, nothing to do with talents. The only talent for Mind Blast is Divine Insight (what you should have)
 
Last edited:
I don't have problems with smite in my CC.



I made a CC that you can use at low lvl, the other one not. I my case, if your level > 9 he will never cast Smite. (and he can't cast Smite, because we don't have that skill when you reach lvl 10 and choose shadow as your spec)

Goto settings, your realname en delete the pasteursettings for your toon.
Start HB, choose Pasteur CC, config, goto talents and you see my talents.
Only changed the last talent to Cascade.

But Mind Blast is a basic skill, nothing to do with talents. The only talent for Mind Blast is Divine Insight (what you should have)

Trying a fresh install as we speak again to see if anything changes.
 
Fresh download of your CC, and HB, new folder, new install, no addons, no plugins, no special settings, I only hit start. no mindblast, only smite?
This used to work beautifully until the last few versions for myself, not sure whats going on :(View attachment 2004 2012-11-04 01.46.txt
 
Great routine, thanks! It would be perfect with dispersion support (like on 5% mana or something).
 
Fresh download of your CC, and HB, new folder, new install, no addons, no plugins, no special settings, I only hit start. no mindblast, only smite?
This used to work beautifully until the last few versions for myself, not sure whats going on :(View attachment 64931

You see in the logs that he cast smite, but he don't do that, it's followed by Mind Flay (Mind Flay overrides Smite).

I see a shadow word death, try on a dummy and look if he use MB there.
Realy don't have a clue why he don't cast Mind Blast for you.
 
Did a few changes in the rotations, try the last version.
 
Pasterke - Been using this to level my priest from 85 to 90 (currently 87). Great CC keep up the excellent work.
 
He!
A great CC, i'm usually in the top 4/5 in bg's. However it has one problem.. When a target is out of sight (On humans or mobs), it just stands there spamming swop and mb...
It looks really bottish when your char is standig stil a minute making strange casting movements.

I dont know if you can build something for that? Like a wait timer or that he gives up after x amount of times.

Thx!
 
Hey, I am lvl 15 and I cannot get this CC to cast Mind Flay? The only two spells it cast is Power Word: Shield and Shadow Word: Pain; which I don't mind because it still kills stuff but it is much slower and looks suspicous.
 
Yes the new one doesn't work for Mind Blast for myself either, and it is a fresh install of everything.
 
...
[22:23:03.713 D] System.NullReferenceException: Object reference not set to an instance of an object.
at Pasteur.Classname.Combat() in c:\Users\Spegeli\Desktop\LevelService\HB\Routines\Pasteur\Pasteur.cs:line 305
at Styx.CommonBot.Routines.CombatRoutine.(Object )
at Styx.TreeSharp.Action.RunAction(Object context)
at Styx.TreeSharp.Action..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.Decorator..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.TreeSharp.PrioritySelector..()
at Styx.TreeSharp.Composite.Tick(Object context)
at Styx.CommonBot.TreeRoot.()
 
Hey, I am lvl 10 and I can?t get your CC to cast Mind Flay? Already update.....
 
First of all, great CC and working very well, thanks. The only minor issue I'm seeing is that it won't cast devouring plague at 2 orbs when I've selected to cast at two orbs. It will only cast DP at 3 orbs so not sure if that's something you can fix. Thanks again.
 
Making my quest bot bug a lot with Kick alliance profiles.
 
Pasteke,

I still don't get it the problem... lvl 12 Shadow. No Mind Flay at all.

[LazyRaider] Version 2.0.11 Started
[LazyRaider] LazyRaider Pause feature disabled, user has not selected a pause key
Shadow Word Pain
Shadow Word Pain
Power Word Shield
Shadow Word Pain
Shadow Word Pain
Shadow Word Pain
Shadow Word Pain
Shadow Word Pain
Stopping the bot!
 

Attachments

Back
Top