• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • [PvPRogue] Advanced PVP CC

    Discussion in 'Archives' started by swiny, Mar 4, 2012.

    1. swiny

      swiny Banned

      Joined:
      Dec 19, 2010
      Messages:
      517
      Likes Received:
      73
      Trophy Points:
      0

      Can you post a log,
      Because it should :\

      Code:
      public static string GetName
              {
                  // Hemorrhage - [Sub Spec] [ infront ] - Must have up at all times
                  // Backstab - 18 [ Behind ]
                  // Sinister Strike - lowbie 
                  get
                  {
                      // Frame lock it, as we are calling CanCast.
                      // First check if we need to re-apply the bleed
                      if (Spell.HasCanSpell("Hemorrhage") && !Spell.HasMyAura("Hemorrhage", StyxWoW.Me.CurrentTarget))
                          return "Hemorrhage";
      
                      // Behind Check
                      if (Spell.HasCanSpell("Backstab") && StyxWoW.Me.CurrentTarget.MeIsSafelyBehind)
                          return "Backstab";
      
                      if (SpellManager.HasSpell("Backstab") && StyxWoW.Me.CurrentTarget.MeIsSafelyBehind) return "";
      
                      // Check if we can cast hemorrhage
                      if (Spell.HasCanSpell("Hemorrhage"))
                          return "Hemorrhage";                    
      
                      // Last resort is Sinister Strike
                      return "Sinister Strike";
                  }
              }
      
       
    2. HB6464D67

      HB6464D67 New Member

      Joined:
      Jul 6, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      Still cannot find PvPRogue debug output. Would really like to help by posting the info you need to fix the FPS issue. I think my loglevel might be set too low. Any idea how to change this?
       
    3. swiny

      swiny Banned

      Joined:
      Dec 19, 2010
      Messages:
      517
      Likes Received:
      73
      Trophy Points:
      0
      This happeneds every 1000 ticks,
      which is a ALOT.
      meaning it has to do over 1000 combat ticks.

      you could possibly change it to 200,

      PvPRogue\Managers\SpeedDebug.cs

      Code:
                  if (PulseLength.Count() > 1000)
      
      to

      Code:
                  if (PulseLength.Count() > 200)
      
       
    4. weischbier

      weischbier Guest

      Here's the log

      Code:
      [16:15:24:285] Activity: Setting Scarlet Warrior at 11 yards as your target
      [16:15:24:670] Changed POI to:Type: Kill, Name: Scarlet Warrior
      [16:15:43:439] Cleared POI - Reason POI is dead from Combat
      
      
      There is exactly one fight in it.

      View attachment 39622

      greetz

      Weischbier
       
    5. HB6464D67

      HB6464D67 New Member

      Joined:
      Jul 6, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      Ok, that makes sense. Was stuttering so bad, I'd stop the bot too early, I'm guessing. Will let it run with the change you suggest and post back. Thank you!
       
    6. swiny

      swiny Banned

      Joined:
      Dec 19, 2010
      Messages:
      517
      Likes Received:
      73
      Trophy Points:
      0
      i had the stuttering, but not really that bad,
      we done testing on the stuttering about 2 weeks ago

      Code:
      using (new Framelock())
      
      which we really need to keep the CC running extremly fast ( reduces from around 80-110 MS to avg 8

      so it could be some other issue?
      Plugins are you running? have you tried disabling everything but glue, ETC. you get the drift.
       
    7. weischbier

      weischbier Guest

      Whom are you talking to? ^^

      greetz

      Weischbier
       
    8. HB6464D67

      HB6464D67 New Member

      Joined:
      Jul 6, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0

      Everything is disabled except glue, and running with a blank profile. In-game, all addons are disabled as well. First debug from new log file:

      [10:31:50 AM:928] [PvPRogue Debug] - 0 Highest: 1648
      [10:31:50 AM:928] [PvPRogue Debug] - 0 Highest: 1648
      [10:31:50 AM:928] [PvPRogue Debug] - 1 Highest: 1348
      [10:31:50 AM:928] [PvPRogue Debug] - 1 Highest: 1348
      [10:31:50 AM:929] [PvPRogue Debug] - 2 Highest: 1320
      [10:31:50 AM:929] [PvPRogue Debug] - 2 Highest: 1320
      [10:31:50 AM:929] [PvPRogue Debug] - 3 Highest: 1220
      [10:31:50 AM:929] [PvPRogue Debug] - 3 Highest: 1220
      [10:31:50 AM:929] [PvPRogue Debug] - 4 Highest: 1204
      [10:31:50 AM:929] [PvPRogue Debug] - 4 Highest: 1204
      [10:31:50 AM:929] [PvPRogue Debug] - 5 Highest: 1185
      [10:31:50 AM:929] [PvPRogue Debug] - 5 Highest: 1185
      [10:31:50 AM:929] [PvPRogue Debug] - 6 Highest: 1181
      [10:31:50 AM:929] [PvPRogue Debug] - 6 Highest: 1181
      [10:31:50 AM:929] [PvPRogue Debug] - 7 Highest: 1164
      [10:31:50 AM:929] [PvPRogue Debug] - 7 Highest: 1164
      [10:31:50 AM:929] [PvPRogue Debug] - 8 Highest: 1161
      [10:31:50 AM:929] [PvPRogue Debug] - 8 Highest: 1161
      [10:31:50 AM:929] [PvPRogue Debug] - 9 Highest: 1160
      [10:31:50 AM:929] [PvPRogue Debug] - 9 Highest: 1160
      [10:31:50 AM:929] [PvPRogue Debug] - 10 Highest: 1158
      [10:31:50 AM:929] [PvPRogue Debug] - 10 Highest: 1158
      [10:31:50 AM:929] [PvPRogue Debug] - Highest: 1648 Lowest: 558 Average: 869 Over 500MS: 201
      [10:31:50 AM:929] [PvPRogue Debug] - Highest: 1648 Lowest: 558 Average: 869 Over 500MS: 201

      There are two or 3 more Debugs in there, but about the same results. Hope this helps getting it figured out.
       

      Attached Files:

    9. swiny

      swiny Banned

      Joined:
      Dec 19, 2010
      Messages:
      517
      Likes Received:
      73
      Trophy Points:
      0
      going to have to look into it.
      will let you know later today.


      Also update your glue, its way out of date.
       
    10. swiny

      swiny Banned

      Joined:
      Dec 19, 2010
      Messages:
      517
      Likes Received:
      73
      Trophy Points:
      0
      wow....... i really dont know what to say.
      what kind of computer do you have.
       
    11. weischbier

      weischbier Guest

      The Glue I use was fresh from SVN.
      I SVNed and copied the stuff over right before I started ... weird :/

      greetz

      Weischbier

      btw: I started to use this with lvl 15 again and it works now. There must be some hidden dependency you put in the code that prevents it from using.
       
    12. HB6464D67

      HB6464D67 New Member

      Joined:
      Jul 6, 2011
      Messages:
      19
      Likes Received:
      0
      Trophy Points:
      0
      swiny - "wow....... i really dont know what to say.
      what kind of computer do you have."

      It's an HP with AMD Athlon 64 X2 5000+ chip. Memory is 3 gig, video is NVidia 9600 GT. BUT, like I said, this is the only CC that the lag times are so high in combat. Maybe if you could tell me how to disable the framelock or something since my experience seems so different from everyone else? I don't know. I see "flashes" of brilliance in how your CC works...just need it more fluid.

      Thanks.
       
    13. RyanKerr

      RyanKerr New Member

      Joined:
      Apr 10, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      1
      fantastic class, probably plays rogue better than me. Used over the AV CTA weekend. usually came in the top half of killing blows and damage, if not top 10. Works extremely well with the Glue plugin. Thanks OP
       
    14. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      I have to agree, though I never really came in top half for KBs. I find it odd that my toon usually looks like its running through the target more than sticking to it like glue, lol. I watch it play BGs sometimes and I have to laugh because it looks like it's freaking out and spinning, running through the target, running around the target, and doing weird shit. I use Glue/HazzFace to try and minimize the craziness, but it doesn't seem to. It spends so much time running around the target that it doesn't have much time to DPS it unless the target is standing still. XD

      All in all though, you're right, it plays rogue far, far, far better than I do considering my version of "playing rogue" is comat spec with a DPS macro button that I press all night long. XD
       
    15. swiny

      swiny Banned

      Joined:
      Dec 19, 2010
      Messages:
      517
      Likes Received:
      73
      Trophy Points:
      0
      it should DPS the same amount as if they were standing still.
       
    16. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Hrm... I have full Season 11 (Honor, not Conquest), 2 Ruthless Gladiator Shankers, Ruthless Gladiator Hatchet, trinks, etc, and I generally do about 2-4k dps in bgs. I've spiked and once or twice gotten 6k, but that's as high as I've gotten. I've seen almost all the classes break 10k so far, even rogues, but I can't get higher than 6k.

      Now, I do admit I'm not fully gemmed, reforged, and enchanted, so that could very well attribute to lower DPS, but it just seems like I spend more time running through and around the target than I do hitting it.

      I'm not complaining, by any means, I promise. I love watching it work. I just thought it was funny that I ran circles around the target most of the time, lol.

      Edit: Apparently this anonymous armory site doesn't show specs, but I use your CC in sub of course, and I Pve in assassination. Here's my anon armory link: WoW Armory Alternative - Nameless Armory Profiles.
       
      Last edited: Apr 11, 2012
    17. swiny

      swiny Banned

      Joined:
      Dec 19, 2010
      Messages:
      517
      Likes Received:
      73
      Trophy Points:
      0
      Yeah just take into account that this bot ISNT intended to do MAX DPS,
      hence why i have coded EVERY move in the CC, every other move is HIGHER priority than damage.
      I.E Blind, Shiv, Vanish, Throw, Sprint, Kick, SmokeBomb Dismantle. etc you get my drift,

      yeah hahaha the circle thing is because the other player is turning his mouse and its trying to stay behind >.<
       
    18. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Haha, that's funny. Yeah, I like how it works. Wasn't trying to give you a hard time. I know PvP isn't all about dps, but more so about staying alive and getting the fuck out of there with your ass, which it does with the Arena Junkies Defensive Sub spec I found.
       
    19. swiny

      swiny Banned

      Joined:
      Dec 19, 2010
      Messages:
      517
      Likes Received:
      73
      Trophy Points:
      0
      i guess you could make it all aggressive and remove all the moves exept damage ones :) now that b sick.

      might code that in actually >.<
       
    20. zeldrak

      zeldrak Well-Known Member

      Joined:
      Oct 25, 2010
      Messages:
      3,516
      Likes Received:
      25
      Trophy Points:
      48
      Oh, that sounds interesting. I could go to AJ and take their heavily Offensive Sub spec also. It's heavy damage, but low survivability. Something to think about...
       

    Share This Page