• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • MDPriest - Advanced Shadow Priest Routine (PvE)

    Discussion in 'Archives' started by loxx, Feb 7, 2014.

    1. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Hello fellow HB users.

      I have been creating routines since 2 years now, but mainly for private/friends use. Despite my 2 years experience this is my first Public routine.
      What I aim for with this routine is the highest dps output possible in any given situation while the user always remains in full controll. Everything is basicly derived from this goal. This routine is meant to be a powerfull and fully customisable raiding tool. It's still a beta version so i am still looking for feedback from you, the user, to help me make this CC one of the best CC's out there!

      Class Supported: Priest
      Spec Supported: Shadow
      Minimum Level: 90

      What this CC does NOT (yet) do:

      - Movement (Fpsware's LazyBoxer Adds This Feature)
      - Targeting (Fpsware's LazyBoxer Adds This Feature)
      - Rest Behaviour (Not sure on future plans, not thinking of adding this at the moment as it generally ends up eating painfully expensive stuff)

      what this CC DOES do:

      - Pre-Combat Buffs
      - Combat Buffs
      - Trinket Usage
      - Advanced Single Target logic
      - Advanced Mana Management
      - Advanced Multi Dot Logic
      - Full range of available Burst-options (Class/Racial/Profession)
      - Fully tweakable GUI
      - Use of personal Healing
      - Use of Defensive Abilities
      - Fully Customisable Void Shift Usage (tank/self/both)
      - Macro Casting (see below)
      - Burst/AoE/Multi Dot toggling
      - Advanced Speed Buff settings
      - Stop Casting Logic on Thok-like fights

      Useable Botbases:

      - Fpsware's LazyBoxer (adds movement/targeting)
      - Combat Bot
      - Raid Bot
      - Tyrael

      Minimum Settings:

      - Framelock Enabled
      - Ticks Per Second >= 30
      - Frames Per Second >= 30

      Screenshots:

      View attachment 120529 View attachment 120530 View attachment 120531


      User Feedback




      I hope you enjoy this CC and may it bring you Mad Deeps! ;)

      Download Version 1.2: View attachment 121815 (svn included) or SVN


      View attachment 120111 - If you like this CC :)
       
    2. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Macros Explained

      - Cast Macros

      The spells i use in the following macros are just an example and can be replaced with any other spell that you want to use. Keep in mind that they are Capital and Space Sensitive!

      Cast Spell Macro (any spell possible)

      Code:
      #showtooltip Dispel Magic
      /script Cast=1;
      /script Spell="Dispel Magic";
      * This macro casts the given spell (in this case Dispel Magic) regardless if we have a target or not.


      Cast Spell On Location Macro (any spell possible)

      Code:
      #showtooltip Mass Dispel
      /script Cast=1;
      /script CastOnLoc=1;
      /script Spell="Mass Dispel";
      * This macro casts the given spell (in this case Mass Dispel) on the location of the current target (given we have one).



      - Toggle Macros

      Enable/Disable Burst

      Code:
      /script Toggle_Burst=1
      Enable/Disable AoE

      Code:
      /script Toggle_AoE=1
      Enable/Disable Multi Dotting

      Code:
      /script Toggle_Multi_Dot=1
       
    3. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      /saved
       
    4. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Ow, yeah good point! No it does not! 90 only. I will edit that into the first post :)
       
    5. Ebano

      Ebano New Member

      Joined:
      Nov 23, 2011
      Messages:
      227
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for the damn great routine, got my dusty priest again back to raiding. Hope you keep it suported for a long time!
       
    6. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Haha, thanks! happy you like it! While building this one i realized how cool Shadow Priests actually are. Good all around fun ;)
       
    7. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Thanks for sharing, and welcome to the community I guess! If you're familiar to PE/PQR Im Ninjaderp on those forums ^^
       
    8. Stevie

      Stevie New Member

      Joined:
      Sep 20, 2012
      Messages:
      60
      Likes Received:
      0
      Trophy Points:
      0
      This CC is AWESOME!! Fast, effective and smooth. Thanks mate keep up the good work!
       
    9. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Code:
      log_orange("Hello " + Me.Name);
      
      You really need to remove this code from Initialize. Anyone posting a log file for support is advertising their characters name that they're botting on. Just a bit of an FYI, when dealing with names (for WoWUnit objects), use .SafeName rather than .Name - it'll convert "MyCharactersName" to "Lvl 90 Horde Priest". All non-player units will just report their name, like "Raider's Target Dummy".

      Thread titles -> Not the end of the world, but good to have it different, you want you routine to be distinguishable from the rest (hence the 'theme' of titles I picked). TuanHA's titles are all formatted with a 'theme' too - "The Ultimate Experience".

      Anyway, just gave the routine a try, honestly, it's pretty good given that you've only just released it. Still a little way to catch up to Insanity though (about 20-30% lower dps) ;)
       
    10. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      It's not lower dps. It's as good and better. I dare people to compare it. I tested yours quite a bit too, trust me :) Don't try and downgrade it like this. Not cool.

      Thread title, not thought thru. I cannot change it. If Moderators want to change it, be my guest.

      That being said, i will remove that bit, thanks.

      -edit- Name Issue solved and thread title changed.
       
    11. Millz

      Millz Well-Known Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      6,495
      Likes Received:
      223
      Trophy Points:
      63
      Not here to have an e-peen battle, just wanted to point out the .Name code.

      It's not a very well kept secret that there's more than 1 version of Insanity available, of which over 15m was showing 69k (yours) vs 92k (mine).

      Anyway, I'm out - posted to give you advice (well, to help protect the community's character safety), not to start an argument.
       
    12. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Well, if you come in here claiming "yours is better" you gonna have an argument and i am going to defend my script, right? Imagen i would do that in your post? It's not cool dude and it's not true, stop it. Again, i dare people to compare both CCs.
       
    13. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Ey competition is healthy for the market ^^ I'll have a go at this once I sort the gear on my crappy geared horde-priest.
       
    14. klapsky

      klapsky New Member

      Joined:
      Oct 7, 2012
      Messages:
      12
      Likes Received:
      0
      Trophy Points:
      0
      I compared.

      I compared it, I stood for 5 minutes with both routines in front of the four dummies at The Golden Terrace. Same Tyreal settings, same location. I have the other Insanity version (I set it to the default PVE settings).

      My ilevel is 556 (cloak, meta, no tier items), my talents are:

      View attachment 119707

      Results:

      Insanity

      View attachment 119708

      MD

      View attachment 119709

      Not sure how to test single target since I have not found a dummy alone but this seems like a big difference. I don't see the 30% as stated earlier.

      Edit:

      Turned off multi dotting on both routines, stood at the dummy again for 5 minutes, same parameters but Halo turned off on both, single target dps:

      Insanity

      View attachment 119714

      MD

      View attachment 119715

      Very close.
       
    15. hyperweeman

      hyperweeman New Member

      Joined:
      Nov 11, 2012
      Messages:
      8
      Likes Received:
      0
      Trophy Points:
      0
      Hi MD , i am totaly impressed. Great CR, with other CR i have so much FPS problems, with your CR my FPS are great.

      Thank you so much for your work.

      ps: DPS is insane
       
    16. scuzzelbud

      scuzzelbud New Member

      Joined:
      Aug 16, 2012
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      0
      This CR works just Perfect Great job :)
       
    17. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Happy to hear that. Thanks, glad you enjoyed it!
       
    18. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Thanks man, happy you like it!
       
    19. amputations

      amputations Active Member

      Joined:
      Jan 6, 2011
      Messages:
      2,262
      Likes Received:
      11
      Trophy Points:
      38
      Hey MD this works amazing thank you ^^ I was wondering, could you maybe add an option to auto void-tendril if enemy players are in range? And maybe Psychic Scream as well. I mostly PvE but in case of w-pvp it would be cool!
       
    20. loxx

      loxx New Member

      Joined:
      Mar 5, 2014
      Messages:
      32
      Likes Received:
      0
      Trophy Points:
      0
      Hey man, glad you liked it. Unfortunatly there will be no pvp support. Ever. The reason is that i want to focus solely on PvE. If i start adding PvP features i raise alot of expectations aswell.

      Sorry man. No PvP ever.

      If however i see a need for certain abilities in PvE situations i will add them ofcourse! Void Tentril and Psychic Scream I decided to leave to the user (macro casting) as checking for it would be overly complex and heavy compared to the gains you get.
       

    Share This Page