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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[PAID] Nightmare - Richie's Shadow Priest PvP Combat Routine [Pro Edition]

Please add the Engineering Glove Spring thingy to the same Trinket setup. They can stack so you can just double it up. Same 1 minute cool down as well just adds another 2k int :P
 
Last edited:
i would like to get a pm also about the pro version please send pm as well =P
 
Please add the Engineering Glove Spring thingy to the same Trinket setup. They can stack so you can just double it up. Same 1 minute cool down as well just adds another 2k int :P

Will do. The problem is that I don't have engineering so I can't really test it.
 
**New version**
[Pro Edition] Added support for profession buffs. Will use Synapse Springs/lifeblood for burst and emergency healing.
 
I use Mass Dispel and Dark Binding. They're the must have glyphs.
Most of the time the 3rd major is the fade, but I use glyph of SW:D against shaman teams.

For minors I use Shadowy Friends, Dark Archangel and Shadow Ravens.
 
how do you play aggainst shamis that you use the Glyphe Shadow Word Pain aggainst them??
 
coult u include the troll abbility as well:

#region Berserking

private static Composite Berserking(string cause)
{
return new Decorator(
ret =>
LastCastSpell != "Berserking" &&
SpellManager.HasSpell("Berserking") &&
SpellManager.Spells["Berserking"].CooldownTimeLeft.TotalMilliseconds <= MyLatency,
new Action(
delegate
{
CastSpell("Berserking", Me, cause);
return RunStatus.Failure;
}
)
);
}

#endregion

Mfg ccvcc
 
Added it to the CVS. Thank you.

I use Glyph of SWD to be able to cast SWD on targets above 20% health. This way I can cast SWD on totems to instantly kill them.
 
But its not in the cc :P or its dont work the totem destroying
and not every totem is worth to be destroyed =)
 
But its not in the cc :P or its dont work the totem destroying
and not every totem is worth to be destroyed =)

Well, it's in the code and worked for me a few days ago and I didn't change that part so it should work for you as well.

It's using SWD(if you use the glyph of SWD), instant cast mindblasts, instant mindspikes, casted mindspikes if U're not moving or as a last resort it's using DP. It's using the same logic on lowhealth ppl.

It's targeting the following totems: "Spirit Link Totem", "Grouding Totem", "Earthgrab Totem", "Healing Tide Totem", "Mana Tide Totem", "Earthbind Totem"

Also, please send me a log. :P
 
i sent you a pm about this but i was wondering if you could make it so you can disable flash of light healing all together. I like to renew and PoM myself at 80% health but if i set healing to 80% any time i go under and am not moving it will spam flash of light. this would be great for arena and rbg/bgs this way i can keep myself hotted and team mates but not stop to spam fol and go oom when i should be dpsing. atm when i go below 80% i pretty much stay there cause all the bot will do is fol spam while dps beats on me and i can never catch up id rather try dps them down fast with hots.
 
Back
Top