PQR - Rotation Bot menu

User Tag List

Page 484 of 779 FirstFirst ... 384434480481482483484485486487488534584 ... LastLast
Results 7,246 to 7,260 of 11681
  1. #7246
    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
    still won't work =/

    I don't understand why it isn't working.

    PHP Code:
    if hasSeal and UnitPower("player"9) < 5 then
        
    for i=1,#PQ_JeopardyTargets do 
            
    if UnitExists(PQ_JeopardyTargets[i]) and not UnitGUID(PQ_JeopardyTargets[i]) == PQ_LastJudGUID then 
                   
    if UnitDebuffID(PQ_JeopardyTargets[i],31801,"player"then 
                          local timer 
    select(7,UnitDebuffID(PQ_JeopardyTargets[i],31801,"player")) - GetTime() 
                          if 
    timer PQ_MarkTimer then 
                              PQ_MarkTimer 
    timer 
                              PQ_JudTarget 
    PQ_JeopardyTargets[i
                          
    end 
                      
    else 
                          
    PQ_MarkTimer 
                          PQ_JudTarget 
    PQ_JeopardyTargets[i
                          break 
                      
    end 
               end 
        end 
                
        PQR_CustomTarget 
    PQ_JudTarget 
        
    return true 
    end 
    Checking unfiltered
    It's 31803, not 31801 )

    PQR - Rotation Bot
  2. #7247
    Pauline544's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice to see a new and clean post, hope this makes easier to find profiles

  3. #7248
    derpin8's Avatar Corporal
    Reputation
    1
    Join Date
    Nov 2012
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, I am newbie at lua scripting. Is there a way to read the in-game error message that is displayed in the center of your screen in red text?
    I want to do something like

    if error = "Out of range" then
    abc
    end

    thanks!

  4. #7249
    RedRussian's Avatar Banned CoreCoins Purchaser Authenticator enabled
    Reputation
    221
    Join Date
    Nov 2012
    Posts
    430
    Thanks G/R
    2/3
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try this function as indicator of "out of range"

  5. #7250
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by saga3180 View Post
    nevermind
    Does this require pvp 4 piece??
    not really , with 4 set pvp u should use EF at 3HP to gain 1HP from the set bonus

  6. #7251
    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 RedRussian View Post
    Try this function as indicator of "out of range"
    PQR_CheckUIError() seems to be removed.

    It use to look like this: PQR_CheckUIError(SPELL_FAILED_NOT_BEHIND)

    WoW Constants/Spells - WoWWiki - Your guide to the World of Warcraft

  7. #7252
    llvancell's Avatar Sergeant
    Reputation
    10
    Join Date
    Jun 2012
    Posts
    66
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi guys,

    any updates for lock/dk/druids ?

  8. #7253
    magenpriest's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PHP Code:
    for i=1,do 
        
    local bossCheck "boss"..
        
    if UnitExists(bossCheckthen 
            local npcID 
    tonumber(UnitGUID(bossCheck):sub(6,10), 16
            
    local bossCasting,_,_,_,_,castEnd UnitCastingInfo(bossCheck
             
            if 
    npcID == 60009 then --Feng the Accursed 
             
                    
    --grab spell names for abilities
                    
    local lightningFists GetSpellInfo(116157
                    
    local epiCenter GetSpellInfo(116018)     
                     
                    --
    intercept the spell if casting Lightning Fists 
                    
    if bossCasting == lightningFists then 
                        TargetUnit
    (focus
                        --
    Press the ExtraActionButton (Nullification Barrier
                        
    RunMacroText("/click ExtraActionButton1"
                    
    end 
                     
                    
    --interrupt Feng if casting Epicenter 
                    
    if bossCasting == epiCenter then 
                        TargetUnit
    (bosscheck
                        --
    Press the ExtraActionButton (Lightning Fists
                        
    RunMacroText("/click ExtraActionButton1"
                    
    end 
    Anyone help me checking this code, dont know why it wont work? Helped and coded by googlebee.

  9. #7254
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for a good Enhance shaman PvP profile, BG/RBG mostly.

    Edit: Also, anyone have a profile that might be good for resto pvp? BG's mainly, might try sheepmoons pve profile.
    Last edited by Debordes; 12-28-2012 at 02:07 PM.

  10. #7255
    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)
    Can anyone look into Nova's restoprofile and figure out why it locks up on activating Incarnation? And why I get huge FPS-drops/freezes when I enable it in BG's (Big BG's like AV and 40man, others work fine). Its a really good resto-profile besides all that, and there are not many profiles out for restodruid at the moment so if anyone could just take a look I would be grateful.

    svn: https://subversion.assembla.com/svn/nova-project/
    Last edited by Ninjaderp; 12-28-2012 at 03:38 PM.

  11. #7256
    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)
    + 2 rep to first person who tells me how to check "if my target's target == me"

    Cheers!

  12. #7257
    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 Dominium View Post
    + 2 rep to first person who tells me how to check "if my target's target == me"

    Cheers!
    Code:
    if UnitExists("targettarget")
    and UnitIsUnit("targettarget","player") then
       return true
    end
    Heh, tested on an afk person near the AH ;p

    EDIT: Changed with deadpanstiffy's snippet. Derp.
    Last edited by Kinkeh; 12-28-2012 at 04:10 PM.

  13. #7258
    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 Dominium View Post
    + 2 rep to first person who tells me how to check "if my target's target == me"

    Cheers!
    Code:
    UnitIsUnit("targettarget","player")

  14. #7259
    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 deadpanstiffy View Post
    Code:
    UnitIsUnit("targettarget","player")
    That works too >.<, forgot all about UnitisUnit, was looking all down the directory for something like that.

  15. #7260
    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)
    Thanks both of you :3 Tried to rep both but, Deadpanstiffy: "You must spread some Reputation around before giving it to deadpanstiffy again."

    Once again thanks!
    Cheers

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 02:01 PM. 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