PQR - Rotation Bot menu

User Tag List

Page 57 of 779 FirstFirst ... 7535455565758596061107157557 ... LastLast
Results 841 to 855 of 11681
  1. #841
    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)
    isidorzzon, svensk? dom andra grejorna är till så du kan använda det till mining herbing, archaeology etc, har jag läst iaf. inte testat det själv dock.

    PQR - Rotation Bot
  2. #842
    scatterer's Avatar Private
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for some Disc/Holy Priest Profiles.... Any suggestions? Found only sheurons

  3. #843
    Clotic's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Jun 2010
    Posts
    200
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    isidorzzon, svensk? dom andra grejorna är till så du kan använda det till mining herbing, archaeology etc, har jag läst iaf. inte testat det själv dock.
    ok. Någon borde fix topic på va dom gör>_<

  4. #844
    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)
    Jo man kan ju tycka det.

    Scatterer check mentally/bu_ba team nova's profiles, they got priest support

  5. #845
    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 [Jwicky] View Post
    Hey guys, I love this program, I have used it a while now. I am having so much trouble finding a working SUB profile for rogues, every profile I use my rogue just will not exhaust energy, he instead just auto attacks. If anybody has a working, high dps profile that they use, could you please point me into that direction, I have been searching forever.
    Make sure you have a dagger in the main hand.

  6. #846
    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)
    I have a problem with my rotation, Whenever I switch rotations by pressing left shift it hard cast exorcism twice.
    I have looked at my exorcism spells and nothing seems to stand out.

    -Rotation Switch-

    if not leftShiftDown then leftShiftDown = 0 end
    if IsLeftShiftKeyDown() and GetTime() - leftShiftDown > 0.3 then
    leftShiftDown = GetTime()
    if AOEenabled then
    AOEenabled = false
    --PQR_WriteToChat("Rotation mode: \124cFFD4D4D4Single target")
    PQR_SwapRotation("Ret Single (AveryRet)")
    else
    AOEenabled = true
    --PQR_WriteToChat("Rotation mode: \124cFF3BB0FFArea of Effect")
    PQR_SwapRotation("Ret Aoe (AveryRet)")
    end
    end
    -exorcism art of war out of range-
    local artOfWar = PQR_UnitBuffID("player", 8713
    local csName = GetSpellInfo(35395)

    --if CS is out of range then return true.
    if IsSpellInRange(csName, "target") == 0 and artOfWar ~= nil then
    return true
    end
    -exorcism art of war-
    local artOfWar = PQR_UnitBuffID("player", 8713

    if artOfWar ~= nil then
    return true
    end
    -exorcism art of war if cs >1.5
    local artOfWar = PQR_UnitBuffID("player", 8713
    local crusaderStrikeCD = GetSpellCooldown(35395)

    if artOfWar ~= nil and crusaderStrikeCD >= 1.5 then
    return true
    end
    Seal of Right/Seal of Truth
    local sealTruth = PQR_UnitBuffID("player",31801)
    local sealRight = PQR_UnitBuffID("player",20154)

    if AOEenabled
    and sealRight == nil then
    CastSpellByID(20154, "player")
    return true
    end

    if not AOEenabled and
    sealTruth == nil then
    CastSpellByID(31801, "player")
    return true
    end

    Would this work ok?

    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 > 0 and holyPower < 3 and crusaderStrikeCD >=2 and judgementCD >=2 then
    return true
    end
    end
    Last edited by averykey; 06-10-2012 at 03:40 PM.

  7. #847
    [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 deadpanstiffy View Post
    Make sure you have a dagger in the main hand.
    Deadpanstiffy's profile is nice or try out mine

    edit : wrong quote
    Last edited by [Blinded]; 06-10-2012 at 04:02 PM.

  8. #848
    scatterer's Avatar Private
    Reputation
    1
    Join Date
    Sep 2011
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nova's version is for shadow priest

  9. #849
    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)
    have anyone attempted to try to tank dragon soul with mentally's(Nova) blood deathknight profile? im interested in tanking but unsure .

  10. #850
    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)
    Learn how it works, then try it out in Heroics and LFR. Most tanking-profiles got rotation automated but CD's left for manual use.

  11. #851
    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)
    you talk as if there were turning back, as simple as activate the profile 10 minutes and disable it if you dont like how it works
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  12. #852
    misterneko's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @sheuron Hi sheuron, when can we see any improvments to Fire Mage PVE profile?

    I think the priority of Combustion it's not right... Combustion Helper shows a lot of damage missing. Other thing... when proc Impact, i need to make a macro to /stopcasting and casting it normally.

  13. #853
    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 tigole1 View Post
    crystal tech i confirmed that left shift for meta/pot/soulburn/felstorm does not work for demo profile everythign looks good.
    sorry for the delay. are you holding shift down? or just pressing it. cause you need to hold it. also like i said im going to update it and that will be that until mists.

    Please if someone helped you donate rep to them.

  14. #854
    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 averykey View Post
    l

    if Rip == nil then
    return false
    end

    put it at the top so it will look at the code and notice rip is not on the target then return false.
    I noticed some coding had "else" written into them. Should I add this in, to make it look like this?
    Code:
    local SavageRoar, _, _, _, _, _, SavageRoarEndTime = UnitBuffID("player", 62071)
    local Rip, _, _, _, _, _, ripEndTime = UnitDebuffID("target", 1079, "PLAYER")
    local playerCP = GetComboPoints("player", "target")
    
    
    if Rip == nil then
    return false
    end
    else
    if SavageRoar then
    	local SavageRoarFinishTime = SavageRoarEndTime - GetTime()
    	
    	
    	if SavageRoarFinishTime < 2 then
    		return true
    	end
    	
    	if Rip then	
    		local  ripFinishTime = ripEndTime - GetTime()
    		if playerCP == 5 and ripFinishTime < 12 then
    			if SavageRoarFinishTime < 6 and SavageRoarFinishTime < ripFinishTime then
    				return true
    			end
    		end
    	end
    	return false
    else
    	if  playerCP > 0 then
    		return true
    	end
    end
    EDIT: One more question lol. How can I add into this to NOT SR if Rip has less than 6 seconds left? I have noticed quite a few times that Rip will have 2-3 seconds left, and SR will cast, and cause a 3-6 seconds lapse in Rip uptime before I get 5 CP for the reapply, and that shit adds up over a fight.
    Last edited by cukiemunster; 06-10-2012 at 11:40 PM.

  15. #855
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i found some issue on the beta shadow prist profile from the Team Nova

    i was testing in Pandaria with the new rotation and the rotation stucks with Mind flay, the issue iss if im stand still mindflay is not casting if i´m a little bit move left right it wont cast mindflay its very strange i have testet wirh a simple code again
    local target = UnitExists("target")

    if target == nil or PQR_IsMoving(1) or IsSpellInRange("Mind Flay", "target") ~= 1 then return false else
    return true
    end
    but the same maybe Mind flay is broken @ the beta? :confused:

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 01:36 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