PQR - Rotation Bot menu

User Tag List

Page 54 of 779 FirstFirst ... 4505152535455565758104154554 ... LastLast
Results 796 to 810 of 11681
  1. #796
    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 Sckauter View Post
    well guys i need help to find some profiles, im looking for 3 profiles for Feral Druid PVP, Rogue Sub PVP and Shadow Priest PVP. Someone can help me? Please

    Hugs

    edit: for Rogue Sub PVP im using xrn profile, but on a dummy lvl85 with ilvl387(pvp gear ruthless) im doing 11k dps is bad
    what im doing wrong?
    I dont understand what dummy-dps would have to do with how the profile performs in BG's? If you're after DPS and not CC'utility then there are PVE-profiles you can find.

    PQR - Rotation Bot
  2. #797
    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)
    Can someone tell me how to get the cool down of a spell.

    Would
    local crusaderStrikeCD = GetSpellInfo(35395)

    if crusaderStrikeCD >= 1.5 then
    return true
    end

    work?'


    Figured it out I think.

    local artOfWar = PQR_UnitBuffID("player", 8713
    local crusaderStrikeCD = GetSpellCooldown(35395)

    if artOfWar ~= nil and crusaderStrikeCD >= 1.5 then
    return true
    end
    Last edited by averykey; 06-08-2012 at 02:00 PM.

  3. #798
    [Blinded]'s Avatar Contributor
    Reputation
    88
    Join Date
    Nov 2009
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Can someone tell me how to get the cool down of a spell.

    Would
    local crusaderStrikeCD = GetSpellInfo(35395)

    if crusaderStrikeCD >= 1.5 then
    return true
    end

    work?'
    API GetSpellCooldown - WoWWiki - Your guide to the World of Warcraft

  4. #799
    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)
    Thanks, For some reason my inq keeps casting over and over, what did I mess up in this code?

    local holyPower = UnitPower("player", 9)
    local divinePurpose = PQR_UnitBuffID("player", 86172)
    local inquisition, _, _, _, _, _, inquisitionEndTime = PQR_UnitBuffID("player", 84963)
    local crusaderStrikeCD = GetSpellCooldown(35395)
    local judgementCD = GetSpellCooldown(20271)

    if inquisition ~= nil then
    inquisitionEndTime = inquisitionEndTime - GetTime()
    end

    if crusaderStrikeCD or judgementCD >= 2 and inquisition == nil then
    if holyPower > 0 or divinePurpose ~= nil then
    return true
    end
    end

    if inquisition == nil or inquisitionEndTime <= 3 then
    if holyPower >= 3 or divinePurpose ~= nil then
    return true
    end
    end






    Would this work?

    local aoeMode == 0
    local shiftDown = IsLeftShiftKeyDown();

    if shiftDown then
    aoemode == 1
    end

    if aoeMode == 1 and shiftDown then
    aoeMode == 0
    end

    Then I can add into a new spell

    if aoeMode == 0 then
    cast(crusaderStrike) - fake
    else
    cast(divineStorm) - fake
    end


    -- as opposed to being real
    Last edited by averykey; 06-08-2012 at 02:27 PM.

  5. #800
    tigole1's Avatar Member
    Reputation
    3
    Join Date
    Apr 2012
    Posts
    82
    Thanks G/R
    0/1
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    crystal tech i confirmed that left shift for meta/pot/soulburn/felstorm does not work for demo profile everythign looks good.

  6. #801
    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)
    Iam using the balance-druid profile called "moonkin (Boom)" idk who made it, but it works very well for me. However I want it to stop/freeze the rotation whenever I activate Wild Mushroom, and resume it when I've detonated them with starfall (for the aoe). I can upload the profile so you can have a look at it here. Iam new at balance, since my GM wanted me to spec for it as my dps OS. I know this can be done by just stopping the rotation by pressing alt+x but everything for convenience, right? ;D

  7. #802
    Lexi777's Avatar Member
    Reputation
    8
    Join Date
    May 2012
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There wouldnt be a shadow priest pvp profile out there would there? All i can find are PvE ones.

  8. #803
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abndrew82 View Post
    I saw the same thing the other day, didnt note the errors but can try. I am using the most recent PQR and my feral druid was doing nothing with your profiles Firepong, it said an ability in pqr interface but never moved from it.

    I loaded up another feral one of the ones by gabbz and it went fine, but with any of your active my char was only doing white swings.

    I will try it again tonight and see if I can get an error to post.
    I too have been getting this lately with Firekitteh. I do not use PQR interface, so idk what it is hanging up on, but I also switch over to Gabbz when it happens.

  9. #804
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Thanks, For some reason my inq keeps casting over and over, what did I mess up in this code?

    local holyPower = UnitPower("player", 9)
    local divinePurpose = PQR_UnitBuffID("player", 86172)
    local inquisition, _, _, _, _, _, inquisitionEndTime = PQR_UnitBuffID("player", 84963)
    local crusaderStrikeCD = GetSpellCooldown(35395)
    local judgementCD = GetSpellCooldown(20271)

    if inquisition ~= nil then
    inquisitionEndTime = inquisitionEndTime - GetTime()
    end

    if crusaderStrikeCD or judgementCD >= 2 and inquisition == nil then
    if holyPower > 0 or divinePurpose ~= nil then
    return true
    end
    end

    if inquisition == nil or inquisitionEndTime <= 3 then
    if holyPower >= 3 or divinePurpose ~= nil then
    return true
    end
    end






    Would this work?

    local aoeMode == 0
    local shiftDown = IsLeftShiftKeyDown();

    if shiftDown then
    aoemode == 1
    end

    if aoeMode == 1 and shiftDown then
    aoeMode == 0
    end

    Then I can add into a new spell

    if aoeMode == 0 then
    cast(crusaderStrike) - fake
    else
    cast(divineStorm) - fake
    end


    -- as opposed to being real

    Code:
    if crusaderStrikeCD or judgementCD >= 2 and inquisition == nil then
    crusaderStrikeCD is not returning a nil or "false" value so the expression will be true every time. Also you need to subtract GetTime() for GetSpellCooldown() to return seconds.

    There should be no reason to use a global or local to set an AE mode for a ret paladins, just check the seal for Crusader Strike and Divine Storm and use a seal swap ability to control the AE modes.

  10. #805
    Whatsmyname's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Apr 2012
    Posts
    76
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm wondering if there's a warlock demonology leveling (1-85 or 10-85) rotation. If so, could someone link it here?

    Edit: Found one for 3-85.
    Last edited by Whatsmyname; 06-08-2012 at 06:53 PM.

  11. #806
    alans's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, give a profile for Rogues Subtlety pvp

  12. #807
    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)
    Hi alans, did you try the forums search-function? Or have you looked at the pqrotation-wikipage? Because if you do either of those, Iam sure you will find what you are looking for.

    GL with your rogue!

  13. #808
    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)
    Originally Posted by deadpanstiffy View Post
    Code:
    if crusaderStrikeCD or judgementCD >= 2 and inquisition == nil then
    crusaderStrikeCD is not returning a nil or "false" value so the expression will be true every time. Also you need to subtract GetTime() for GetSpellCooldown() to return seconds.

    There should be no reason to use a global or local to set an AE mode for a ret paladins, just check the seal for Crusader Strike and Divine Storm and use a seal swap ability to control the AE modes.

    so like this?

    local sealTruth = PQR_UnitBuffID("player", 31801)
    local sealRight = PQR_UnitBuffID("player", 20154)
    local shiftDown = IsLeftShiftKeyDown();

    if shiftDown and sealTruth -= nil then
    CastSpellByID(20154, "player")
    --change rotation to aoe
    --sendmessage somehow
    else if shiftDown and sealRight -= nil then
    CastSpellByID(31801, "player")
    --change rotation to single
    --sendmessage somehow
    end
    end



    Can someone tell me how to send a message like aoe enabled/singletarget enabled and how to change the rotation via lua, isn't it something like swapRotation("")??


    updated

    local sealTruth = PQR_UnitBuffID("player", 31801)
    local sealRight = PQR_UnitBuffID("player", 20154)
    local shiftDown = IsLeftShiftKeyDown();

    if shiftDown and sealTruth -= nil then
    CastSpellByID(20154, "player")
    PQR_SwapRotation("Ret Aoe (AveryRet)")
    PQR_WriteToChat("Rotation mode: \124cFF3BB0FFArea of Effect")
    else if shiftDown and sealRight -= nil then
    CastSpellByID(31801, "player")
    PQR_SwapRotation("Ret Single (AveryRet)")
    PQR_WriteToChat("Rotation mode: \124cFFD4D4D4Single target")
    end
    end
    Last edited by averykey; 06-09-2012 at 06:33 AM.

  14. #809
    [Blinded]'s Avatar Contributor
    Reputation
    88
    Join Date
    Nov 2009
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone update the wiki for this or post a list of all PQR-custom functions?

  15. #810
    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)
    For some reason, no matter what I do this will not work.

    local shiftDown = IsLeftShiftKeyDown();
    local ctrlDown = IsLeftCtrlKeyDown();

    if IsLeftShiftKeyDown() then
    PQR_SwapRotation("Ret Aoe (AveryRet)")
    PQR_WriteToChat("Rotation mode: \124cFF3BB0FFArea of Effect")
    end

    if IsLeftCtrlKeyDown() then
    PQR_SwapRotation("Ret Single (AveryRet)")
    PQR_WriteToChat("Rotation mode: \124cFFD4D4D4Single target")
    end


    edit: trying to write a inquisition that refreshes with 3 hp the first time then afterwards it always checks.

    local holyPower = UnitPower("player", 9)
    local divinePurpose = PQR_UnitBuffID("player", 86172)
    local inquisition, _, _, _, _, _, inquisitionEndTime = PQR_UnitBuffID("player", 84963)
    local crusaderStrikeCD = GetSpellCooldown(35395)
    local judgementCD = GetSpellCooldown(20271)

    if inquisition ~= nil then
    inquisitionEndTime = inquisitionEndTime - GetTime()
    end

    if inquisition == nil or inquisitionEndTime <= 2 then
    if holyPower >= 3 or divinePurpose ~= nil then
    return true
    else if inquisitionEndTime <=2 and holyPower <=2 and crusaderStrikeCD >=2 and judgementCD >=2 then
    return true
    end
    end

    if crusaderStrikeCD >= 2 or judgementCD >= 2 and inquisition == nil then --what would I add here so the above condition has to be true first?
    return true --A variable like firstInqDone maybe? I am not sure if that would work.
    end






    Would this work? My Goal is to have it never fall off after its up.

    local holyPower = UnitPower("player", 9)
    local divinePurpose = PQR_UnitBuffID("player", 86172)
    local inquisition, _, _, _, _, _, inquisitionEndTime = PQR_UnitBuffID("player", 84963)
    local crusaderStrikeCD = GetSpellCooldown(35395)
    local judgementCD = GetSpellCooldown(20271)

    if inquisition ~= nil then
    inquisitionEndTime = inquisitionEndTime - GetTime()
    end

    if inquisition == nil or inquisitionEndTime <= 2 then
    if holyPower >= 3 or divinePurpose ~= nil then
    return true
    else if inquisitionEndTime <=2 and holyPower <=2 and crusaderStrikeCD >=2 and judgementCD >=2 then
    return true
    end
    end






    if inquisition == nil or inquisitionEndTime <= 2 then
    if holyPower >= 3 or divinePurpose ~= nil then
    return true
    else if inquisitionEndTime <=2 and holyPower > 0 and holyPower < 3 and crusaderStrikeCD >=2 and judgementCD >=2 then
    return true
    end
    end
    Last edited by averykey; 06-09-2012 at 07:52 AM.

Similar Threads

  1. [Bot] PQR PE Next Steps / Future of Rotation Botting
    By Chevrolet1 in forum World of Warcraft Bots and Programs
    Replies: 120
    Last Post: 10-21-2014, 11:47 AM
  2. [Bot] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 1738
    Last Post: 10-15-2014, 11:00 AM
  3. [Selling] 3 Lifetime Session Keys For Sale, Great for the PQR user looking for a rotation bot
    By cukiemunster in forum World of Warcraft Buy Sell Trade
    Replies: 13
    Last Post: 03-11-2014, 07:18 AM
  4. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  5. [HELP] PQR Rotation Bot Profile Making
    By Missu in forum Programming
    Replies: 0
    Last Post: 10-22-2012, 06:27 AM
All times are GMT -5. The time now is 07:44 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