PQR - Rotation Bot menu

User Tag List

Page 637 of 779 FirstFirst ... 137537587633634635636637638639640641687737 ... LastLast
Results 9,541 to 9,555 of 11681
  1. #9541
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    something wrong with PQR 2.2 - interrupt work, but all profiles aren't loaded.

    PQR - Rotation Bot
  2. #9542
    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)
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  3. #9543
    Rocketbird's Avatar Corporal
    Reputation
    5
    Join Date
    Nov 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SeveredShadow View Post
    I'm looking for a way to detect weapon enchants like rogue poisons or shaman imbues.
    I have been using:
    local arg1= GetWeaponEnchantInfo()
    if arg1 == nil then
    CastSpellByName("Windfury Weapon")
    end

    I'm pretty sure GetWeaponEnchantInfo() doesn't return the spell ID of my weapon buff though so this only really checks if I have ANY enchant and if I don't it casts Windfury Weapon. It cannot distinguish between Flametongue and Windfury or any variety of poisons, it can only see if there is or is not a buff. What I want to be able to do is check for a specific enchant and if it doesn't exist I want to cast an appropriate weapon enchant.

    How to do?!?
    Not possible right now...

    All you can do is hard code changing poisons or imbues. But that will cost you GCD.

  4. #9544
    derfred's Avatar Member
    Reputation
    2
    Join Date
    Oct 2007
    Posts
    82
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive recently started getting eroors about addons "has been blocked from an action only available to the blizzard ui" when i turn on PQR, anyone know an easy fix for this? Ive tried disabling all addons and just running with the PQR interface but I get the same error with that addon only aswell

  5. #9545
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if anyone is interested i just finished my Talent function and thought i would share it =D
    PHP Code:
    function PQ_Talents()
        
    PQ_Tier = {}
        
    local lvl 0
        local Tier 
    0
        
    for t=018do
            for 
    i=1do
                
    local talent = {GetTalentInfo(t+i)}
                if 
    talent[5] == true then
                    lvl 
    lvl 15
                    Tier 
    Tier 1
                    table
    .insert(PQ_Tier, { Tier Tierlvl lvlTalent iName talent[1] } )
                
    end
            end
        end
    end
    ------------------------ Examples ------------------------

    --
    to print out a list of our talents:
    PQ_Talents()
    for 
    i=1,#PQ_Tier do
        
    print("Tier: "..PQ_Tier[i].Tier.."  lvl : "..PQ_Tier[i].lvl .."  Talent: "..PQ_Tier[i].Talent.."  Name: "..PQ_Tier[i].Name)
    end

    --to check if we have a talent for example Sanctified Wrath which is tier # 5 talent # 2 (Paladin)
    PQ_Talents()
    if 
    PQ_Tier[5].Talent == 2 then 
        
    print(PQ_Tier[5].Name)
    end

    Key

    PQ_Tier[tierwhere tier should be a number 1-6 representing the 6 rows
    PQ_Tier
    [tier].Tier the tier of talent number 1-6 representing the 6 rows
    PQ_Tier
    [tier].lvl the lvl required for talent number
    PQ_Tier
    [tier].Talent the talent number number 1-3 representing the 3 column 
    PQ_Tier
    [tier].Name the localized name string 
    tried to keep it nice and simple, just call PQ_Talents()​ and you have access to the talent name, number, and lvl for every tier!
    hope some of you will find this useful

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  6. #9546
    kokinha's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    47
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could someone please show me a unholy DK rotation that really works? please?

  7. #9547
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kokinha View Post
    Could someone please show me a unholy DK rotation that really works? please?
    Did you test all of this? link ([PQR] List of Community Rotations - Updated 01252013)

  8. #9548
    kokinha's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    47
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes, all faiil unholly dk

    frost dk all very good.

  9. #9549
    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 kokinha View Post
    yes, all faiil unholly dk

    frost dk all very good.
    If none of them works, then something is wrong on your end. Both Rubim and Kinkeh's work on my system and setup. The main thing I can say to do is make sure you have the latest PQInterface as one of the profiles do take advantage of that addon.

  10. #9550
    kokinha's Avatar Member
    Reputation
    2
    Join Date
    Mar 2013
    Posts
    47
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Please could you pass me the link to the addon interface? please?

  11. #9551
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kokinha View Post
    Please could you pass me the link to the addon interface? please?
    PQInterface - PQRotation Wiki?

  12. #9552
    Evgenij's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, maybe someone can give me some tips? I want to use Impending Victory.

    That works with Victorious

    Code:
    if UnitBuffID("player",32216)
    then
    return true
    end
    This does not work. I want him to automatic when certain life energy is reached.

    Code:
    if 100 * UnitHealth("player") / UnitHealthMax("player") < 80 
    then return true end
    My next problem. My xelper interrupts with pummel. I will also add Disrupting Shout. Is that possible?

    Would be grateful for any help.

    Greetings Evgenij
    (I play on official servers with warrior.)

  13. #9553
    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)
    Which spell ids are you using

    Sent from my GT-I9300 using Tapatalk 2

  14. #9554
    marcmk2's Avatar Member
    Reputation
    5
    Join Date
    Nov 2008
    Posts
    51
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Evgenij View Post
    Hi, maybe someone can give me some tips? I want to use Impending Victory.

    That works with Victorious

    Code:
    if UnitBuffID("player",32216)
    then
    return true
    end
    This does not work. I want him to automatic when certain life energy is reached.

    Code:
    if 100 * UnitHealth("player") / UnitHealthMax("player") < 80 
    then return true end
    My next problem. My xelper interrupts with pummel. I will also add Disrupting Shout. Is that possible?

    Would be grateful for any help.

    Greetings Evgenij
    (I play on official servers with warrior.)
    Try
    Code:
    local health = 100 * UnitHealth("player") / UnitHealthMax("player")
    local vicrush = UnitBuffID("player",32216)
    if health <= 80 and vicrush then
    return true end

  15. #9555
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,036
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Bad news everyone. My computer died and I lost almost everything.

    Good news everyone. Got a semi new pc from a friend, just need to finish setting it back up. as for profiles all my stable ones are on the SVN now just to reconnect to the damn thing.

    Please if someone helped you donate rep to them.

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 06:46 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