PQR - Rotation Bot menu

User Tag List

Page 321 of 779 FirstFirst ... 221271317318319320321322323324325371421 ... LastLast
Results 4,801 to 4,815 of 11681
  1. #4801
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm getting a ton of requests to build a new warrior profile, but I don't know what spec people are using nowadays. I have a few days off this week so I'll make whatever profile seems to have the highest demand. I set up a poll so cast your vote!

    Vote here!
    Please Vote: Arms, TG, or SMF?

    PQR - Rotation Bot
  2. #4802
    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 cameronmc88 View Post
    Any DK Frost PvP profiles? for 5.0.5
    My signature .

    Originally Posted by Bossqwerty View Post
    I'm getting a ton of requests to build a new warrior profile, but I don't know what spec people are using nowadays. I have a few days off this week so I'll make whatever profile seems to have the highest demand. I set up a poll so cast your vote!

    Vote here!
    Please Vote: Arms, TG, or SMF?
    SMF is the current highest in my opinion, with TG following and finally arms behind TG. My warrior isn't 90 yet but I'd definitely say fury should have priority.

  3. #4803
    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 anyone tell me why this won't work? It keeps attacking focus.

    PHP Code:
    -- Holy Avenger Check
    if UnitBuffID("player"105809) and UnitPower("player"9) >= 3 then
        
    return false
    -- Wrong Spell Cast Check
    elseif PQR_SpellAvailable(879) or PQR_SpellAvailable(24275) or PQR_SpellAvailable(35395) or UnitBuffID("player"87138then
        
    return false
    end

    -- Seal Check
    if GetShapeshiftForm() ~= 0 then hasSeal true else hasSeal false end

    local fCensure
    _____fCensureTime UnitDebuffID("focus"31803)
    local tCensure_____tCensureTime UnitDebuffID("target"31803)

    if 
    fCensure ~= nil then fCensureTime fCensureTime GetTime() end
    if tCensure ~= nil then tCensureTime tCensureTime GetTime() end


    -- Judgment
    if hasSeal and UnitPower("player"9) < 5 then

    if GlyphCheck(41092) or GlyphCheck(54922then
        
    if UnitExists("focus") and RangeCheck(20271"focus"then
        
            
    if not fCensure or (tCensure and tCensureTime fCensureTimethen
                CastSpellByName
    (GetSpellInfo(20271), "focus")
            
    end
            
        
    elseif UnitExists("target") and RangeCheck(20271"target"then
        
            
    if not tCensure or (fCensure and tCensureTime fCensureTimethen
                CastSpellByName
    (GetSpellInfo(20271), "target")
            
    end
            
        end    
    --ends if/elseif
    end -- ends glyph check
        
    else 
        if 
    UnitExists("target") and RangeCheck(20271"target"then
            CastSpellByName
    (GetSpellInfo(20271), "target")
        
    end
        
    end 
    --ends else/holypowercheck/sealcheck 
    nvm noticed this wont work at all because tCensure time will always be greater than fCensure
    Last edited by averykey; 10-09-2012 at 01:41 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  4. #4804
    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 Bossqwerty View Post
    I'm getting a ton of requests to build a new warrior profile, but I don't know what spec people are using nowadays. I have a few days off this week so I'll make whatever profile seems to have the highest demand. I set up a poll so cast your vote!

    Vote here!
    Please Vote: Arms, TG, or SMF?
    Goodday tp you,

    Could u also made an PvP Warriror profile?=)

  5. #4805
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to track how many enemies you're in combat with?

  6. #4806
    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 Bossqwerty View Post
    Is it possible to track how many enemies you're in combat with?
    no xelper is working on it though

    ------------

    double jep code, works for anyone who wants it

    fA = nil in your lua file or startup

    PHP Code:
    -- Holy Avenger Check
    if UnitBuffID("player"105809) and UnitPower("player"9) >= 3 then
        
    return false
    -- Wrong Spell Cast Check
    elseif PQR_SpellAvailable(879) or PQR_SpellAvailable(24275) or PQR_SpellAvailable(35395) or UnitBuffID("player"87138then
        
    return false
    end

    -- Seal Check
    if GetShapeshiftForm() ~= 0 then hasSeal true else hasSeal false end

    -- Focus Attacked Check
    if fA == nil then fA false end

    -- Judgment
    if hasSeal and UnitPower("player"9) < 5 then
            
    if RangeCheck(20271"focus") and UnitExists("focus") and fA == false then
                CastSpellByName
    (GetSpellInfo(20271), "focus")
                
    fA true
            
    elseif RangeCheck(20271"target") and UnitExists("target") and fA == true then
                    CastSpellByName
    (GetSpellInfo(20271), "target")      
                    
    fA false
            
    elseif not UnitExists("focus") and RangeCheck(20271"target") and UnitExists("target"then
                  CastSpellByName
    (GetSpellInfo(20271), "target")      
        
    end
    end 

    anyone have the glyph id? idtip doesnt track it

    need help with light's hammer code, I tried dnd code but all I have now is, a rotation delay with left alt to place, I want it to autoclick. I saw sheurons castclick() but I don't know if that will do it.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  7. #4807
    redev1's Avatar Private
    Reputation
    2
    Join Date
    Oct 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can pqr cause wow ui stuck? i'm using pqr with holy pal nova profile and getting ui freeze. Cant use any ability at all, but can move UI and get to main menu. /reload doesnt help, only client restart.

  8. #4808
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone tell me why IsSpellInRange is returning a nil value when used this way?

    Code:
    local inRange = 0
    local KegSmash = GetSpellInfo(121253)
    
    if UnitExists("target") and UnitIsVisible("target")
    then inRange = IsSpellInRange(KegSmash,"target")
    end
    IsSpellInRange should return a 1 or 0 depending on whether it is in range of the target (which at the time was a target dummy) but it's returning nil....
    Former PQR Developer

  9. #4809
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    need help with light's hammer code, I tried dnd code but all I have now is, a rotation delay with left alt to place, I want it to autoclick. I saw sheurons castclick() but I don't know if that will do it.
    Code:
    if PQR_SpellAvailable(114158)
     and IsLeftControlKeyDown()
     and not GetCurrentKeyBoardFocus() then 
    	CastSpellByName(GetSpellInfo(114158))
    	if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end  
    	return true 
    end
    That's what I'm using currently for my holy pally and it throws the hammer where my mouse is currently just like it should. It's just the DnD code with the different spellid. Not sure if that will help you or not.
    Former PQR Developer

  10. #4810
    moor2's Avatar Active Member
    Reputation
    65
    Join Date
    Aug 2008
    Posts
    335
    Thanks G/R
    2/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by redev1 View Post
    Can pqr cause wow ui stuck? i'm using pqr with holy pal nova profile and getting ui freeze. Cant use any ability at all, but can move UI and get to main menu. /reload doesnt help, only client restart.
    yes,i had simillar problem

  11. #4811
    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 Bossqwerty View Post
    I'm getting a ton of requests to build a new warrior profile, but I don't know what spec people are using nowadays. I have a few days off this week so I'll make whatever profile seems to have the highest demand. I set up a poll so cast your vote!

    Vote here!
    Please Vote: Arms, TG, or SMF?

    TG and smf are the same rotations

    Sent from my MB865 using Tapatalk 2

  12. #4812
    paveley's Avatar Member
    Reputation
    4
    Join Date
    May 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by odano1988 View Post
    straight up willing to pay if someone can get a good working ele profile. Would be very nice.

    Sheepmoon has one.

  13. #4813
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to loot by PQR?

  14. #4814
    predator1981's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by redev1 View Post
    Can pqr cause wow ui stuck? i'm using pqr with holy pal nova profile and getting ui freeze. Cant use any ability at all, but can move UI and get to main menu. /reload doesnt help, only client restart.
    I'm having the same problem, looks really bad when it happens during boss fights and causes everyone to die, the only way i can seem to fix it is to close WoW and log back in

  15. #4815
    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)
    Boring school day = gathered all the new and old snare/freeze spell ids. Now just copy paste and hand of freedom is ready :> hopefully ill have the holy profilu fully done this evening + an update (hof + simplified wog code) to my retadin profile. Stay tuned!

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 05:13 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search