[NeP] Shadow Priest LEGION menu

User Tag List

Page 1 of 5 12345 LastLast
Results 1 to 15 of 62
  1. #1
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [NeP] Shadow Priest LEGION

    Yobleed's Priest Pack:

    Download:
    Stable Working Version

    Got questions or Suggestions? Join our Discord:
    Discord

    Support the Addon creator:
    By a single Donation: Mr The Soulz Nerdpack Creator PayPal
    Patreon: Mr The Soulz Nerdpack Creator Patreon

    How to Use?:
    Very easy.
    1) Download
    2) Unzip, Drag and Drop the folders into the addons folder
    3) Open up your game and choose your Favorite Lua Unlocker. (FH, Olua, EWT)
    4) Press the Master Toggle and Change your UI settings to your liking.
    5) Ready to Go!


    People who know how to work with github and always wanna be up-to-date:
    NeP Main Folder :MrTheSoulz NerdPack
    NeP Rotation Folder :Yobleed Rotations

    -------QUESTIONS WILL ONLY BE ANSWERED ON DISCORD-----------
    WARNING: Usage of automated rotations is bannable. Normally it should be safe but use at own risk!
    Attached Thumbnails Attached Thumbnails [NeP] Shadow Priest LEGION-jt11y0-jpg  
    Last edited by yobleed; 08-05-2017 at 11:22 AM.
    ~They call me HordeOnYourTube, but you can call me hoyt~

    [NeP] Shadow Priest LEGION
  2. Thanks qwff, IChangedMyUsername (2 members gave Thanks to yobleed for this useful post)
  3. #2
    qwff's Avatar Member
    Reputation
    1
    Join Date
    Oct 2016
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Seems to be a issue where mind flay isn't clipping itself when in void form to cast mind blast or void bolt.

    Also, using the latest master pull from GitHub - MrTheSoulz/NerdPack: All your nerd tools for World of Warcraft! , GitHub - MrTheSoulz/NerdPack-Protected: Unlock the power of NerdPack, and GitHub - MrTheSoulz/NerdPack-MTS_Routines: MrTheSoulz's Combat-Routines (Testing).

    I had to change NeP.Engine.registerRotation to NeP.CR:Add for compatibility with the latest NerdPack changes.
    Last edited by qwff; 10-14-2016 at 06:05 PM.

  4. #3
    aeonabyss's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yobleed, if you are interested, here's my SP CR.
    Updated and working for NEP 1.5

    Code:
    local GUI = {
    
    }
    
    local exeOnLoad = function()
    	MTSCR.ExeOnLoad()
    end
    
    local notcasting =  '!player.casting(Mind Blast) & !player.casting(Vampiric Touch) & !player.casting(Void Eruption) & !player.channeling(Mind Sear) & !player.channeling(Void Torrent)'
    
    local StAI = {
    	{'!Void Eruption'},
    	{'!Mind Blast'},
    	{'!Shadow Word: Death', 'player.insanity < 65'},
    	
    }
    
    local CDs = {
    	{'Shadowfiend'},
    	{'Mindbender'},
    	{'Power Infusion'},
    	{'!Void Torrent', notcasting},
    	{'!Dispersion', 'spell(Mind Flay).casting & player.buff(Voidform).count > 50 & player.insanity < 10'},
    	{'!Dispersion', 'spell(Mind Flay).casting & player.buff(Voidform).count > 50 & player.insanity < 30 & player.health < 40'},
    }
    
    local AoE = {
    	{'Mind Bomb'},
    	{'Mind Sear'},
    }
    
    local ST = {
    	--{'Shadowform', '!player.buff'},
    	{StAI, notcasting},
    	{'Shadow Word: Pain', 'target.debuff(Shadow Word: Pain).duration < 3'},
    	{'Vampiric Touch', 'target.debuff(Vampiric Touch).duration < 3'},
    	{'Mind Flay', nil, 'target'},
    	{'Mind Spike'},
    }
    
    
    local inCombat = {
    	{CDs, 'toggle(cooldowns)'},
    	{AoE, 'keybind(lshift)'},
    	{'Mass Dispell', 'keybind(lalt)', 'mouseover.ground'},
    	{ST},
    }
    
    local outCombat = {
    	{'Power Word: Shield', 'player.moving', 'player'},
    }
    
    NeP.CR:Add(258, '[|cff'..MTSCR.Interface.addonColor..'MTS|r] Priest - Shadow', inCombat, outCombat, exeOnLoad, GUI)
    I give all my CR work to MTS to distribute as his CRs in his pack, but I'm pretty sure he's going to stop writing CRs all together and just focus on NEP core and other stuff.

    Hit me up on discord if you want to go over stuff.
    Last edited by aeonabyss; 10-16-2016 at 01:48 AM.

  5. #4
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qwff View Post
    Seems to be a issue where mind flay isn't clipping itself when in void form to cast mind blast or void bolt.

    Also, using the latest master pull from GitHub - MrTheSoulz/NerdPack: All your nerd tools for World of Warcraft! , GitHub - MrTheSoulz/NerdPack-Protected: Unlock the power of NerdPack, and GitHub - MrTheSoulz/NerdPack-MTS_Routines: MrTheSoulz's Combat-Routines (Testing).

    I had to change NeP.Engine.registerRotation to NeP.CR:Add for compatibility with the latest NerdPack changes.

    I know there's a problem with the latest version of nerdpack. But downloading the Addons.RAR file should fix the problem unless you wanna use other NeP CR's which require you to have the latest version of NeP. it still contains the old version AddOns
    Last edited by yobleed; 10-16-2016 at 07:35 AM.
    ~They call me HordeOnYourTube, but you can call me hoyt~

  6. #5
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aeonabyss View Post
    Yobleed, if you are interested, here's my SP CR.
    Updated and working for NEP 1.5

    Code:
    local GUI = {
    
    }
    
    local exeOnLoad = function()
    	MTSCR.ExeOnLoad()
    end
    
    local notcasting =  '!player.casting(Mind Blast) & !player.casting(Vampiric Touch) & !player.casting(Void Eruption) & !player.channeling(Mind Sear) & !player.channeling(Void Torrent)'
    
    local StAI = {
    	{'!Void Eruption'},
    	{'!Mind Blast'},
    	{'!Shadow Word: Death', 'player.insanity < 65'},
    	
    }
    
    local CDs = {
    	{'Shadowfiend'},
    	{'Mindbender'},
    	{'Power Infusion'},
    	{'!Void Torrent', notcasting},
    	{'!Dispersion', 'spell(Mind Flay).casting & player.buff(Voidform).count > 50 & player.insanity < 10'},
    	{'!Dispersion', 'spell(Mind Flay).casting & player.buff(Voidform).count > 50 & player.insanity < 30 & player.health < 40'},
    }
    
    local AoE = {
    	{'Mind Bomb'},
    	{'Mind Sear'},
    }
    
    local ST = {
    	--{'Shadowform', '!player.buff'},
    	{StAI, notcasting},
    	{'Shadow Word: Pain', 'target.debuff(Shadow Word: Pain).duration < 3'},
    	{'Vampiric Touch', 'target.debuff(Vampiric Touch).duration < 3'},
    	{'Mind Flay', nil, 'target'},
    	{'Mind Spike'},
    }
    
    
    local inCombat = {
    	{CDs, 'toggle(cooldowns)'},
    	{AoE, 'keybind(lshift)'},
    	{'Mass Dispell', 'keybind(lalt)', 'mouseover.ground'},
    	{ST},
    }
    
    local outCombat = {
    	{'Power Word: Shield', 'player.moving', 'player'},
    }
    
    NeP.CR:Add(258, '[|cff'..MTSCR.Interface.addonColor..'MTS|r] Priest - Shadow', inCombat, outCombat, exeOnLoad, GUI)
    I give all my CR work to MTS to distribute as his CRs in his pack, but I'm pretty sure he's going to stop writing CRs all together and just focus on NEP core and other stuff.

    Hit me up on discord if you want to go over stuff.
    I'll check it out ^^
    ~They call me HordeOnYourTube, but you can call me hoyt~

  7. #6
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @aeonabyss So I tested your Rotation and there are a few issues with it:

    1) Dispersion needs to be fixed. Player Insanity condition is too low for the CR to react on time. When you have surrender to madness up you should only use it when your reach 100 stacks of voidform.
    2) Power Infusion (20sec) should be used at (around) 80 stacks of voidform when surrender to madness is active so you can reach to 100 stacks.
    3) Optimal CD use at 15 stacks of voidform, shadow fiend and Power infusion(if no Surrender to Madness)

    Using How to Priest forum as a guidline HowToPriest.com • View topic - [H2P] Legion Shadow Guide

    But gotta say really good job tbh

    Have you tried mine?
    What do you think?
    Last edited by yobleed; 10-16-2016 at 08:24 AM.
    ~They call me HordeOnYourTube, but you can call me hoyt~

  8. #7
    aeonabyss's Avatar Member
    Reputation
    2
    Join Date
    Jun 2016
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No, I just finished the core (that) for mine.
    Some of the CDs of course need tweaking, but I just wanted to get them in there to test.
    CR is NOT optimized, but has basic core functionality.
    Still has some bugs, but I think it's NEP issues (with clipping) moreso than CR.

    The objective is (w/ discord and the website and 2.0) to get everyone working on the same class/specs to work on 1 CR, so that efforts are not divided.
    I'll be pulling together lists of ppl working on specific CRs wand posting them on the NEP website.

  9. #8
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    added a simple holy priest rotation. Not sure if raid ready.
    Need people to test it
    ~They call me HordeOnYourTube, but you can call me hoyt~

  10. #9
    Waddagundar's Avatar Member
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    38
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yobleed View Post
    added a simple holy priest rotation. Not sure if raid ready.
    Need people to test it
    I used it on Heroic Ursoc last night. I didn't cast anything or do any mouse-overs, and it showed. I am iLevel 852, and I was the worst of the 5 healers, who are higher level than me. So the rotation works OK, but there was a lot of clipping that I noticed when I got to stand still for a while, and it made my toon look like it was epileptic. I'd like to see the Flash Heal threshold set a bit higher, say 70% health, work in Purify, keep PoM off CD all the time, cast Smite on the tank's target to proc Surge of Light (when everyone's health id above 90%). I'll continue to use this, and work in some GS-E macros to cover what's missing. It's a GREAT rotation , though, and I hope you get the time to do some work on it. Thanks for your efforts.
    Oh, and I also used the Shadow Priest rotation, it's fargin AWESOME! Thanks!

  11. #10
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Waddagundar View Post
    I used it on Heroic Ursoc last night. I didn't cast anything or do any mouse-overs, and it showed. I am iLevel 852, and I was the worst of the 5 healers, who are higher level than me. So the rotation works OK, but there was a lot of clipping that I noticed when I got to stand still for a while, and it made my toon look like it was epileptic. I'd like to see the Flash Heal threshold set a bit higher, say 70% health, work in Purify, keep PoM off CD all the time, cast Smite on the tank's target to proc Surge of Light (when everyone's health id above 90%). I'll continue to use this, and work in some GS-E macros to cover what's missing. It's a GREAT rotation , though, and I hope you get the time to do some work on it. Thanks for your efforts.
    Oh, and I also used the Shadow Priest rotation, it's fargin AWESOME! Thanks!
    Really weird that it doesn't cast at mouseover.
    Are you pressing the keybinds assigned to them and mouseovering a friendly target? cuz it needs a target
    Can I ask what unlocker you're using?

    and Yea, sometimes it start twitching like a mad man but then I press Alt to pause it for a moment and then it runs fine again

    I'm working on a more up to date version for the latest nerdpack version
    and I agree it still needs some work. Haven't taken the chance to change values

    this is the latest update so far. Latest update Holy
    Last edited by yobleed; 10-20-2016 at 04:54 PM.
    ~They call me HordeOnYourTube, but you can call me hoyt~

  12. #11
    Waddagundar's Avatar Member
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    38
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yobleed View Post
    Can I ask what unlocker are you using?

    Don't worry I'm working on a more up to date version for the latest nerdpack version
    I am using oLUA-64 for now.

  13. #12
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Waddagundar View Post
    I am using oLUA-64 for now.
    well do you mind trying it with EWT? and Also download my latest holy update?

    ━━━━━━━━━━━━━ EWT ━━━━━━━━━━━━━━
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

    * Info: * [Bot] EWT - Easy WoW Toolbox - Fishing, Farming, Hacks, Morpher, LUA Unlocker and more!

    * Only works with WoW 32-bit client
    * Passive / Advanced unlocker with hack options
    * FREE

    * How to use *

    1. Run wow, WAIT on character selection
    2. Run EWT.exe
    3. Select "Active" or "Background" mode :
    4. Press "Attach to WoW" button
    5. Wait for "Attached in XXms: Background Mode." or "Attached in XXms: Active Mode."
    6. Select a character, join world
    7. If you are using Active mode:
    * Enable "Advanced LUA unlock"
    * You can close that ingame EWT menu now.
    8. Keep EWT window open as long as you have wow open, or wow will crash!


    DOWNLOAD: http://bit.ly/EWT_download
    ~They call me HordeOnYourTube, but you can call me hoyt~

  14. #13
    IChangedMyUsername's Avatar Contributor Dance! ;^) CoreCoins Purchaser
    Reputation
    169
    Join Date
    Mar 2013
    Posts
    720
    Thanks G/R
    257/65
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow this is truly incredible work. Very very well done. Do you have the song you used in the video? Cheers.

  15. #14
    yobleed's Avatar Active Member
    Reputation
    27
    Join Date
    Jan 2015
    Posts
    116
    Thanks G/R
    2/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Awkwerdness View Post
    Wow this is truly incredible work. Very very well done. Do you have the song you used in the video? Cheers.

    this is the song. Made by me ^^
    ~They call me HordeOnYourTube, but you can call me hoyt~

  16. #15
    Waddagundar's Avatar Member
    Reputation
    7
    Join Date
    Aug 2012
    Posts
    38
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yobleed View Post
    Really weird that it doesn't cast at mouseover.
    Are you pressing the keybinds assigned to them and mouseovering a friendly target? cuz it needs a target
    Can I ask what unlocker you're using?

    and Yea, sometimes it start twitching like a mad man but then I press Alt to pause it for a moment and then it runs fine again

    I'm working on a more up to date version for the latest nerdpack version
    and I agree it still needs some work. Haven't taken the chance to change values

    this is the latest update so far. Latest update Holy
    Sorry, I should be clearer. I used your Holy rotation without doing any mouse-over heals. I was asked to switch to healing after a couple of Ursoc wipes, so I just let your rotation do its thing. Like I said, it works just fine, and I will keep using it and let you know how I go.

Page 1 of 5 12345 LastLast

Similar Threads

  1. [Priest] [PE] Shadow Priest LEGION
    By yobleed in forum Combat Routines
    Replies: 21
    Last Post: 10-10-2016, 01:27 PM
  2. WTS/WTT 62 Shadow priest, 63 Warrior
    By Cheezeit117 in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 3
    Last Post: 08-15-2007, 12:28 AM
  3. WTS 65 Undead Shadow Priest with LOTS of GOLD!
    By thestupidguy in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 8
    Last Post: 08-04-2007, 04:30 PM
  4. Shadow Priest PVP Guide
    By ocurx in forum World of Warcraft Guides
    Replies: 2
    Last Post: 07-21-2006, 03:31 PM
All times are GMT -5. The time now is 04:11 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search