[PQRotation] Nudex Paladin Prot Rotation menu

User Tag List

Page 2 of 5 FirstFirst 12345 LastLast
Results 16 to 30 of 61
  1. #16
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have 12GB of RAM and PQR only works on 32bit client. The profile doesn't freeze the game just the rotation freezes up and spells are not castable again till I push escape to get to the quit menu. Other profiles are fine. Tried with no addons and still got locked.
    Last edited by bauwoo; 09-12-2012 at 01:13 AM.

    [PQRotation] Nudex Paladin Prot Rotation
  2. #17
    bauwoo's Avatar Master Sergeant
    Reputation
    5
    Join Date
    Feb 2012
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nudex I think I found the problem. I was getting a lock up because of being glyphed into Glyph of Consecration. Turned it off and your profile works flawlessly now. The glyph wasn't important. Thanks for your time.

  3. #18
    Teryaki's Avatar Legendary Explorer CoreCoins Purchaser
    Reputation
    667
    Join Date
    Mar 2010
    Posts
    949
    Thanks G/R
    103/82
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for bringing this to my attention bauwoo. I was wondering why I had to log in and out after my spells just lock up on my. I removed the glyph so we will see if it works now without locking up. Otherwise, great prot profile!
    My Exploration Channel: Teryaki's Channel
    Teryaki#1806

  4. #19
    SHJordan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you make it NOT engage while mounted? With that, i think it would be perfect!

  5. #20
    SHJordan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SHJordan View Post
    Can you make it NOT engage while mounted? With that, i think it would be perfect!
    Also, requesting support for execution sentence!

  6. #21
    Deathsmind's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    100
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway of adding Seal of Insight to the ability list and making it priority? Seal of Truth is now the weakest of them all because of the nerf to it from prot pallys, they get 80% less damage from it now. Seal of Insight is now the go to. Also need to have the new abilities, i use Holy Prism to help out on healing, any way to add all 3 and it know which one you have? I need to test everything else out but it looks good from just looking at it, seems a lot more easier code then the other ones i have seen.

  7. #22
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Deathsmind View Post
    Is there anyway of adding Seal of Insight to the ability list and making it priority? Seal of Truth is now the weakest of them all because of the nerf to it from prot pallys, they get 80% less damage from it now. Seal of Insight is now the go to. Also need to have the new abilities, i use Holy Prism to help out on healing, any way to add all 3 and it know which one you have? I need to test everything else out but it looks good from just looking at it, seems a lot more easier code then the other ones i have seen.
    If u want in single rotation SoI then just change in SoT ability:
    Code:
    local myAura = GetShapeshiftForm("player")
    
    if myAura == 3 then
    	return false
    end
    
    if not myAura ~= 1 then
    CastShapeshiftForm(3)
    	return true
    end
    change these two lines
    Code:
     if myAura == 1 then
    
    CastShapeshiftForm(1)
    to
    Code:
    if myAura == 3 then
    
    CastShapeshiftForm(3)

  8. #23
    nudex's Avatar Active Member
    Reputation
    37
    Join Date
    Jun 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ola fellow amigos

    Have been away for some time exploring panda land but have no fear I am back and ready to program.
    The Mop release of my profile will release tomorrow. Just having some little problem coding the level 90 talents.

    Greetz nudex
    Last edited by nudex; 10-20-2012 at 10:58 AM.
    PQR : Nudex Paladin Rotations
    https://dl.dropbox.com/u/83665029/Nudex%20Paladin%20Rotations.rar

  9. #24
    SHJordan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nudex View Post
    ola fellow amigos

    Have been away for some time exploring panda land but have no fear I am back and ready to program.
    The Mop release of my profile will release tomorrow. Just having some little problem coding the level 90 talents.

    Greetz Contrast
    Good news indeed... please make it NOT start profile when mounted, this will save me a lot of painful clicks xD

  10. #25
    nudex's Avatar Active Member
    Reputation
    37
    Join Date
    Jun 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hellow fellow PQR user

    just wanted to let you know that the my new rotation for Nudex Paladin Prot Rotation is done.
    http://dl.dropbox.com/u/83665029/Nud...20Rotation.rar
    Or just update in PQR itself if you already own my Rotation

    It will now:

    - Support lvl 90 talents
    - Not attack Things when you are mounted
    - Has Seal of Insight programmed into it
    - And many more ...

    It will not:
    - Support mass exorcism

    Special Thanks to Averykey as always due to the fact that alot of the code is still based on his mighty fine work, So show him your love accordingly.

    Please if you find any bugs or problems or whatever -> go visit my dedicated post in the Bot Maps And Profiles and spit it out.

    Greetz nudex
    Last edited by nudex; 10-20-2012 at 10:58 AM.
    PQR : Nudex Paladin Rotations
    https://dl.dropbox.com/u/83665029/Nudex%20Paladin%20Rotations.rar

  11. #26
    SHJordan's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nudex View Post
    Hellow fellow PQR user

    just wanted to let you know that the my new rotation for Nudex Paladin Prot Rotation is done.
    http://dl.dropbox.com/u/83665029/Nud...20Rotation.rar
    Or just update in PQR itself if you already own my Rotation

    It will now:

    - Support lvl 90 talents
    - Not attack Things when you are mounted
    - Has Seal of Insight programmed into it
    - And many more ...

    It will not:
    - Support mass exorcism

    Special Thanks to Averykey as always due to the fact that alot of the code is still based on his mighty fine work, So show him your love accordingly.

    Please if you find any bugs or problems or whatever -> go visit my dedicated post in the Bot Maps And Profiles and spit it out.

    Greetz nudex
    YAAAAAAAAAAAAAAAAAAAAAAAAAY! ty very much sir! best profile of the year!

  12. #27
    Deathsmind's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    100
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont know whats up but im having problems with it using consecration and holy wrath now. Im using the single target profile. It will cast everything it can and then sit there for 2-3 seconds not casting anything. Its not even casting execution sentence. Any thoughts?

    Edit: just did a /console reloadui and it all works now...dont know whats up with that

    Edit2: Its now doing it again. I turn everything off and back on, i download your profile again. Dont know what else i can do to fix it.
    Last edited by Deathsmind; 10-26-2012 at 07:09 PM.

  13. #28
    nudex's Avatar Active Member
    Reputation
    37
    Join Date
    Jun 2008
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    jow bro, haven't played for a few days as a prot paladin ( loving my monk atm )
    I'll try a few dungeons and see if i experience the same problems as yourself.
    As always you could run PQR as administrator or just try a reboot of the whole system, maybe try to update pqr?

    I'll get back to you asap

    greetz nudex
    PQR : Nudex Paladin Rotations
    https://dl.dropbox.com/u/83665029/Nudex%20Paladin%20Rotations.rar

  14. #29
    Deathsmind's Avatar Member
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    100
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ya i updated PQR and still have the same problems. It will not cast execution, conc, and wrath. Its doing crusader, judgement, avenger, hammer, shield, and other shield fine. Im pretty sure thats all the casts. It will then sit for 2-3seconds not casting anything else. I hope that helps any, I saw someone else talking about having hangups as well in the PQR profile. I would use Averys since hes seems to work fine besides the fact that its old and uses seal of truth instead of insight. Besides the little hang up though your profile is very nice.

  15. #30
    mcwhat's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Dec 2008
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I made a few tweaks because of the UI lock ups. Here's my edited version if you guys want to take a look: MekaProt.0.9.0.zip. It doesn't have the out of range functionality or the mana checks though. I tried to add them, but couldn't get them to work consistently. I tanked a few heroics tonight and it worked pretty well.

    I don't have enough time to commit to maintaining my own version, but hopefully this can be a stopgap for any others like me until someone can figure out exactly why Nudex's version doesn't work well for some of us.

Page 2 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Guide] Timewalking, the invincible Paladin - Prot. Paladin (BiS)
    By highs in forum World of Warcraft Guides
    Replies: 0
    Last Post: 06-08-2016, 02:57 AM
  2. [Buying] ToT Normal run. Looking for Paladin Prot/holy loot only
    By xcureanddisease in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 11-09-2013, 04:00 PM
  3. [Request] Holy paladin pvp Rotation
    By warzonebg in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 09-15-2013, 06:22 AM
  4. 28+ Paladin Prot grind
    By ankan08 in forum World of Warcraft Guides
    Replies: 3
    Last Post: 06-30-2008, 02:30 PM
  5. [bug] Paladin prot glitch
    By GooeyUse in forum World of Warcraft Exploits
    Replies: 8
    Last Post: 02-04-2008, 06:09 AM
All times are GMT -5. The time now is 07:49 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search