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

Shout-Out

User Tag List

Page 92 of 731 FirstFirst ... 42888990919293949596142192592 ... LastLast
Results 1,366 to 1,380 of 10955
  1. #1366
    Sivers's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok, the only thing that would complete this in my mind is a fully functional (eg. racials included) resto druid profile that could take advantage of on-use int effects before Innervate, using Swiftmend intelligently (so the max amount of people benefit from the aoe hot), keeping 3 stacks of LB on the tank at all times, keeping 100% uptime on Harmony, etc etc. Optimal usage of GCDs as a resto druid is a very difficult part of the learning curve that PQR should be able to take full advantage of

    [BETA] PQRotation - an automated ability priority queue.
  2. #1367
    Canbus's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2007
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So, is this working for everyone? Because it doesn't work for me
    ░█▀▀ ░█▀█ ░█ ░█▀▀ ░░█▀▀ ░█▀█ ░█ ░█
    ░█▀▀ ░█▀▀ ░█ ░█ ░░░░█▀▀ ░█▀█ ░█ ░█
    ░▀▀▀ ░▀ ░░░▀ ░▀▀▀ ░░▀ ░░░▀░▀ ░▀ ░▀▀

  3. #1368
    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)
    Well actually buba i cant seem to get mangle to work correctly maybe its because im trying to adjust it for somewhat lower levels. But i just cant get it to fire off.

  4. #1369
    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 Sivers View Post
    ok, the only thing that would complete this in my mind is a fully functional (eg. racials included) resto druid profile that could take advantage of on-use int effects before Innervate, using Swiftmend intelligently (so the max amount of people benefit from the aoe hot), keeping 3 stacks of LB on the tank at all times, keeping 100% uptime on Harmony, etc etc. Optimal usage of GCDs as a resto druid is a very difficult part of the learning curve that PQR should be able to take full advantage of
    PQR does not look at player locations at all, you can do a range check against how far away you are, but you can't have it check if 4 players are close together with each other or not. If you see problems with how CD's and everything are used, specifically state them so people that have an idea how to fix/implement what you saw can take a crack at it Giving specific things to look at is a LOT easier to play around with than staring at the rotation and going spell by spell to see if you can fix something here or there

    Originally Posted by trulygangster View Post
    Well actually buba i cant seem to get mangle to work correctly maybe its because im trying to adjust it for somewhat lower levels. But i just cant get it to fire off.
    Do you have Claw in front of Mangle?
    Claw and Mangle pretty much act like the same move in my understanding. So if you have Claw in front of Mangle without anything telling it not to cast (IE Claw wont cast when energy > 60, with Mangle right beneath it always casting Mangle when beneath 60 Energy) Mangle will never cast.


    Originally Posted by Canbus View Post
    So, is this working for everyone? Because it doesn't work for me
    Yes this works for me, finally changed enough in my Blood rotation to warrant an updated version being shipped out, and been testing the changes all morning

    And on that note

    -----DOWNLOAD-------

    UPDATED DK Rotations:
    DKUnholyBloodFix.zip

    ---------Change log---------
    Blood:
    *Added a check against all ranks of Will of the Necropolis for leveling DK's to be able to use my Ru-ne Tap (Proc) ability
    *Added Crimson Surge into the Abilities list (Both ranks)
    ---> This will cast before anything else (it's free) only if you are within range of your target (so you don't look like an idiot running after some1 casting it )

    Blood AOE:
    **NOTE* AOE Rotation is only recommended when facing 4+ Mobs. Heart Strike hits a total of 3 Mobs. Keep that in mind while tanking. Blood Boil is better for AOE Threat when facing 4+ Mobs. Change rotations when needed
    *Changed Pestilence to only cast when holding RIGHT Alt key

    Frost and Unholy:
    *Added the abilities for DG and Chains using Mouseover, but did not change the rotations. So if you are used to them only casting on target leave as is. If you want to be able to cast DG and Chains on Mouseover, swap them out (FYI.... freaking awesome in PVP)

    Can't think of any more changes. Please report any bugs either on here or through PM, I will fix them asap. Tested Blood the most since that's what I changed the most, but doesn't mean my changes haven't broken something I wasn't testing
    Last edited by bu_ba_911; 09-12-2011 at 02:30 PM.
    ^0^Team Nova's PQR NCC ^0^

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

  5. #1370
    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)
    Originally Posted by Canbus View Post
    So, is this working for everyone? Because it doesn't work for me
    Great detailed post there m8, very easy to help you.

  6. #1371
    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)
    Itll prob be easier if you just can point me in the right direction Btw mangle is the only thing in my rotation this is why im confused..Here take a look at at what im trying to accomplish


    local CP = GetComboPoints("player", "target")
    local hasCatMangle, _, _, _, _, _, CatMangleTimer = UnitDebuffID("target", 33876, "PLAYER")

    if CP == 5 then
    return false
    else
    return true

    end



    elseif hasCatMangle ~= nil or hasBearMangle ~= nil then
    -- Check the timer
    if CatMangleTimer - GetTime() < 1 then
    return true
    end
    else
    return true
    end

  7. #1372
    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 trulygangster View Post
    Itll prob be easier if you just can point me in the right direction Btw mangle is the only thing in my rotation this is why im confused..Here take a look at at what im trying to accomplish

    Code:
    local CP = GetComboPoints("player", "target")
    local hasCatMangle, _, _, _, _, _, CatMangleTimer = UnitDebuffID("target", 33876, "PLAYER")
    
     if CP == 5 then
    		return false
    	else
    		return true
    	
    end
    
    
    
    elseif hasCatMangle ~= nil then
        -- Check the timer
    	if CatMangleTimer - GetTime() < 1 then
    		return true
    	end
    else
    	return true
    end

    hmm try

    Code:
    local CP = GetComboPoints("player", "target")
    local hasCatMangle, _, _, _, _, _, CatMangleTimer = UnitDebuffID("target", 33876, "player")
    
    if CP == 5 then
    return false
    else
    return true
    
    end
    
    
    
    if hasCatMangle ~= nil or hasBearMangle ~= nil then
    -- Check the timer
    if CatMangleTimer - GetTime() < 1 then
    return true
    end
    else
    return true
    end
    looked just like faulty editing of the original code if that doesn't work i'll pull up my druid and try it myself, in heroic dungeon atm


    *edit*
    all of those if hasBearMangle and stuff that you deleted were checks to see if another class had put up a debuff of the same type. If so then you wont go out of your way to reapply it. I think that one of the errors you were encountering is that it was trying to find out wtf "hasbearMangle" was. I could be wrong, but elseif, "PLAYER" and that seemed to be the only things that caught my eye as being out of place.
    Last edited by bu_ba_911; 09-12-2011 at 02:56 PM.
    ^0^Team Nova's PQR NCC ^0^

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

  8. #1373
    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)
    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

  9. #1374
    diesall's Avatar Contributor
    Reputation
    198
    Join Date
    Jul 2011
    Posts
    210
    Thanks G/R
    1/47
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    PQR does not look at player locations at all, you can do a range check against how far away you are, but you can't have it check if 4 players are close together with each other or not. If you see problems with how CD's and everything are used, specifically state them so people that have an idea how to fix/implement what you saw can take a crack at it Giving specific things to look at is a LOT easier to play around with than staring at the rotation and going spell by spell to see if you can fix something here or there
    This is theoretically possible as vuhdo boquets does this for you, you might want to sift through there lua if you really want to get something like this working

  10. #1375
    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)
    ok that got mangle to fire but when i try to put ferocious bite before mangle it wont fire same thing if i put rake in front of mangle or even the other way around any idea why is that? basically im trying get rake to fire off then get it to apply mangle keep firing mangle while keeping rake applied and using Ferocious bite at 5 CP But below 25% health. Im new to this stuff pardon my nubiness. =/

  11. #1376
    Canbus's Avatar Active Member
    Reputation
    27
    Join Date
    Apr 2007
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works again, thansk for the reply xD
    ░█▀▀ ░█▀█ ░█ ░█▀▀ ░░█▀▀ ░█▀█ ░█ ░█
    ░█▀▀ ░█▀▀ ░█ ░█ ░░░░█▀▀ ░█▀█ ░█ ░█
    ░▀▀▀ ░▀ ░░░▀ ░▀▀▀ ░░▀ ░░░▀░▀ ░▀ ░▀▀

  12. #1377
    KuRIoS's Avatar Admin
    Authenticator enabled
    Reputation
    2984
    Join Date
    Apr 2006
    Posts
    9,811
    Thanks G/R
    353/298
    Trade Feedback
    9 (100%)
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)
    I have just added 1½ months donator status to Xelper due to the popular demand and awesomeness of this bot/addon . Congratulations and thanks for all of your work Xelper!

  13. #1378
    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 KuRIoS View Post
    I have just added 1½ months donator status to Xelper due to the popular demand and awesomeness of this bot/addon . Congratulations and thanks for all of your work Xelper!
    BWAHHHH!!!!!!!!!! EPICNESS INCARNATE!!!!!!!! Awesome dude i love u that much more for you doing this for an awesome guy lol
    ^0^Team Nova's PQR NCC ^0^

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

  14. #1379
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by diesall View Post
    This is theoretically possible as vuhdo boquets does this for you, you might want to sift through there lua if you really want to get something like this working
    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.

  15. #1380
    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)
    any1 can make a lvl 85 Resto Druid profile? =D

    Gratz Xelper for your 1½ months of donator u deserve it!

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 08:29 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