[BETA] PQRotation - an automated ability priority queue. menu

Shout-Out

User Tag List

Page 260 of 731 FirstFirst ... 160210256257258259260261262263264310360 ... LastLast
Results 3,886 to 3,900 of 10955
  1. #3886
    Leetjerk's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone having trouble with Ash's Rdruid profile never swiftmending?

    ---------- Post added at 11:22 PM ---------- Previous post was at 11:02 PM ----------

    Code:
    local stamp = UnitBuff("player", "Stampede")
    
    if stamp ~= nil then
    	RunMacroText("/console Sound_EnableSFX 0")
    	RunMacroText("/cast Ravage!")
    	RunMacroText("/console Sound_EnableSFX 1")
    end
    will work for the 4 piece druid btw

    [BETA] PQRotation - an automated ability priority queue.
  2. #3887
    solarwake's Avatar Master Sergeant
    Reputation
    6
    Join Date
    May 2010
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    leet did you ever get blood tap obliterates to work?

  3. #3888
    Leetjerk's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by solarwake View Post
    leet did you ever get blood tap obliterates to work?


    Nope sorry, don't know why either the logic is fine.

  4. #3889
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cokx your Holy PvP profile is really nice just had to add denounce(exo spam) to rotation for arena.

  5. #3890
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Leetjerk View Post
    anyone having trouble with Ash's Rdruid profile never swiftmending?

    ---------- Post added at 11:22 PM ---------- Previous post was at 11:02 PM ----------

    Code:
    local stamp = UnitBuff("player", "Stampede")
    
    if stamp ~= nil then
        RunMacroText("/console Sound_EnableSFX 0")
        RunMacroText("/cast Ravage!")
        RunMacroText("/console Sound_EnableSFX 1")
    end
    will work for the 4 piece druid btw
    Rather than just disabling then enabling the sound, change it to this:

    Code:
    if stamp ~= nil then
    	local SFX = GetCVar("Sound_EnableSFX")
    	SetCVar("Sound_EnableSFX", 0)
    	RunMacroText("/cast Ravage!")
    	SetCVar("Sound_EnableSFX", SFX)
    end
    that way if someone is playing with sound turned off it doesn't keep enabling it on them.

  6. #3891
    solarwake's Avatar Master Sergeant
    Reputation
    6
    Join Date
    May 2010
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    imdasandman.. is it possible you could send me a pm with your modified version of masterfrost with the pause function and what not, also could you send me an anonymous armory so I can look at your gemming/enchanting and your gear. I'm getting blown away by a dk in my raid that is running a regular 2 hand build.

    Thanks for the help.
    Solarwake

  7. #3892
    ShinyKnight's Avatar Member
    Reputation
    3
    Join Date
    May 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by solarwake View Post
    imdasandman.. is it possible you could send me a pm with your modified version of masterfrost with the pause function and what not, also could you send me an anonymous armory so I can look at your gemming/enchanting and your gear. I'm getting blown away by a dk in my raid that is running a regular 2 hand build.

    Thanks for the help.
    Solarwake
    Silly question, but he's frost and not unholy, right...?

  8. #3893
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by itzaraya View Post
    For some reason this doesnt work for me on a target dummy

    Edit: Nevermind i fixed it! Good work!
    Out of curiosity what was wrong? Anything I need to fix?

  9. #3894
    woppo's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ^^ and u are in unholy presence yea ?

  10. #3895
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by solarwake View Post
    imdasandman.. is it possible you could send me a pm with your modified version of masterfrost with the pause function and what not, also could you send me an anonymous armory so I can look at your gemming/enchanting and your gear. I'm getting blown away by a dk in my raid that is running a regular 2 hand build.

    Thanks for the help.
    Solarwake
    check your pms

  11. #3896
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ---------- Post added at 10:15 PM ---------- Previous post was at 09:23 PM ----------

    so, I'm not quite sure what the hang-up is with this whole ravage! stampede thing. It looks as though it should function like any other proc (avenger's shield, obliterate, etc), but I can't get it to fire. Right now i've got:

    -<Ability><Name>Ravage</Name><Default>false</Default><SpellID>6785</SpellID><Actions>/startattack</Actions><Lua>local StampedeProc = UnitBuffID("player",78893) if StampedeProc ~= nil then return true end</Lua><RecastDelay>0</RecastDelay><Target>Target</Target><CancelChannel>False</CancelChannel><LuaBefore/><LuaAfter/></Ability>

    basically checking for stampede and then returning true. Anyone got an idea?[/QUOTE]

    your using the wrong spellid.

    try ids 81022 or 81021. Its an enrage effect and your checking the talent IDs. Some talents proc differ spellids and wowhead doesn't always tell you that. Try hitting up the Uncategorized spells and see if theres something there. hope this helps in the future.

    Update:
    This is the code you should use!

    Code:
    if UnitBuffID("player", 81022) ~= nil or UnitBuffID("player", 81021) ~= nil then return true end
    Last edited by crystal_tech; 01-09-2012 at 01:29 AM.

  12. #3897
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron or anyone else making DK pvp profiles, any chance of making a blood pvp profile? Getting switched from frost to FC a lot now days in RBG's.

  13. #3898
    Leetjerk's Avatar Sergeant
    Reputation
    13
    Join Date
    Dec 2011
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Rather than just disabling then enabling the sound, change it to this:

    Code:
    if stamp ~= nil then
    	local SFX = GetCVar("Sound_EnableSFX")
    	SetCVar("Sound_EnableSFX", 0)
    	RunMacroText("/cast Ravage!")
    	SetCVar("Sound_EnableSFX", SFX)
    end
    that way if someone is playing with sound turned off it doesn't keep enabling it on them.
    Thanks for that.

    any thoughts on this?

    Code:
    if GetSpellCooldown(45529) >= 3 or GetSpellCooldown(45529) <= 27  then
    	return false
    end
    This version does nothing. i.e rotation is unchanged if it's removed.



    i
    Code:
    f GetSpellCooldown(45529) <= 3 or GetSpellCooldown(45529) >= 27  then
    	return true
    end
    This version(logically the same thing), spams obliterate whenever it can blowing unholy runes whenever they're up.

    What I want it to do is to use obliterate when and only when blood tap is up (give or take 3 seconds either side), and game them when it's not for Runic Empowerment procs..

  14. #3899
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Meatglue View Post
    Sheuron or anyone else making DK pvp profiles, any chance of making a blood pvp profile? Getting switched from frost to FC a lot now days in RBG's.

    blood pvp is dead now on the ptrs. wouldn't look into it.

  15. #3900
    pepe2c's Avatar Member
    Reputation
    7
    Join Date
    Dec 2007
    Posts
    154
    Thanks G/R
    5/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i think he mean dk pvp tanking spec.

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 04:35 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