• Visit Rebornbuddy
  • PvPRogue- An Advanced PvP CC

    Discussion in 'Archives' started by MadDog, Apr 27, 2012.

    1. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      can you change the language on your wow client to english?
       
    2. Agamando

      Agamando New Member

      Joined:
      Dec 12, 2012
      Messages:
      121
      Likes Received:
      0
      Trophy Points:
      0
      Is this CC still maintained and works with 5.1 patch? (since maddog updated last 2012-10-10)

      Thanks
       
    3. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      even if he hasn't updated it in a few months it should still work, I don't think anything major changed in 5.1. If you notice something isn't working than please post it here.
       
    4. Wrathchild

      Wrathchild New Member

      Joined:
      Feb 1, 2011
      Messages:
      18
      Likes Received:
      0
      Trophy Points:
      0
      When changing the language can not log in to ru realms..
       
    5. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      that really sucks :(
       
    6. robotnikz

      robotnikz Member

      Joined:
      Feb 20, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      Very Nice CC but PLEASe implement Kidney Shot n Cheap shot.

      Thanks in advance.
       
    7. Jianyu

      Jianyu New Member

      Joined:
      Jun 14, 2010
      Messages:
      439
      Likes Received:
      0
      Trophy Points:
      0
      What CC to use for leveling? The singular sucks! (questing/grinding)
       
    8. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      It say's it uses kidney shot on the first post but looking at the code it should be casting it when you have recup and s&d up and recup has 3-4 seconds left. I'm not sure if it ever used Cheap shot but there's a bug in honorbuddy right now that causes a poi change when you open with a stun.

      Please post on singular's thread with a log and explain what it's doing wrong and what it should be doing.

      You could also try my cr...if you do, please leave feedback...
       
    9. Ticky

      Ticky New Member

      Joined:
      Jan 25, 2013
      Messages:
      55
      Likes Received:
      0
      Trophy Points:
      0
      I don't really know what that means, but I assume it means that it's not working. Am I putting something in the wrong folder? I also tried to replace the "E:\Honerbudie\Routines\Singular\ClassSpecific\Rogue" with this CC but it's still giving this error.
       
    10. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      It should be: \Routines\PvPRogue

      OrphanCaster and iglue are plugins, world explorer is a profile.
       
    11. d00mw01f

      d00mw01f New Member

      Joined:
      Sep 10, 2011
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      This CC very good, thanks... But what about trinkets? My rogue never use it, when controlled. And what about shadowdance, suriken toss and other? I didn't saw use of any of this.
       
    12. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      shadow dance uses this check on if it should be used.
      Code:
      StyxWoW.Me.CurrentTarget.IsWithinMeleeRange &&
      StyxWoW.Me.CurrentTarget.MeIsBehind &&
      StyxWoW.Me.HealthPercent > 70 &&
      !StyxWoW.Me.CurrentTarget.IsMoving &&
      Spell.HasMyAuraTimeLeft("Recuperate") > 5000 &&
      !Spell.SpellOnCooldown("Shadow Dance")
      When should pvp trinkets be used, do you have any suggestion?

      Looks like MadDog uses it when you have any cc that lasts longer than 3 seconds
       
    13. robotnikz

      robotnikz Member

      Joined:
      Feb 20, 2012
      Messages:
      44
      Likes Received:
      0
      Trophy Points:
      6
      No, im sure HB doesnt use KS neither CS.

      Can i add an line anywhere to activate this?

      If this is too hard to solve im sorry, i dont know many about coding a cc =)
       
    14. d00mw01f

      d00mw01f New Member

      Joined:
      Sep 10, 2011
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      0
      Yes, about 3-4 seconds, but it wont use it. I don't know why. Maybe there is some problem with checking for trinket availability? Because I'm playing on RU realms and there may be problem in CC with trinkets names?
      Same problem with shadowdance, but simple I may not see when CC used it.
       
    15. Jvidia

      Jvidia Member

      Joined:
      Jan 7, 2011
      Messages:
      594
      Likes Received:
      13
      Trophy Points:
      18
      Great work thanks
       
    16. djcrisp

      djcrisp Member

      Joined:
      Jan 20, 2011
      Messages:
      263
      Likes Received:
      1
      Trophy Points:
      18
      going to level a rogue and test
       
    17. G3LLZ

      G3LLZ New Member

      Joined:
      Jan 8, 2013
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      This looks like a really well put together routine however I can't even try it out! Anytime I try to use it, I get the error you see in the log ...I have it in my routine folder like it's supposed to be

      Compiler Error: c:\Users\Paul\Desktop\Honorbuddy\Routines\maddogs-svn\OrphanCaster.cs(14,16) : error CS0234: The type or namespace name 'Logic' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
      Compiler Error: c:\Users\Paul\Desktop\Honorbuddy\Routines\maddogs-svn\OrphanCaster.cs(17,16) : error CS0234: The type or namespace name 'Logic' does not exist in the namespace 'Styx' (are you missing an assembly reference?)
      Compiler Error: c:\Users\Paul\Desktop\Honorbuddy\Routines\maddogs-svn\OrphanCaster.cs(29,24) : error CS0234: The type or namespace name 'PluginClass' does not exist in the namespace 'Styx.Plugins' (are you missing an assembly reference?)
      Compiler Error: c:\Users\Paul\Desktop\Honorbuddy\Routines\maddogs-svn\OrphanCaster.cs(32,37) : error CS0246: The type or namespace name 'HBPlugin' could not be found (are you missing a using directive or an assembly reference?)
       

      Attached Files:

      Last edited: Feb 12, 2013
    18. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      I'm surprised you didn't notice that the first post for this page had the exact same issue...

       
    19. G3LLZ

      G3LLZ New Member

      Joined:
      Jan 8, 2013
      Messages:
      26
      Likes Received:
      0
      Trophy Points:
      0
      Yeah my bad I didn't even realize but I am having another issue though...I downloaded the SVN, Put Orphanhunter and "newiglue" into my plugins folder and placed the PvPRogue into my routines section and everything boots up fine, etc..My only issue is from what I can tell it doesn't use any abilities and with my ticks set to 25, it runs in a very tight circle around the player making me look like an obvious bot.
       
    20. kaihaider

      kaihaider Community Developer

      Joined:
      May 18, 2010
      Messages:
      1,325
      Likes Received:
      5
      Trophy Points:
      38
      are you on an english client?

      please post a log...

      The tight circles thing is how it's supposed to work though :p some people play manually like that
       

    Share This Page