PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 235 of 779 FirstFirst ... 135185231232233234235236237238239285335735 ... LastLast
Results 3,511 to 3,525 of 11681
  1. #3511
    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 Ciyfex View Post
    prof version 2.4, =\ retRotation solo/single/aoe don't use exorcism and hammer of wrath..
    exo
    Code:
    local holyPower = UnitPower("player", 9)
    local FacingTarget = PQR_UnitFacing("player", "target")
    
    if holyPower == 5 or not FacingTarget then
    	return false
    end
    
    if holyPower < 5 then
    	return true
    end
    exo oor
    Code:
    local holyPower = UnitPower("player", 9)
    local crusaderStrike = GetSpellInfo(35395)
    local FacingTarget = PQR_UnitFacing("player", "target")
    
    if holyPower == 5 or not FacingTarget then
    	return false
    end
    
    if holyPower < 5 and IsSpellInRange(crusaderStrike, "target") == 0 then
    	return true
    end
    how
    Code:
    local avengingWrath = UnitBuffID("player", 31884)
    local targetHealth = UnitHealth("target") / UnitHealthMax("target") * 100
    local holyPower = UnitPower("player", 9)
    local FacingTarget = PQR_UnitFacing("player", "target")
    
    if holyPower == 5 or not FacingTarget then
    	return false
    end
    
    if avengingWrath or targetHealth <= 20 then
    	return true
    end
    how oor
    Code:
    local avengingWrath = UnitBuffID("player", 31884)
    local targetHealth = UnitHealth("target") / UnitHealthMax("target") * 100
    local holyPower = UnitPower("player", 9)
    local crusaderStrike = GetSpellInfo(35395)
    local FacingTarget = PQR_UnitFacing("player", "target")
    
    if holyPower == 5 or not FacingTarget then
    	return false
    end
    
    if avengingWrath or targetHealth <= 20 and IsSpellInRange(crusaderStrike, "target") == 0 then
    	return true
    end

    Nothing is wrong with the code, I just tested it again on dummys and lfr; the only thing that comes to mind is, some people were reporting trouble with facing target, but the majority weren't, I am not sure of a fix or if that is even the problem you might be having.

    Maybe someone else can provide some input.



    Originally Posted by Kinkeh View Post
    Yea I'm not sure, working fine for my DK...has been kind of buggy since they updated it for 5.0.4, try reporting the bug through the "Report Bug!" link at the top of the page in red.



    It's extremely simple to be honest.
    Mini guide I made lol, don't laugh at my amazing paint skills.
    Pink = What you're reforging into after you hit the optimize button. the red text is what you're changing, the green is what you already have it reforged as. --- means unreforge it.
    Red = The caps you want to meet, 769 is 7.5% for both expertise and hit.
    Blue = your stat weights, that you enter before optimizing.
    Yellow = the optimize button, that you hit once you're done tinkering with the stat weights/caps.
    I logged out in my crappy tanking set, but you get the point :P.
    No matter what I do it tries to reforge for spirit, lol I'm not sure why, it really makes me wonder what else could be wrong so I will stick with askmrrobot until then.

    I made sure to report it as a bug.
    Last edited by averykey; 09-05-2012 at 04:10 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

    PQR - Rotation Bot
  2. #3512
    knightnova1's Avatar Active Member
    Reputation
    28
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mad paint skills going on right now.

  3. #3513
    Daganjaman's Avatar Member
    Reputation
    2
    Join Date
    Aug 2012
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone made Disc priest profile for mop yet ? PVE / PVP i have searched this whole thread and only found 4.3 one from sheuron which i doubt it works . If anyone has any link pls be so kind to post reply. Thanks.

  4. #3514
    Ciyfex's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nothing is wrong with the code, I just tested it again on dummys and lfr; the only thing that comes to mind is, some people were reporting trouble with facing target, but the majority weren't, I am not sure of a fix or if that is even the problem you might be having.

    Maybe someone else can provide some input.
    Originally Posted by Pengui View Post
    I have a problem with this prof. Prof don't use exorcism and hammer of wrath, Can someone help me?

    P.S. Avery, can u add a profile function of modifier that is used as a finisher storm, not the verdict? Storm preferable for three purposes, though the rest AoE rotation is not applicable. And, if not difficult, can u realize a judge for focus? Thanks for the great work. Sorry for ban eng.

    Problem has gone. I removed this line from the conditions of spells: local FacingTarget = PQR_UnitFacing("player", "target")
    man with the same problem...

  5. #3515
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Holy shit just tested retribution and its EPIC! So fun, idk if it's good but at least its fun to play! I will be releasing a bare-bones ret pvp profile for 5.0.4 in a couple of days, but you guys will have to wait for MoP (lvl 90) till I make a pro, kick ass profile cause I wanna know the lvl 90 number, gota put in the talents etc.

    omg I am so happy for all these ret changes!

    edit: for those who don't know I create PvP profiles, not PvE
    Last edited by Dominium; 09-05-2012 at 06:01 AM.

  6. #3516
    Ciyfex's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nothing is wrong with the code, I just tested it again on dummys and lfr; the only thing that comes to mind is, some people were reporting trouble with facing target, but the majority weren't, I am not sure of a fix or if that is even the problem you might be having.

    Maybe someone else can provide some input.
    Originally Posted by Pengui
    I have a problem with this prof. Prof don't use exorcism and hammer of wrath, Can someone help me?

    P.S. Avery, can u add a profile function of modifier that is used as a finisher storm, not the verdict? Storm preferable for three purposes, though the rest AoE rotation is not applicable. And, if not difficult, can u realize a judge for focus? Thanks for the great work. Sorry for ban eng.

    Problem has gone. I removed this line from the conditions of spells: local FacingTarget = PQR_UnitFacing("player", "target")
    man with the same problem...

    mb problem in lvl... i`m 85 not 90

  7. #3517
    Bgreen12's Avatar Banned
    Reputation
    32
    Join Date
    Aug 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by soheil55 View Post
    how much paladin should dps now in this new patch i did with avery profile 20k and with xelper profile 10k with the noxicc guide and everything would you please help me in this or suggest me a good profile thank you ,,, sry if i post it in a wrong section ,, thank you
    How much paladin should dps now is based on your gear, skill, profile you use, if you can edit the profile for your needs on the fly, if your latency is good, if your framerate is good.

    You wont do good dps if: you use a profile without understanding how it works or you read or pay any attention to anything that's on the noxxic website

  8. #3518
    Pzy's Avatar Member
    Reputation
    5
    Join Date
    Jul 2011
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @bu_ba : hei, i cant find the Destru Profile in ur NovaDownloadSection, can u give a link or is it broken or am i too silly......?^^

    Want to test ur profile for Warlock too, cause the old profiles from Crystal are everytime the best lock profiles i have had.....^^

    greetz

  9. #3519
    megabbyte's Avatar Member CoreCoins Purchaser
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    154
    Thanks G/R
    0/2
    Trade Feedback
    10 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone share profiles and offsets to play mop beta please? i dont find any..

  10. #3520
    rovillien's Avatar Sergeant
    Reputation
    17
    Join Date
    May 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Totaly ignored *cry*

  11. #3521
    Ronnotter's Avatar Sergeant
    Reputation
    5
    Join Date
    Aug 2012
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Kinkeh

    Hi Kinkeh!

    Your 2h frost profil are awesome!
    I can see that you have blood offspec, can you maybe write an profile for Blood?

    Can i have tried bubas but it freezes up wow.

    /Ronnotter

  12. #3522
    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)
    Originally Posted by Dominium View Post
    Holy shit just tested retribution and its EPIC! So fun, idk if it's good but at least its fun to play! I will be releasing a bare-bones ret pvp profile for 5.0.4 in a couple of days, but you guys will have to wait for MoP (lvl 90) till I make a pro, kick ass profile cause I wanna know the lvl 90 number, gota put in the talents etc.

    omg I am so happy for all these ret changes!

    edit: for those who don't know I create PvP profiles, not PvE
    Looking forward to this and hopefully an affliction warlock one as well.

  13. #3523
    Teresa4600's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reserved thread - In case one day I try to develop profile

  14. #3524
    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)
    Originally Posted by Daganjaman View Post
    Has anyone made Disc priest profile for mop yet ? PVE / PVP i have searched this whole thread and only found 4.3 one from sheuron which i doubt it works . If anyone has any link pls be so kind to post reply. Thanks.
    I'm wondering the same. Already checked the list with MoP profiles.

  15. #3525
    Sheepmoon's Avatar Contributor
    Reputation
    143
    Join Date
    Oct 2011
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Daganjaman View Post
    Has anyone made Disc priest profile for mop yet ? PVE / PVP i have searched this whole thread and only found 4.3 one from sheuron which i doubt it works . If anyone has any link pls be so kind to post reply. Thanks.
    I will probably make one tomorrow or in the next couple of days. I need to rewrite the healing routine to do what I want so hopefuly I can get it ready soon.

    Dunno what happened I raided all last week and did lots of lfr with no problems, but then tonight when I raided morchok was perfect, flew to zonozz and pqr stopped working and had a ton of lua errors. The only way I could get it to work was turn off ALL addons.
    My profile thread -> goo.gl/9xT5j
    Please help by supporting me! Paypal : [email protected]

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 11:06 AM. 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