PQR - Rotation Bot menu

User Tag List

Page 485 of 779 FirstFirst ... 385435481482483484485486487488489535585 ... LastLast
Results 7,261 to 7,275 of 11681
  1. #7261
    DiabloFan's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Sep 2011
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My issue with using spell delays for Ret/Prot Paladins is completely gone. I'm a little baffled as to what was causing it but I did redownload PQR today so that may have had some effect.

    PQR - Rotation Bot
  2. #7262
    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)
    Originally Posted by magenpriest View Post
    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.
    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
            end
        end
    end 
    Maybe Googlebee forgot "end" in syntax. Will feedback if work!
    Last edited by magenpriest; 12-28-2012 at 10:30 PM.

  3. #7263
    ReapersDeath's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey has none of this been updated to latest wow? The program works and hooks to wow but the rotations do nothing when you go to attack someone or something after activated.

    And yes ive ran pqr updater.. but from the looks of it all everyones saying is version 5.0.4 and wows current version is 5.1 i think
    Last edited by ReapersDeath; 12-29-2012 at 02:13 AM.

  4. #7264
    attackruby's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works fine on my end


    Edit: What profile are you using and with what level character? - Did you do any editing to the profile? Has the profile worked for that character in the past?

  5. #7265
    ReapersDeath's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It did work previously. I cant remember the maker but its a warrior fury rotation named xmF and xmA or something like that. F for fury and a for arms. and no ive done no editing. 90 fury warrior

  6. #7266
    attackruby's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Running it as administrator? If all fails. make a new folder and add the PQR Updater in it and download a fresh copy of PQR. Download a fresh profile and see how it works.

  7. #7267
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm trying to get this work

    PHP Code:
    if UnitExists("pet")
        and 
    PQR_SpellAvailable(90361)
        and 
    not UnitBuffID("player"90361
        and 
    100 UnitHealth("player") / UnitHealthMax("player") < 60 then
            CastSpellByName
    (GetSpellInfo(90361), "player")
        return 
    true
    end 
    What i want to do this cast spirit mend if my char has < 60% health if i have a spirit beast up

    what is CURRENTLY does is trying to cast heal but it does not check if i have a spirit beast. so if i have another pet itll just stuck there.

    is there anyway to solve this??

    maybe add a line with

    PHP Code:
    if not and PQR_SpellAvailable(90361then
    return false 
    end 

  8. #7268
    DiabloFan's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Sep 2011
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darksahde View Post
    I'm trying to get this work

    PHP Code:
    if UnitExists("pet")
        and 
    PQR_SpellAvailable(90361)
        and 
    not UnitBuffID("player"90361
        and 
    100 UnitHealth("player") / UnitHealthMax("player") < 60 then
            CastSpellByName
    (GetSpellInfo(90361), "player")
        return 
    true
    end 
    What i want to do this cast spirit mend if my char has < 60% health if i have a spirit beast up

    what is CURRENTLY does is trying to cast heal but it does not check if i have a spirit beast. so if i have another pet itll just stuck there.

    is there anyway to solve this??

    maybe add a line with

    PHP Code:
    if not and PQR_SpellAvailable(90361then
    return false 
    end 
    Try adding IsUsableSpell(90361). If that doesn't work try adding UnitCreatureFamily("pet") == "Spirit Beast".

    If both of those don't work you can use UnitName("pet") == "pets name" and give your spirit beast a specific name.
    Last edited by DiabloFan; 12-29-2012 at 04:15 AM.

  9. #7269
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DiabloFan View Post
    Try adding IsUsableSpell(90361). If that doesn't work try adding UnitCreatureFamily("pet") == "Spirit Beast".

    If both of those don't work you can use UnitName("pet") == "pets name" and give your spirit beast a specific name.
    lol that's something new right there, unitcreature familly? didnt know that. ty man.

    Edit: It Worked!

    Here is the final version

    PHP Code:
    if UnitExists("pet") and UnitCreatureFamily("pet") == "Spirit Beast"
        
    and PQR_SpellAvailable(90361)
        and 
    not UnitBuffID("player"90361
        and 
    100 UnitHealth("player") / UnitHealthMax("player") < 60 then
            CastSpellByName
    (GetSpellInfo(90361), "player")
        return 
    true
    end 
    Last edited by darksahde; 12-29-2012 at 04:36 AM.

  10. #7270
    lolomo2003's Avatar Active Member
    Reputation
    49
    Join Date
    Apr 2012
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReapersDeath View Post
    Hey has none of this been updated to latest wow? The program works and hooks to wow but the rotations do nothing when you go to attack someone or something after activated.

    And yes ive ran pqr updater.. but from the looks of it all everyones saying is version 5.0.4 and wows current version is 5.1 i think
    I think that one is Sheuron profile. He didnt update his profile lately. You should have a look for other warrior profiles and see if the problem persist.

  11. #7271
    Diavol's Avatar Member
    Reputation
    13
    Join Date
    Jun 2007
    Posts
    62
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ainzwrath View Post
    BGreen12's Amazing Paid 5.1 Warrior Profile - Uploaded for the community of Ownedcore for FREE

    Dedicated page set for this. Will put it in my signature when I am able to with 5+ rep.
    http://www.ownedcore.com/forums/worl...aded-free.html


    Enjoy this paid profile from the 'master' of writing profiles. He let everyone know it with his modest approach to telling everyone they were shite and he was a demi-god; so I've uploaded his hard work to show just how good he is.

    And to be perfectly fair - it is the best profile I have ever come across. He is a very skilled writer, just a shame how much of an absolute c**t he was.

    Enjoy folks! I'll gladly take credit for all his hard work.




    Any questions or requests please place them in this forum.
    Refer to the data file and the "--initializePvP--" ability in the rotation for information about how to use the profile and to set your options and keybinds.
    When changing any of the options in the LUA file you must hit /reload in WoW for it to take effect.



    1. "2HSet" : your gear with a 2H wep equipped (arms weapon)
    2. "FurySet" : your gear with your fury weapons equipped (dual wield)
    3. "ShieldSet": your gear with a 1 hand weapon and shield equipped (for use with shield wall, etc.)


    More instructions:

    Edit options and keybinds in the --Initialize-- ability

    Just set to true for something to be on and to false for something to be off.

    To change the keybinds, copy and paste exactly a ability, example: fearKey into the left side of the bind that you want it to be at.

    Lets say you want fearKey to be scroll click down.

    Then just make it

    fearKey = IsMouseButtonDown(3)


    ::IMPORTANT::
    For spell reflect and shieldWall to work correctly

    -make an equipment set in game called "2HSet" if youre using arms or "FurySet" if youre doing fury PvP
    -make an equipment set in game called "ShieldSet"

    These will include your respective weapon sets.

    This will allow the profile to auto change to and from your shield correctly.


    Also before you think I'm an idiot for doing this and am not allowed to, KuRIoS has stated that it is ok in the specific case of BGreen12. Check out the old locked thread: http://www.ownedcore.com/forums/worl...warrior-2.html


    There is no way this should be allowed in ANY case.
    Releasing someone else's work without their permission, in any case, is pretty low; even if this is a 'special' case or w/e is being used to justify it. Nothing gives you the right to distribute something that doesn't belong to you. And asking credit for it? You have to be kidding me.
    How is this post still up and no infraction's given out? Really? This is what this forum has become? Petty backstabbing, grade school bickering and dishonest actions? Just because you disagree with someone or don't like their attitude? If you want drama (which clearly a lot of people do) stick to trade chat or reality tv. Have some class on the forums.
    This also ruins it for the people who actually paid for this. Its now public and going to be abused/overused; essentially taking away any worth it once had.
    gg
    Last edited by Diavol; 12-29-2012 at 07:17 AM.

  12. #7272
    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)
    Originally Posted by Diavol View Post
    There is no way this should be allowed in ANY case.
    Releasing someone else's work without their permission, in any case, is pretty low; even if this is a 'special' case or w/e is being used to justify it. Nothing gives you the right to distribute something that doesn't belong to you. And asking credit for it? You have to be kidding me.
    How is this post still up and no infraction's given out? Really? This is what this forum has become? Petty backstabbing, grade school bickering and dishonest actions? Just because you disagree with someone or don't like their attitude? If you want drama (which clearly a lot of people do) stick to trade chat or reality tv. Have some class on the forums.
    This also ruins it for the people who actually paid for this. Its now public and going to be abused/overused; essentially taking away any worth it once had.
    gg
    Not like the profile is anything super special, just a decent warrior PvP profile (well coded, but nothing mind blowingly amazing, so skip the abused/overused part please). Plus, that guy was an incredible dick bag and he also released Cokx paid profile (without Cokx being banned or doing anything wrong) so I don't see anything wrong with Ainzwrath releasing it here. **** Bgreen/Failroad, he deserves this and more.

    Also, please no discussing here, you can go to the thread at Bot Maps & Profiles if you wanna discuss anything about this.

  13. #7273
    snowhawk's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2008
    Posts
    238
    Thanks G/R
    42/130
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by magenpriest View Post
    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
            end
        end
    end 
    Maybe Googlebee forgot "end" in syntax. Will feedback if work!
    I'm not in-game to do some testing but it looks syntactically correct. The only thing I'd like to add that the Lightning Fist (id:116157) you are using is for normal/lfr. If you are trying to test in heroic, add a check for 116295.

  14. #7274
    Nerder's Avatar Contributor
    Reputation
    117
    Join Date
    Aug 2012
    Posts
    263
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ReapersDeath View Post
    It did work previously. I cant remember the maker but its a warrior fury rotation named xmF and xmA or something like that. F for fury and a for arms. and no ive done no editing. 90 fury warrior
    Hey ReapersDeath, I saw they posted a profile from Bgreen, I also have one in my signature if you would like to test. I havent heard anything about it so not sure how it performs. My best bud told me it was good but he's not the most elite wow player, hah

  15. #7275
    Vinshom's Avatar Contributor
    Reputation
    86
    Join Date
    Apr 2012
    Posts
    428
    Thanks G/R
    11/21
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PQR stopped working right now

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 03:09 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