PQR - Rotation Bot menu

User Tag List

Page 314 of 779 FirstFirst ... 214264310311312313314315316317318364414 ... LastLast
Results 4,696 to 4,710 of 11681
  1. #4696
    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)
    Hey I almost have double jeopardy fixed but I need a little more help, it won't cast judgment at all and I' not sure why.
    PHP Code:
    --Censure time/stack check for double jeoparady 
    local tCensure 
    = (select(7UnitDebuffID("target"31803"player"))) 
    local fCensure = (select(7UnitDebuffID("focus"31803"player"))) 

    -- 
    Judgment 
    if hasSeal and UnitPower("player"9) < 5 then 
        
    if UnitExists("focus") and RangeCheck(20271"focus"then 
            
    if not fCensure or select(7UnitDebuffID("target"31803"player")) - GetTime() > select(7UnitDebuffID("focus"31803"player")) - GetTime() then 
                CastSpellByName
    (GetSpellInfo(20271), "focus"
            
    end 
    elseif UnitExists("target") and RangeCheck(20271"target"then 
            
    if not tCensure or select(7UnitDebuffID("target"31803"player")) - GetTime() < select(7UnitDebuffID("focus"31803"player")) - GetTime() then 
                CastSpellByName
    (GetSpellInfo(20271), "target"
            
    end 
        end 
    I was trying tCensure - GetTime() and the same for fCensure but I got the error, can't do arithmetic on a nil value.

    I also had an else between focus and target logic but I changed it to an elseif, because I need to throw in a glyph check when this works, so people without the glyph can still use it.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

    PQR - Rotation Bot
  2. #4697
    SpyroPT's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    3/7
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @bu_ba I have heard from some theorycrafters that Holy paladin Eternal Flame is giving us more then Sacred Shield. What's your opinion on this ? And Will you add support for that talent?

    I think that Eternal Flame is similiar to rejuvenation but I might be wrong.
    Last edited by SpyroPT; 10-06-2012 at 03:52 AM.

  3. #4698
    kayonekayone's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    22
    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
    I can't speak from first hand experience, but maybe try removing light of dawn or something and seeing if that helps?

    Sent from my ThunderBolt using Tapatalk 2

    no it is the same issue, debug says nothing. i do not unterstand this problem.

  4. #4699
    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 SpyroPT View Post
    @bu_ba I have heard from some theorycrafters that Holy paladin Eternal Flame is giving us more then Sacred Shield. What's your opinion on this ? And Will you add support for that talent?

    I think that Eternal Flame is similiar to rejuvenation but I might be wrong.
    Depends on your raid comp, if you have a disc priest it's better to take eternal flame, other wise you should keep sacred shield because it's free and you can put it on multiple people, it's not really viable to have a ret to put it on other people because ret has 1 free gcd every 20? seconds and keeping it on himself would be more useful, unless you have a gimmick fight or some odd tactic.

    Prot might be able to, but their rotation doesn't have a free gcd often. Maybe when the raid is more geared up, it will be the thing to do but for now it's not.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #4700
    SpyroPT's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    3/7
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Depends on your raid comp, if you have a disc priest it's better to take eternal flame, other wise you should keep sacred shield because it's free and you can put it on multiple people, it's not really viable to have a ret to put it on other people because ret has 1 free gcd every 20? seconds and keeping it on himself would be more useful, unless you have a gimmick fight or some odd tactic.

    Prot might be able to, but their rotation doesn't have a free gcd often. Maybe when the raid is more geared up, it will be the thing to do but for now it's not.
    I'm actually talking about Holy Paladin, not Retribution Paladins, if that's what you meant.

  6. #4701
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    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
    Just an update to those that don't follow my thread, i've released the Resto Drood profile

    It's great for Heroic Dungeons and Random BG's
    Awesome stuff, I'll give it a try later today.

  7. #4702
    huntz's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hello any news on CT's BM hunter PvE profile?

  8. #4703
    PowerUP Boosts's Avatar Active Member
    CoreCoins Purchaser
    Reputation
    43
    Join Date
    Oct 2009
    Posts
    239
    Thanks G/R
    0/1
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    still looking for mage pve profile, anyone knows one and where to find it? :/ I can only find outdated ones.

  9. #4704
    xdfragged's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone please tell me how to cast Rune of Power for mage with the left control button I am wanting to add it to the profile I use but cant seem to get it to work

  10. #4705
    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)
    Since ret needs 4 rotations right now to perform optimally, I have been thinking of a way to use modifiers to switch between modes.

    current situations where abilities change

    truth/cs/templar - single target
    truth/cs/ds - 2-3 targets
    truth/hotr/ds 4-8 targets
    sotr/hotr/ds 9+ targets

    I was thinking of something like

    PHP Code:
    --Combat Mode switch
    if 
    modtime == nil then modtime 0 end
    if IsLeftControlKeyDown() and GetTime() - modtime *then
        modtime 
    GetTime()
        if 
    CsMode then*
            
    CsSwap false
            PQR_WriteToChat
    ("Cs/Truth/Templar Mode: \124cFFE61515")
        else
            
    TruthSwap true
            PQR_WriteToChat
    ("Cs/Truth/Ds Mode: \124cFF15E615")
        
    end
    end

    if IsLeftAltKeyDown() and GetTime() - modtime *then
        modtime 
    GetTime()
        if 
    HotrMode then*
            
    HotrSwap false
            PQR_WriteToChat
    ("Hotr/Truth/Ds Mode: \124cFFE61515")
        else
            
    HotrSwap true
            PQR_WriteToChat
    ("Hotr/Sotr/Ds Mode: \124cFF15E615")
        
    end
    end 

    but I want to know if there is an easier way to go about this, if I do it this way I will need to re-write a lot of the profile so I was wondering if anyone had another way.


    edit: finished implementing it, have a weird problem with seal switching now though :O
    It switches from righteous to truth over and over when I get to hotrswap = true / Hotr/Sotr/Ds mode

    Anyone know why?

    PHP Code:
    -- Seal Check
    if not IsMounted() and not UnitInVehicle("player") and not UnitIsDeadOrGhost("player"then
        
    if GetShapeshiftForm("player") ~= 1 then
            
    if CsSwap == false or CsSwap == true or HotrSwap == false  then 
                CastShapeshiftForm
    (1)
            
    end
    elseif GetShapeshiftForm("player") ~= 2 then
            
    if HotrSwap == true then 
                CastShapeshiftForm
    (2)
            
    end
        end
    end 
    PHP Code:
    --Combat Mode switch 
    if 
    modtime == nil then modtime 0 end 
    if IsLeftControlKeyDown() and GetTime() - modtime 1 then 
        modtime 
    GetTime() 
        if 
    CsSwap then 
            CsSwap 
    false 
            PQR_WriteToChat
    ("Cs/Truth/Templar Mode: \124cFFE61515Disabled"
        else 
            
    CsSwap true 
            PQR_WriteToChat
    ("Cs/Truth/Ds Mode: \124cFF15E615Enabled"
        
    end 
    end
    if IsLeftAltKeyDown() and GetTime() - modtime 1 then 
        modtime 
    GetTime() 
        if 
    HotrSwap then
            HotrSwap 
    false 
            PQR_WriteToChat
    ("Hotr/Truth/Ds Mode: \124cFFE61515Disabled"
        else 
            
    HotrSwap true 
            PQR_WriteToChat
    ("Hotr/Sotr/Ds Mode: \124cFF15E615Enabled"
        
    end 
    end 
    PHP Code:
    CsSwap nil
    HotrSwap 
    nil

    have that in my load lua file
    so it resets every profile reload 
    Last edited by averykey; 10-06-2012 at 08:17 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  11. #4706
    freaki's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    85
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    to all those people who cannot find profiles through the search here is a list of profiles
    http://www.ownedcore.com/forums/worl...9012012-a.html ([PQR] List of Community Rotations - Updated 09012012)
    with thanks to camaris

  12. #4707
    tigerwoods2012's Avatar Member
    Reputation
    1
    Join Date
    Sep 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Averykey Been using your profile for some time and look forward to the update. Thanks for all your effort and keep up the great work.

  13. #4708
    odano1988's Avatar Member
    Reputation
    3
    Join Date
    Jun 2011
    Posts
    194
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    freaki already knew about that but alot of them havent been updated for lvl 90. thats why i was asking if anyone had ele sham for 90 or mage for 90 fire.

  14. #4709
    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 DymondKing View Post
    To expand on this, I re-installed .NET to no error change. I also used .NET Framework Cleanup Tool and reinstalled it with [Slim] .NET Framework 4 Full x86/x64.
    I'm not sure what I'm doing wrong and I've searched almost everywhere for people getting the same error and nobody responding to them as well. So I'm somewhat baffled as to the problem.
    Any advice anyone?
    if your vista or newer use 4.5 from here: Download | Microsoft Visual Studio 2012

    Please if someone helped you donate rep to them.

  15. #4710
    Bosken's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okey so I'm new to this, downloaded affliction profile and tried it out. Everything worked great, until the mob was dead that I tried it on, then my fps in wow dropped to between 3-11.
    I mounted up and it disappeared, I tried killing another mob and the fps lag came back when it was dead. As soon as I enter a fight the fps rise to 90, too only drop after the fight.
    Ideas?

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 04:51 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