PQR - Rotation Bot menu

User Tag List

Page 257 of 779 FirstFirst ... 157207253254255256257258259260261307357757 ... LastLast
Results 3,841 to 3,855 of 11681
  1. #3841
    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 bu_ba_911 View Post
    Did you look at my code I posted a couple pages back? Should be enough of a head start

    Sent from my ADR6400L using Tapatalk 2
    Yeah, I tried all the code blocks everyone suggested, they just kept casting seal of truth, Pqr seems to cast the aura then check again seeing the aura isn't up yet, before the seal is actually up and then cast again turning the seal off, and it keeps repeating till no mana or until mana has regenerated, changing the aoe mode to aoe seems to stop it but it doesn't cast seal of righteousness for some odd reason and disabling aoe mode causes it to spam cast truth again.


    edit: I tried to add a recast delay of 500, 1000, and 2000 in the spell properties but it still spam cast truth.


    then I tried just to re-write it where it should never spam cast, by separating the aoe code and out of combat code and making it as simple as possible.

    if not UnitAffectingCombat("player") then
    if GetShapeshiftForm("player") ~= 1 or GetShapeshiftForm("player") ~= 2 or GetShapeshiftForm("player") ~= 3 then
    CastShapeshiftForm(1)
    end


    If there was a was to add a delay before checking again, recast delay doesn't seem to work in this case, so I am not sure what to do.
    end
    Last edited by averykey; 09-11-2012 at 01:01 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

    PQR - Rotation Bot
  2. #3842
    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 Gabbz View Post
    Yes Glyph of Shred have always been bad and now when they nerfed Rake they missed to buff the morphed Shred when using Glyph oh Shred. The main issue with the glyphs tough is that it makes us being parried by the boss.
    I have never really noticed a dmg difference between normal shred and glyphed, so I just ran a 100 mil test on the target dummy
    Shred's dmg was: 52.2% Crit, 36619 minimum, 42171 average, with 48109 max. 47.8% Hit, 17780 minimum, 20536 average with 23340 max.
    Now Shred!(glyph) was 49.6% Crit, 34979 minimum, 40654 average, with 46013 max. 50.4% Hit, 17139 minimum, 19948 average, with 23640 max.

    While obviously Shred! was slightly less than normal Shred, I am probably still inclined to run with this glyph for fights like Ultraxion where you can't be behind he boss, since Shred! is still better than Rake and Mangle. But I also wonder what full buffing would do to these numbers, since I was only using MotW for my test.

  3. #3843
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    To all who don't go to my Thread I keep for Team Nova's profiles.... I released a WIP Disc Priest profile.... it needs LOTS of feedback.... I need whats working well and what needs to be changed immediately

    Priests are my worst class by far and I need help getting it right
    Could u give a link to prifle/Thread?

  4. #3844
    andryshka's Avatar Corporal
    Reputation
    11
    Join Date
    May 2011
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Is this site sponsored by blizzard? Everything I click causes amazon to pop up to buy mop.

    The seal switching isn't working.
    It keeps casting for some reason.
    Current code for Buff, and aoe switch.

    Buff
    PHP Code:
    if not UnitAffectingCombat("player"then
        
    if GetShapeshiftForm("player") ~= or GetShapeshiftForm("player") ~= or GetShapeshiftForm("player") ~= 3 then
            CastShapeshiftForm
    (1)
        
    end
    end 
    aoe switch

    PHP Code:
    if modtime == nil then
        modtime 
    0
    end

    --right ctrl switches aoe mode
    if IsRightControlKeyDown() and GetTime() - modtime 1  then
        modtime 
    GetTime()
        if 
    AoeSwap then 
            AoeSwap 
    nil
            CastShapeshiftForm
    (1)
            
    PQR_WriteToChat("Aoe Mode: \124cFFE61515Disabled")
        else
            
    AoeSwap 1
            CastShapeshiftForm
    (2)
            
    PQR_WriteToChat("Aoe Mode: \124cFF15E615Enabled")
        
    end
    end 
    rep+ for help, will give a 3 dollars to anyone who can make a working code in buff so I don't have seal switching in aoe mode as well.

    PHP Code:
    if modtime == nil then
        modtime 
    0
    end
    local myAura 
    GetShapeshiftForm("player")
    --
    right ctrl switches aoe mode
    if IsRightControlKeyDown() and GetTime() - modtime 1  then
        modtime 
    GetTime()
        if 
    AoeSwap and myAura ~= 1 then 
            AoeSwap 
    nil
            CastShapeshiftForm
    (1)
            
    PQR_WriteToChat("Aoe Mode: \124cFFE61515Disabled")
        elseif 
    AoeSwap == nil and myAura ~= 2 then
            AoeSwap 
    1
            CastShapeshiftForm
    (2)
            
    PQR_WriteToChat("Aoe Mode: \124cFF15E615Enabled")
        
    end
    end 
    Last edited by andryshka; 09-11-2012 at 02:01 AM.

  5. #3845
    Wopak's Avatar Active Member
    Reputation
    59
    Join Date
    Jul 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Is this site sponsored by blizzard? Everything I click causes amazon to pop up to buy mop.

    The seal switching isn't working.
    It keeps casting for some reason.
    Current code for Buff, and aoe switch.

    Buff
    PHP Code:
    if not UnitAffectingCombat("player"then
        
    if GetShapeshiftForm("player") ~= or GetShapeshiftForm("player") ~= or GetShapeshiftForm("player") ~= 3 then
            CastShapeshiftForm
    (1)
        
    end
    end 
    aoe switch

    PHP Code:
    if modtime == nil then
        modtime 
    0
    end

    --right ctrl switches aoe mode
    if IsRightControlKeyDown() and GetTime() - modtime 1  then
        modtime 
    GetTime()
        if 
    AoeSwap then 
            AoeSwap 
    nil
            CastShapeshiftForm
    (1)
            
    PQR_WriteToChat("Aoe Mode: \124cFFE61515Disabled")
        else
            
    AoeSwap 1
            CastShapeshiftForm
    (2)
            
    PQR_WriteToChat("Aoe Mode: \124cFF15E615Enabled")
        
    end
    end 
    rep+ for help, will give a 3 dollars to anyone who can make a working code in buff so I don't have seal switching in aoe mode as well.
    Buff
    PHP Code:
    if not UnitAffectingCombat("player"then
        
    if GetShapeshiftForm() == 0 then
            CastShapeshiftForm
    (1)
        
    end
    end 
    aoe switch

    PHP Code:
    --right ctrl switches aoe mode
    if IsRightControlKeyDown() and (modtime == nil  or GetTime() - modtime 1then
        modtime 
    GetTime()
        if 
    AoeSwap == and GetShapeshiftForm() ~= 1 then
            AoeSwap 
    nil
            CastShapeshiftForm
    (1)
            
    PQR_WriteToChat("Aoe Mode: \124cFFE61515Disabled")
        elseif 
    AoeSwap == nil and GetShapeshiftForm() ~= 2 then
            AoeSwap 
    1
            CastShapeshiftForm
    (2)
            
    PQR_WriteToChat("Aoe Mode: \124cFF15E615Enabled")
        
    end
    end 

  6. #3846
    Arlene468's Avatar Private
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    8
    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

  7. #3847
    11452939's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tell me where to find or how to make Offsets_16048 for beta

  8. #3848
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by 11452939 View Post
    Tell me where to find or how to make Offsets_16048 for beta
    Only Xelper can make them.

  9. #3849
    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)
    Originally Posted by Meatglue View Post
    Sheuron, your mage frost profiles working properly? I am getting buffs but no rotation.
    Go to Ability Editor, "> Offensive spells" and replace this line

    Code:
    local DistanceToTarget = PQR_UnitDistance("player","target")
    with this
    Code:
    local DistanceToTarget = 30
    This removes distance checker not working on some setups.
    [ 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]

  10. #3850
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New small patch coming to live servers in couple hours.

  11. #3851
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cukiemunster View Post
    I have never really noticed a dmg difference between normal shred and glyphed, so I just ran a 100 mil test on the target dummy
    Shred's dmg was: 52.2% Crit, 36619 minimum, 42171 average, with 48109 max. 47.8% Hit, 17780 minimum, 20536 average with 23340 max.
    Now Shred!(glyph) was 49.6% Crit, 34979 minimum, 40654 average, with 46013 max. 50.4% Hit, 17139 minimum, 19948 average, with 23640 max.

    While obviously Shred! was slightly less than normal Shred, I am probably still inclined to run with this glyph for fights like Ultraxion where you can't be behind he boss, since Shred! is still better than Rake and Mangle. But I also wonder what full buffing would do to these numbers, since I was only using MotW for my test.
    I won't say this and I won't sway that about the Glyph, just that even right now, it's useless. Come Mist's no Raid boss is going to have the same Mechanic's as Ultraxion. Not 1 of the beginning bosses in the first 3 raids being released makes you have to stand in front of the boss. So unless Glyph of Shred (Shred!) is fixed come level 90 and people start raiding, the glyph will probably be removed from my rotation and I'll add in a check if the glyph is being used, to stop the rotation and print a message.

    Like Blizzard said, they don't want to make a person go for a certain spec/glyph/talent because it will make them pull that much more DPS. I feel the same way. Hell, for all we know, they left 15% of the damage off of the Glyph for just that reason, to make it a niche selection for the people that think it helps.

    But I'll let you know this, unless you rogues are pulling more than 500 DPS more, Glyph of Shred isn't going to give a darn. On my tests and Ultraxion, it only showed a 500DPS increase in my current gear. To me, that's nothing but maybe getting lucky on RNG procs.

    Also, for every major release, Maim and Healing Touch are staying in the rotation. Like cukie said in my post, everyone should know how to remove a Ability from a Rotation. I will also let you know on a little secret. The 2 Abilities WILL NOT CAST unless you are in a Battleground, I made sure of this. Just cause it's there and you think its going to screw up your DPS and make your number's lower, well, guess what, it's not going to do a damn with your number's cause it WILL NOT CAST.

  12. #3852
    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)
    Yeah some people just ignore reading posts or looking up information, lazy people I guess.

  13. #3853
    Senketsu's Avatar Moderator
    Authenticator enabled
    Reputation
    293
    Join Date
    Oct 2008
    Posts
    1,260
    Thanks G/R
    335/152
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Any eta on 5.0.5 offset update. i love this bot cant live with out it hehe

  14. #3854
    daveyboyuk's Avatar Active Member
    Reputation
    31
    Join Date
    May 2009
    Posts
    201
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    has anyone made a demo profile yet ive searched demo http found nothing but old profiles

  15. #3855
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by scrappyballz View Post
    Any eta on 5.0.5 offset update. i love this bot cant live with out it hehe
    All depends on if Xelper is busy or not. Should either be today or tomorrow(hopefully).

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