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

Shout-Out

User Tag List

Page 93 of 731 FirstFirst ... 43899091929394959697143193593 ... LastLast
Results 1,381 to 1,395 of 10955
  1. #1381
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to make a safer use of SHIFT key

    Found mod keys useful to cast some spells but sometimes you can cast unwanted spells while typing. This code fix the problem:

    Code:
    if IsLeftShiftKeyDown() and GetCurrentKeyBoardFocus() == nil then
      return true
    end
    GetCurrentKeyBoardFocus() == nil makes SHIFT key to be used only if none editbox is open.
    Last edited by sheuron; 09-12-2011 at 08:31 PM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #1382
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    How to make a safer use of SHIFT key

    Found mod keys useful to cast some spells but sometimes you can cast unwanted spells while typing. This code fix the problem:

    Code:
    if IsLeftShiftKeyDown() and GetCurrentKeyBoardFocus() == nil then
      return true
    end
    GetCurrentKeyBoardFocus() == nil makes SHIFT key to be used only if none editbox is open.

    blag i can't rep you and this forum doesn't have a thanks button lol, but i will def start implementing this throughout my rotations i release.... never even thought that typing while raiding would be an issue.....
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  3. #1383
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    212
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    It's actually vuhdo clusters, it does a bunch of checking GetPlayerMapPosition amongst other things. It might be easier to just have tha addon installed and then call this function, if this is even possible? Would be awesome for shaman chain heal or paladin light of dawn etc.
    yeah thats the one , been awhile since ive actually configured anything on vuhdo as its does what i what on my deathknight,

  4. #1384
    Untouchablekill's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So any fixes on the destro warlock one?

  5. #1385
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Untouchablekill View Post
    So any fixes on the destro warlock one?
    ill make it rq and edit this post with the coding


    Name: Destro: Incinerate (Backlash)
    Spell ID: 29722
    Delay: 500
    Target: Target
    LUA Code:
    Code:
    local BL1 = UnitBuffID("player", 34935)
    local BL2 = UnitBuffID("player", 34938)
    local BL3 = UnitBuffID("player", 34939)
    
    if BL1 ~= nil or BL2 ~= nil or BL3 ~= nil then
    return true
    end
    *NOT TESTED*


    I assumed you meant Backlash instead of Backdraft, since Backdraft isn't an instant cast proc and just speeds up casting time.



    *edit*
    if you copied this exactly you may have noticed it broke any rotation u put it on... my fault no1 told me i wrote Budd instead of Buff
    fixed it for any who find this later in life
    Last edited by bu_ba_911; 09-13-2011 at 11:29 AM. Reason: had Budd instead of Buff
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  6. #1386
    Untouchablekill's Avatar Member
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nope backdraft, i want it to be casting shadowbolt for that rofl (lowbie lock)

  7. #1387
    CryptoCombat's Avatar Contributor #define ME 0x1337 CoreCoins Purchaser
    Reputation
    194
    Join Date
    Jan 2009
    Posts
    473
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the code snippet, bu_ba_911

  8. #1388
    winkle21's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Updated profiles WARRIOR, PRIEST, HUNTER, MAGE (see included text file for use)

    Arcane Mage:

    - Arcane Power and Trinkets are only used on Arcane Blast debuff x4
    - Mana Gem is used only if Arcane Power is active

    Typical boss fight is 10 minutes long. The change on mana gem will make it being used on a boss fight at minute 1, minute 3 and minute 6

    Holy Priest:

    - Fixed abilties not working while spam casting Heal

    Hunter:

    - Fixed Missdirection pet loop on raids

    xeron120911PQRProfiles.zip
    After I overwrite my old profile to update with this one the Arms Pvp spec will no longer attack the demos in Strand of the ancients, so I do not know what changed in terms of combat from the last update and this one

  9. #1389
    AdamZZ's Avatar Active Member
    Reputation
    42
    Join Date
    May 2007
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by pepe2c View Post
    any1 can make a lvl 85 Resto Druid profile? =D

    Gratz Xelper for your 1½ months of donator u deserve it!
    I am working on an updated and working version of the resto druid rotation that was released earlier, I am also rewriting my Cat DPS code from scratch.
    Will release it within the next week or two.

  10. #1390
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    with sheuron's warrior profile, there is missing a unitplayer buff in raging blow
    when use deathwish, the enrage effect replace others
    missing 1 unitplayer buff in the raging blow code

    does this look right ?
    if UnitBuffID("player", 14202) or UnitBuffID("player", 18499) or UnitBuffID("player", 12292) then return true end
    Last edited by momo1029; 09-13-2011 at 01:58 AM.

  11. #1391
    michaelsky's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry if this was already mentioned, but how would i go about adding the codes from the post to the actual program itself.

  12. #1392
    trulygangster's Avatar Sergeant
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any good working balence profiles yet?

  13. #1393
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    An awesome balance-druid profile would be very nice indeed, might start playing on my boomking then

  14. #1394
    trulygangster's Avatar Sergeant
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I hear you! thats what im waiting for also ((: cant wait hope it can be done soon.

  15. #1395
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    From the Mangle tooltip:
    ..Superior to Claw in all cases, and so should replace Claw on your action bar.

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 05:00 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