PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 592 of 779 FirstFirst ... 92492542588589590591592593594595596642692 ... LastLast
Results 8,866 to 8,880 of 11681
  1. #8866
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    All hunter spec rotations are in my sig

    PHP Code:
    local i 1
    local buff
    ,_,_,_,bufftype UnitBuff("target"i)
    while 
    buff do
      if 
    bufftype == "Magic" or bufftype == "Enrage" then
        
    return true
      end
      i 
    1;
      
    buff,_,_,_,bufftype UnitBuff("target"i)
    end 
    Any ideas why this removes "magic" but not "enrage'?
    You need to make an enrage (de)buff table and be able to call to it.



    Sent from my iPad using Tapatalk HD
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

    PQR - Rotation Bot
  2. #8867
    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 imdasandman View Post
    You need to make an enrage (de)buff table and be able to call to it.



    Sent from my iPad using Tapatalk HD
    Don't do that, waste of time.


    Check the 9th arg (isStealable) in UnitBuff.

    This works for any class that has offensive dispels.

    Code:
    for i = 1, 40 do
    	local buff = { UnitBuff("target", i) }
    	if buff[9] then
    		print(buff[1])
    	end
    end

  3. #8868
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    Don't do that, waste of time.


    Check the 9th arg (isStealable) in UnitBuff.

    This works for any class that has offensive dispels.

    Code:
    for i = 1, 40 do
    	local buff = { UnitBuff("target", i) }
    	if buff[9] then
    		print(buff[1])
    	end
    end
    Thanks for all the replies. This short code by Deadpanstiffy works a charm.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  4. #8869
    fearlessblock's Avatar Private
    Reputation
    1
    Join Date
    Jan 2013
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im looking for a ret pally pvp profile plzzzzzzzzzzzzzzzzzz

  5. #8870
    Logandros's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Date: 2013-03-17 20:44:15
    ID: 1
    Error occured in: Global
    Count: 1
    Message: [string "-- PQR_PQI.lua --..."] line 439:
    bad argument #1 to 'loadstring' (string expected, got nil)
    Debug:
    [C]: ?
    [C]: loadstring()
    [string "-- PQR_PQI.lua --..."]:439: Deserialize()
    [string "-- PQR_PQI.lua --..."]:302:
    [string "-- PQR_PQI.lua --..."]:301
    [string "-- PQR_PQI.lua --..."]:332:
    [string "-- PQR_PQI.lua --..."]:324
    Locals:
    Not sure if I missed an answer but I've seen this posted a few times, has anyone been able to fix this? I update my Addon and my Profiles via the SVN and unless I should be moving files somewhere else I can't seem to fix it. Any help appreciated.

  6. #8871
    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)
    Originally Posted by fearlessblock View Post
    im looking for a ret pally pvp profile plzzzzzzzzzzzzzzzzzz
    there is not a working updated one: http://www.ownedcore.com/forums/worl...1252013-a.html

    i would suggest converting a PVE one over or see how old Dominium's is.

    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

  7. #8872
    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)
    Originally Posted by Logandros View Post
    Not sure if I missed an answer but I've seen this posted a few times, has anyone been able to fix this? I update my Addon and my Profiles via the SVN and unless I should be moving files somewhere else I can't seem to fix it. Any help appreciated.
    my guess is that you are using the NOVA data file for PQI, that one is way OUTDATED! you need to go and update PQI: PQInterface - PQRotation Wiki

    make sure you follow the instructions at the bottom of the page for installing!


    diesall you should add a check in the addon making sure that they are using the right version of the data file, this is around the 4th case of using a bad version or not having the data file i have ran into. =O

    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

  8. #8873
    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)
    Updated profiles on svn, small update to prot. Don't remember lol!

    Update to ret pvp, will be another really soon that includes hands/healing on party! Almost have all the code worked out. Pve will be reworked soon if I find a gain in the new simcraft code.

    Update for holy, bunch of changes to healing, should use holy power more, better ef blanketing. Please give me more feedback on this profile. I want to make it better =).
    Will be an update for holy soon, still working out better aoe healing, it will pick the group of people that will give the most healing. Will try to work tank/healer/low dps prioritization into healing as well.

    I would really like help gathering ids for movement impairing effects! I have added a few more through personal arenas, but if people help I'm sure we can complete it and no time!

    I really appreciate feedback, two seconds of your time really helps me make the profiles better.

    edit: forgot, added a new rotation to ret that cleanses. Was helpful on horridon.

    edit2: would people like pqi integrated into the paladin rotations? You will be able to change modifiers and healing and more at your request.
    Last edited by averykey; 03-23-2013 at 02:32 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  9. #8874
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Updated profiles on svn, small update to prot. Don't remember lol!

    Update to ret pvp, will be another really soon that includes hands/healing on party! Almost have all the code worked out. Pve will be reworked soon if I find a gain in the new simcraft code.

    Update for holy, bunch of changes to healing, should use holy power more, better ef blanketing. Please give me more feedback on this profile. I want to make it better =).
    Will be an update for holy soon, still working out better aoe healing, it will pick the group of people that will give the most healing. Will try to work tank/healer/low dps prioritization into healing as well.

    I would really like help gathering ids for movement impairing effects! I have added a few more through personal arenas, but if people help I'm sure we can complete it and no time!

    I really appreciate feedback, two seconds of your time really helps me make the profiles better.

    edit: forgot, added a new rotation to ret that cleanses. Was helpful on horridon.

    edit2: would people like pqi integrated into the paladin rotations? You will be able to change modifiers and healing and more at your request.
    I would say most people would like PQI being able to add and change keybinds is just really helpful.

  10. #8875
    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)
    Originally Posted by averykey View Post
    Updated profiles on svn, small update to prot. Don't remember lol!

    Update to ret pvp, will be another really soon that includes hands/healing on party! Almost have all the code worked out. Pve will be reworked soon if I find a gain in the new simcraft code.

    Update for holy, bunch of changes to healing, should use holy power more, better ef blanketing. Please give me more feedback on this profile. I want to make it better =).
    Will be an update for holy soon, still working out better aoe healing, it will pick the group of people that will give the most healing. Will try to work tank/healer/low dps prioritization into healing as well.

    I would really like help gathering ids for movement impairing effects! I have added a few more through personal arenas, but if people help I'm sure we can complete it and no time!

    I really appreciate feedback, two seconds of your time really helps me make the profiles better.

    edit: forgot, added a new rotation to ret that cleanses. Was helpful on horridon.

    edit2: would people like pqi integrated into the paladin rotations? You will be able to change modifiers and healing and more at your request.
    sweet! will have to check out the ret when you update it!

    Here is a list that might help out:
    Originally Posted by osbornx22 View Post
    Short preview of the file with over 50k spells (~ 2 MB).

    Code:
    local type = {
    [2096] = 1,        -- Mind Vision
    [30019] = 1,        -- Control Piece
    [37754] = 1,        -- Through The Eyes of Gorefiend
    [40789] = 1,        -- Zoom Out
    [40792] = 1,        -- Zoom In
    [79580] = 12,        -- Overhead Smash
    [79612] = 12,        -- Submarine Intro
    [79630] = 12,        -- Drakonid Rush
    [79725] = 12,        -- High-Security Shadow Prison
    [79764] = 12,        -- Tripped Giant
    [79766] = 12,        -- Consume Life Energy
    [79767] = 12,        -- Consume Life Energy
    [79768] = 12,        -- Consume Life Energy
    }
    Complete list here:

    Multiupload.nl - upload your files to multiple file hosting sites!

    All Spells with a buff or debuff. For example:

    [1715] = 33, -- Hamstring

    Means the spell with the name "hamsting" and the spellID "1715" has the debuff/buff type effect of 33.

    Buff/Debuff type 33 means "Decrease Run Speed".

    You can get the type code meaning here:

    Class Abilities - Spells - WowDB

    There are many things, wich we can do with this list For example:

    Code:
    local function hasType(unit, type)
        for x = 1, 40 do
            local temp = select(11,UnitDebuff(unit,x))
            
            if temp == nil then
                break
            elseif types[temp] == type then
                return true
            end            
        end
        
        return false
    end
    
    local function hasSlow(unit)
        return hasType(unit, 33)
    end
    
    print(hasSlow("target"))
    The only problem is maybe the size, dont know
    also dont know how much this will help but here is what i have for using hands / cleanses for horridon.

    PHP Code:
    function cooperate(t)
      if 
    UnitInRange(t) and UnitCanCooperate("player",t) and not UnitIsEnemy("player",t
      and 
    not UnitIsCharmed(t) and not UnitIsDeadOrGhost(t) and not PQR_IsOutOfSight(t
      and 
    UnitExists(t)
      
    then return true end 
    end


    function CalculateHP(t)
        
    incomingheals UnitGetIncomingHeals(t) or 0
        
    return 100 * ( UnitHealth(t) + incomingheals ) / UnitHealthMax(t)
    end


    function Hands(t)
        
    HoFee UnitBuffID(t1044"PLAYER")
        
    HoPro UnitBuffID(t1022"PLAYER")
        
    HoSac UnitBuffID(t6940"PLAYER")
        
    HoSal UnitBuffID(t1038"PLAYER")
        
    HoPur UnitBuffID(t114039"PLAYER")
        if 
    HoFee or HoPro or HoSac or HoSal or HoPur then
            
    return false
        
    else
            return 
    true
        end
    end

    function Help_Self()
        
    local customTarget "player"
        
        
    --HoF Entrapped for Council of Elders
        local Entrapped 
    UnitDebuffID(customTarget,136857)
        if 
    PQR_SpellAvailable(1044) and Entrapped and Hands(customTargetthen
            CastSpellByID
    (1044customTarget)
        
    end
        
        
    --Cleanse Venom Bolt Volley for Horridon
        local Venom_Bolt_Volley 
    UnitDebuffID(customTarget,136587)
        if 
    PQR_SpellAvailable(4987) and Venom_Bolt_Volley then
            CastSpellByID
    (4987customTarget)
        
    end
        
        
    --Cleanse Deadly Plague for Horridon
        local Deadly_Plague 
    UnitDebuffID(customTarget,136710)
        if 
    PQR_SpellAvailable(4987) and Deadly_Plague then
            CastSpellByID
    (4987customTarget)
        
    end

        
    --Hand of Purity Pheromones
        local Pheromones 
    UnitDebuff(customTarget,"Pheromones")
        if 
    Pheromones and PQR_SpellAvailable(114039) and Hands(customTargetthen
            CastSpellByID
    (114039customTarget)
        
    end

        
    --Hand of Salvation
        local isTanking
    statusthreatpctrawthreatpctthreatvalue UnitDetailedThreatSituation("player""target")
        if (
    status == or status == or status == 1) and PQR_SpellAvailable(1038) and Hands(customTargetthen
            CastSpellByID
    (1038customTarget)
        
    end

        
    --Hand of Purity 
        
    if PlayerHP <= 60 and PQR_SpellAvailable(114039) and Hands(customTargetthen
            CastSpellByID
    (114039customTarget)
        
    end
    end


    local members 
    GetNumGroupMembers()
    for 
    i=1,members do
        
    local customTarget
        
    if IsInRaid() then
            customTarget 
    "raid"..i
            Help_run 
    true
        
    elseif IsInGroup() then
            customTarget 
    "party"..i
            Help_run 
    true
        
    else 
            
    Help_run false
        end
        
        
    --Help Self 1st
        Help_Self
    ()
        
        if 
    Help_run then
            local PlayerHP 
    = (100 * (UnitHealth("player") + UnitGetIncomingHeals("player")) / UnitHealthMax("player"))
            
    local Forbearance UnitDebuffID(customTarget25771)
            
            --
    HoF Entrapped party members for Council of Elders
            local Entrapped 
    UnitDebuffID(customTarget,136857)
            if 
    cooperate(customTarget) and PQR_SpellAvailable(1044) and Entrapped and Hands(customTargetthen
                CastSpellByID
    (1044customTarget)
            
    end
            
            
    --Cleanse Venom Bolt Volley party members for Horridon
            local Venom_Bolt_Volley 
    UnitDebuffID(customTarget,136587)
            if 
    cooperate(customTarget) and PQR_SpellAvailable(4987) and Venom_Bolt_Volley then
                CastSpellByID
    (4987customTarget)
            
    end
            
            
    --Cleanse Deadly Plague party members for Horridon
            local Deadly_Plague 
    UnitDebuffID(customTarget,136710)
            if 
    cooperate(customTarget) and PQR_SpellAvailable(4987) and Deadly_Plague then
                CastSpellByID
    (4987customTarget)
            
    end
            
            
    --Hand of Purity party members
            
    if CalculateHP(customTarget) <= 75 and cooperate(customTarget) and PQR_SpellAvailable(114039) and Hands(customTargetthen
                CastSpellByID
    (114039customTarget)
            
    end
            
            
    --Hand of Sacrifice party members
            
    if CalculateHP(customTarget) <= 50 and PlayerHP 50 and cooperate(customTarget) and PQR_SpellAvailable(6940) and Hands(customTargetthen
                CastSpellByID
    (6940customTarget)
                --
    Divine Protection
                
    if PQR_SpellAvailable(498then
                    CastSpellByID
    (498,"player")
                
    end
            end
                
            
    --Lay on Hand party members
            
    if CalculateHP(customTarget) <= 10 and PlayerHP 30 and cooperate(customTarget) and PQR_SpellAvailable(633) and not Forbearance then
                CastSpellByID
    (633customTarget)
            
    end
            
            
    --Pheromones Help
            local Pheromones 
    UnitDebuff(customTarget,"Pheromones")
            if 
    cooperate(customTarget) and Pheromones then
                
    --Hand of Purity
                
    if PQR_SpellAvailable(114039) and Hands(customTargetthen
                    CastSpellByID
    (114039customTarget)
                
    end
            
                
    --Hand of Sacrifice
                
    if PQR_SpellAvailable(6940) and Hands(customTargetthen
                    CastSpellByID
    (6940customTarget)
                    --
    Divine Protection
                    local Help_HoSac 
    UnitBuffID(customTarget6940"PLAYER")
                    if 
    PQR_SpellAvailable(498) and Help_HoSac then
                        CastSpellByID
    (498,"player")
                    
    end
                end
            end
        end
    end 
    also PQI is a big plus! if you want I can do/help with the PQI menu, i have done a couple by now =D
    Last edited by paintpauller; 03-23-2013 at 06:01 AM.

    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

  11. #8876
    Logandros's Avatar Member
    Reputation
    8
    Join Date
    Apr 2009
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by paintpauller View Post
    my guess is that you are using the NOVA data file for PQI, that one is way OUTDATED! you need to go and update PQI: PQInterface - PQRotation Wiki

    make sure you follow the instructions at the bottom of the page for installing!


    diesall you should add a check in the addon making sure that they are using the right version of the data file, this is around the 4th case of using a bad version or not having the data file i have ran into. =O
    Thank you so much, I have been updating from NOVA profiles from the SVN. The SVN has a newer version of the file PQR_PQI.lua than the file included in PQInstallation.7z. Do you know if we should be using the one from SVN or sticking with the older version packaged in the 7z?

    Thanks again!

  12. #8877
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hunter Profile update.

    KMD_All_Hunter_Rotations_v21.zip

    I've updated it with the following changes.

    - All profiles should have a Kiting profile with concussive shot baked in so that you can kite stuff to death.
    - Using the code provided by "deadpanstiffy" for Tranquilising Shot. This should now automatically dispel magic (was doing that before) and dispel enrage on your target.
    - MM rapid fire (pushdown) has been fixed to stop it overwriting rapid fire, when used after readiness.

    Using the MM code I was easily outdpsing my whole raid on Doromu by a wide margin, A fight that is pretty good for hunters. Then again I was out dpsing them as SV, and I could see BM doing even better. Either way the MM code is good.

    As usual message me if you have any problems or have a suggestion on how to improve it.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  13. #8878
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ive been working on a ret PvP profile my self. Ill probably release it after im finished with it.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  14. #8879
    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 averykey View Post
    I would really like help gathering ids for movement impairing effects! I have added a few more through personal arenas, but if people help I'm sure we can complete it and no time!
    I wouldn't really bother, it's not cata anymore where you would get "A more powerful spell exists" when a warrior tried to hamstring someone with a dk's chillbains.

  15. #8880
    chk's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Without listing a load of debuffs, can I stop stealth from being cast if I have a damaging debuff?

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 08:52 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