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

PvPRogue- An Advanced PvP CC

Would be great to see a mix with Tuanha and this combat routine jejejejeje.

Quickly and accurate, delete mobs and people...I have both, TuanHA payed edition and this one and i normally use Tuanha when leveling and this one for PvP.
 
Could any kind soul upgrade this CC for 5.4? Could be great because i tested a lot of CC's and nothing is compared to this Cc speaking about combat...

I think that some little changes could make this CC in the best one because is just missing some skills, nothing else, the use of "burst of speed" and a little more changes will do the trick...

P.D: And yes, im trying to do it myself, checking all the code and learning at same time C#...at the moment, I'm trying to add the skill "burst of speed" to be checked and if not cast it, I'm using "HasAura..." and testing with another sintex so...I'm failing badly due to my lack of skills about coding, but well at least, im learning bit a bit and trying...

For example:

#region

using Styx;


#endregion


namespace PvPRogue.Spec.Subtlety.Spells.Globals
{
public static class BurstOfSpeed
{
public static bool CanRun
{
get
{


// Burst de Movimiento - Sprint
if (!StyxWoW.Me.HasAura("Burst of Speed")) return false;
else return true;
}
}


public static bool Run()
{
return Spell.Cast("Burst of Speed");
}
}
}

I dropped it into globals but i don't know where i can drop it to my char will be checking it all the time and if not up, recast all time...Any help? thanks.
 
Ya id like an update on this as well, Seems like a good CC gonna test it for a hour and see how it does.
 
Ya id like an update on this as well, Seems like a good CC gonna test it for a hour and see how it does.

And what is your opinion mate?...This profile needs an update aren't? jejejejeje.
 
Why isn't this locked if the OP has not updated it? I am dissapointed to see this not working. :(
 
Why isn't this locked if the OP has not updated it? I am dissapointed to see this not working. :(

It's works, not perfectly, but when you move to a enemy and engage, check how easy your rogue become a killing machine....But the problem is that is not optimized for 5.4 and some GREAT skills are not being used because there aren't in the code so...:(
 
Can you please explain how to instal that routine and plugin ?


I also have a problem. I used the SVN and put it in my routines folder with my other routines. I log into my rogue, make sure hes in sub. and it just loads singular.
 
I also have a problem. I used the SVN and put it in my routines folder with my other routines. I log into my rogue, make sure hes in sub. and it just loads singular.
yeah im joining to that question. Also cant use it. Some kind a mistake. Doesnt see that routine. TaunHA pve only> so fo PVP singular isn't interesting.
 
I also have a problem. I used the SVN and put it in my routines folder with my other routines. I log into my rogue, make sure hes in sub. and it just loads singular.

It installs the same as anything else but it isn't updated for the latest version. Its pretty sad. It has a language error on mine.
 
I've tried Tuanha, this PQR profile is so ridiculously better for PvP.

Enjoy your ban if there is a banwave coming, that shit reads combatlog like it was a chocolate birthday cake..
 
Enjoy your ban if there is a banwave coming, that shit reads combatlog like it was a chocolate birthday cake..
how can you be so sure about that?
i never heard of someone being banned for pqr if they did not get reported because they bragged or something
 
how can you be so sure about that?
i never heard of someone being banned for pqr if they did not get reported because they bragged or something

i got banned this passed week for PQR. luckily i yelled hard enough they reduced it to a 72 hr suspension.. i dont have proof it was from pqr but ive had honorbuddy for over a year and never been banned and all of a sudden i get banned 2 weeks after using pqr
 
No news on this? Getting same problem as everyone else, wont load at all. Heard much good about this routine so its a shame it wont work :/
 
Updated??? Please dude, tell me that you updated this routine...I'm at work and i can't test it myself...yes? No?


Sent from my GT-I9300 using TheBuddyForum mobile app
 
Updated??? Please dude, tell me that you updated this routine...I'm at work and i can't test it myself...yes? No?


Sent from my GT-I9300 using TheBuddyForum mobile app
I changed it so it compiles. I do not guarantee it's working 100% though.
 
Back
Top