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

User Tag List

Page 285 of 731 FirstFirst ... 185235281282283284285286287288289335385 ... LastLast
Results 4,261 to 4,275 of 10955
  1. #4261
    itzaraya's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Here's the latest version of my stance dance arms warrior profile:

    BossSD5.6.rar

    I'm very happy with this one, there's a pretty large amount of changes and fixes. There's no longer a heroic strike heavy or slam heavy version. It'll always slam when above 40 rage and when inner rage is active it'll heroic strike at a reduced rage cost.
    Is Arms Trash supposed to be the normal rotation and PveT the trash one?

    [BETA] PQRotation - an automated ability priority queue.
  2. #4262
    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
    Is Arms Trash supposed to be the normal rotation and PveT the trash one?
    PvET is supposed to be the normal, guess I forgot to remove the T.

  3. #4263
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ShinyKnight View Post
    What else has been implemented so far...? One-key AoE swapping? Heroic Will code? Etc...?
    Part of AOE code, forgot to add the Divine storm ability, LOL. Atm its just changing Seals. will do a quick fix upgrade for that.
    Heroic will code coppyed from sheuron its there, and credits to him its also there.

    Already updated for a proper AOE.
    Last edited by GRB; 01-16-2012 at 11:52 PM.

  4. #4264
    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 GRB View Post
    Part of AOE code, forgot to add the Divine storm ability, LOL. Atm its just changing Seals. will do a quick fix upgrade for that.
    Heroic will code coppyed from sheuron its there, and credits to him its also there.

    Already updated for a proper AOE.
    Shibby. I'll give it a try and report back.

    Oh, also... Trash vs. Boss cooldown usage?

    Not sitting at my home PC at the moment, alas, or I'd just start it up right now, heh. :-/

  5. #4265
    itzaraya's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    PvET is supposed to be the normal, guess I forgot to remove the T.
    Ah, you have the notes flip flopped on them too lol

  6. #4266
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Want to change my Avenging Wrath and Zealotry to check if guardian of ancient kings has 20-25 seconds left, how would i do this?

    Avenging
    Code:
    if IsSpellInRange("Crusader Strike", "target")  ~= 1 then
    	return false
    end
    	if PQ_HolyPower== 3 or PQ_Buffs[PQ_DivinePurpose].hasBuff then
    		return true
    	end
    Zealotry
    Code:
    if IsSpellInRange("Crusader Strike", "target")  ~= 1 then
    	return false
    end
    	
    if PQ_HolyPower < 2 or PQ_Buffs[PQ_DivinePurpose].hasBuff or PQ_Buffs[PQ_AvengingWrath].hasBuff then
    	return true
    end
    Guardian ID 86150

    This is for setting up the strength multiplier from GOAK before I pop my cool downs.
    Just in case anyone wants to know why
    Last edited by averykey; 01-17-2012 at 12:07 AM.

  7. #4267
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Want to change my Avenging Wrath and Zealotry to check if guardian of ancient kings has 20-25 seconds left, how would i do this?

    Avenging
    Code:
    if IsSpellInRange("Crusader Strike", "target")  ~= 1 then
    	return false
    end
    	if PQ_HolyPower== 3 or PQ_Buffs[PQ_DivinePurpose].hasBuff then
    		return true
    	end
    Zealotry
    Code:
    if IsSpellInRange("Crusader Strike", "target")  ~= 1 then
    	return false
    end
    	
    if PQ_HolyPower < 2 or PQ_Buffs[PQ_DivinePurpose].hasBuff or PQ_Buffs[PQ_AvengingWrath].hasBuff then
    	return true
    end
    Guardian ID 86150

    This is for setting up the strength multiplier from GOAK before I pop my cool downs.
    Just in case anyone wants to know why
    Code:
    local GoAK, _, _, _, _, _, time = UnitBuffID("player", 86150)
    
    time - GetTime() = time left on buff


    ---------- Post added at 05:23 AM ---------- Previous post was at 05:22 AM ----------

    Originally Posted by ShinyKnight View Post
    Shibby. I'll give it a try and report back.

    Oh, also... Trash vs. Boss cooldown usage?

    Not sitting at my home PC at the moment, alas, or I'd just start it up right now, heh. :-/
    Not implemented yet, will add a check for that later today.

  8. #4268
    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
    Ah, you have the notes flip flopped on them too lol
    Haha, dunno how I managed that. I'll fix it for the next version.

    I'm considering making a subtlety PvE profile, not just an average one but maximizing it to it's fullest potential. I can't do this alone because I don't know nearly about rogues and reading elitist jerks and such can only get me so far. If anyone is has a high amount of experience with the intricacies of a subtlety rogue send me a PM if you want to help.
    Last edited by Bossqwerty; 01-17-2012 at 12:58 AM.

  9. #4269
    LtButterman's Avatar Member
    Reputation
    4
    Join Date
    Jan 2012
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there an update to Sheurons Arc+Fire mage PvE profiles? I'm not seeing optimal DPS :l

  10. #4270
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    ok its monday and heres my todo list:

    1: run my rogue threw MC for transmog blade -done
    2: Finish code for locks
    3: Finish updating code for Hunters
    4: Profit
    5: fix reported bugs.

    so check back

    Hope to see your demo lock profile done soon (:!

  11. #4271
    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)
    onya resto shaman2 17012012.zip

    i've done a rewrite of my resto shaman profile. performance should be much better.

    includes event based decursing, still need to convert purge to being event based.

  12. #4272
    PIPOL13's Avatar Banned
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    68
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone have a good profile for cat pve?

  13. #4273
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, and just search and i find it.
    Last edited by Gabbz; 01-17-2012 at 03:58 PM.

  14. #4274
    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)
    can anybody help with shadow pvp prfile pls this code if for dispelling friendlys from cc the codes seems to work but dispells myself when they have the debuff


    PQR_CustomTarget = "player"
    local group = "party"
    local members = GetNumPartyMembers()
    local debuff = { 5782, 118, 61305, 28272, 61721, 61780, 28271, 51514 }
    local targetdebuff = nil
    local havedebuff = 0



    if GetNumRaidMembers() > 0 then
    group = "raid"
    members = GetNumRaidMembers()
    end

    for i = 1, members, 1 do
    local member = group..tostring(i)
    if UnitInRange(member) and UnitIsFriend("player", member) and UnitIsDeadOrGhost(member) == nil then
    for i,v in ipairs(debuff) do
    if UnitDebuffID(member,v) then
    havedebuff = 1
    targetdebuff = PQR_CustomTarget
    if havedebuff == 1 then
    havedebuff = 0
    return true

    end
    end
    end
    end
    end

  15. #4275
    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 woppo View Post
    can anybody help with shadow pvp prfile pls this code if for dispelling friendlys from cc the codes seems to work but dispells myself when they have the debuff


    PQR_CustomTarget = "player"
    local group = "party"
    local members = GetNumPartyMembers()
    local debuff = { 5782, 118, 61305, 28272, 61721, 61780, 28271, 51514 }
    local targetdebuff = nil
    local havedebuff = 0



    if GetNumRaidMembers() > 0 then
    group = "raid"
    members = GetNumRaidMembers()
    end

    for i = 1, members, 1 do
    local member = group..tostring(i)
    if UnitInRange(member) and UnitIsFriend("player", member) and UnitIsDeadOrGhost(member) == nil then
    for i,v in ipairs(debuff) do
    if UnitDebuffID(member,v) then
    havedebuff = 1
    targetdebuff = PQR_CustomTarget
    if havedebuff == 1 then
    havedebuff = 0
    return true

    end
    end
    end
    end
    end

    change PQR_CustomTarget = "player" to PQR_CustomTarget = "custom"

    also have a look at the resto shaman profile i just posted for event based dispelling

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 03: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