PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 448 of 779 FirstFirst ... 348398444445446447448449450451452498548 ... LastLast
Results 6,706 to 6,720 of 11681
  1. #6706
    Mghffany529's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Reserving.

    Also, hooray!

    PQR - Rotation Bot
  2. #6707
    replikatoren's Avatar Active Member
    Reputation
    53
    Join Date
    Aug 2011
    Posts
    182
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys,
    can someone tell me how to code energy regen calculation ? Something like energy time to max > 5 s ...
    Thanks for the help

  3. #6708
    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 surfman View Post
    Thanks KMD and Averykey Congrats on 1 year

    Very good profiles KMD been using them for a short time but they work flawlessly and you are always posting updates +rep
    Is there any way I can make the rotation not fire so many Cobra Shots and especially at 80+ focus ??
    Which spec? I thought I set them all to stay at around 60 unless AMoC is close to being ready, then they will conserve. Alternately they will begin conserving when BW is going to be ready so that you can spend the time in BW spamming Arcane+KC without cobras.
    Last edited by kickmydog; 12-05-2012 at 10:57 PM.
    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. #6709
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by replikatoren View Post
    Hey guys,
    can someone tell me how to code energy regen calculation ? Something like energy time to max > 5 s ...
    Thanks for the help
    Oh your the one who picked up the rogue profile lol. Couldn't rember who you were. I don't remember where but I think someone did it already. Can't remember where either I saw it in Blinded's profile or firepong druids

  5. #6710
    NicodemusAtNIMH's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if EnemyExists and PlayerCombat then
    if UnitBuffID("player", 13159) or UnitBuffID("player", 511 then
    CastSpellByName(tostring(GetSpellInfo(13165)))
    end

    if not EnemyExists and PlayerCombat then
    if UnitBuffID("player", 13165) or UnitBuffID("player", 109260) then
    CastSpellByName(tostring(GetSpellInfo(511))
    end
    end

    I failed!!! need some help would also like to be able to cast AoP if in group or raid.
    Any and all help is greatly appreciated,

  6. #6711
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by NicodemusAtNIMH View Post
    if EnemyExists and PlayerCombat then
    if UnitBuffID("player", 13159) or UnitBuffID("player", 511 then
    CastSpellByName(tostring(GetSpellInfo(13165)))
    end

    if not EnemyExists and PlayerCombat then
    if UnitBuffID("player", 13165) or UnitBuffID("player", 109260) then
    CastSpellByName(tostring(GetSpellInfo(511))
    end
    end

    I failed!!! need some help would also like to be able to cast AoP if in group or raid.
    Any and all help is greatly appreciated,
    wow is that my old code? one sec

    update:
    What i'm using for hawk/cheetah/pack now:

    PHP Code:
    --Code By Crystal_tech
    --If running without mount and out of combat and not dead then cast Aspect of the Cheetah
    --Change stanceNum to 3 if you want pack however i dont recommend it due to tanks getting dazed
    --stanceNum to 2 for Cheetah

    local stanceNum 
    2

    if not PlayerCombat 
        
    and not IsMounted()
        and 
    PQR_IsMoving(3)
        and 
    UnitIsDead("player") == false
    then
        
    if GetShapeshiftForm() ~= stanceNum then
            CastShapeshiftForm
    (stanceNum)
            return 
    true
        end
    end

    --if not dead and not in combat but on a mount or not dead and not moving and not in combat or in combat then Cast Iron/Hawk

    local stanceHawk 
    1

    if UnitIsDead("player") == false then
        
    if (not PlayerCombat and IsMounted()) 
            or (
    not PQR_IsMoving(2) and not PlayerCombat)
            or 
    PlayerCombat
        then
            
    if GetShapeshiftForm() == stanceNum then
                CastShapeshiftForm
    (stanceHawk)
                return 
    true
            end
        end
    end
    --End Code By Crystal_tech 
    Last edited by crystal_tech; 12-06-2012 at 12:24 AM.

    Please if someone helped you donate rep to them.

  7. #6712
    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)
    I'm looking for a mage AOE rotation capable of taking down alot of mobs at one time (Solo), any help would be much appreciated.
    Last edited by predator1981; 12-06-2012 at 12:18 AM.

  8. #6713
    aghost917's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aghost917 View Post
    Can someone help me out here i dont know how to code past party1-5 as in

    PHP Code:
    if PQR_SpellAvailable(4987)
    and 
    IsSpellInRange("Cleanse""party1") == 1
    and PQR_IsOutOfSight("party1"0.1) == false  then
    if not UnitDebuffID("party1"30108)
    and 
    not UnitDebuffID("party1"124465)
    then
    if UnitDebuffID("party1"8122)
    or 
    UnitDebuffID("party1"5782)
    or 
    UnitDebuffID("party1"111397)
    or 
    UnitDebuffID("party1"118)
    or 
    UnitDebuffID("party1"61305)
    or 
    UnitDebuffID("party1"28272)
    or 
    UnitDebuffID("party1"61721)
    or 
    UnitDebuffID("party1"61780)
    or 
    UnitDebuffID("party1"28271)
    or 
    UnitDebuffID("party1"103139)
    or 
    UnitDebuffID("party1"6358)
    or 
    UnitDebuffID("party1"44572)
    or 
    UnitDebuffID("party1"15487)
    or 
    UnitDebuffID("party1"64044)
    or 
    UnitDebuffID("party1"12598)
    or 
    UnitDebuffID("party1"2139)
    or 
    UnitDebuffID("party1"1499)
    or 
    UnitDebuffID("party1"20066)
    or 
    UnitDebuffID("party1"853)
    or 
    UnitDebuffID("party1"105593)
    or 
    UnitDebuffID("party1"31661)
    or 
    UnitDebuffID("party1"5484)
    or 
    UnitDebuffID("party1"339)
    or 
    UnitDebuffID("party1"47476then
    CastSpellByID
    (4987"party1")
    end
    end
    end 
    What do i change "party1" to, to do raid members? is it: members[6] or members6 or member6 or "member6" or something else?
    ^^^anyone^^^

  9. #6714
    crystal_tech's Avatar Elite User
    Reputation
    468
    Join Date
    Feb 2008
    Posts
    1,033
    Thanks G/R
    1/6
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by aghost917 View Post
    ^^^anyone^^^
    i'd look at novas data file and bubbas mistweaver code to see how you can use tables and index buff checks and such to clean that up in short

    this is rough but should get you going
    local cleanseDebuff = { spellid1, spellid2, spellid3, etc}
    local members = { party1, party2, party3, party4, etc}

    for i= 40, #members do
    if UnitDebuffID(members, cleanseDebuff) then
    PQR_CustomTarget = members
    CastSpellByID(4987, PQR_CustomTarget)
    end
    end

    like i said this is only to get you going the right direction and you'll need to change it up. but i hope this helps.


    in his mistweaver its under --init-- and detox
    Last edited by crystal_tech; 12-06-2012 at 12:48 AM.

    Please if someone helped you donate rep to them.

  10. #6715
    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 crystal_tech View Post
    i'd look at novas data file and bubbas mistweaver code to see how you can use tables and index buff checks and such to clean that up in short

    this is rough but should get you going
    local cleanseDebuff = { spellid1, spellid2, spellid3, etc}
    local members = { party1, party2, party3, party4, etc}

    for i= 40, #members do
    if UnitDebuffID(members, cleanseDebuff) then
    PQR_CustomTarget = members
    CastSpellByID(4987, PQR_CustomTarget)
    end
    end

    like i said this is only to get you going the right direction and you'll need to change it up. but i hope this helps.


    in his mistweaver its under --init-- and detox
    Thank you very much crystal, I wasn't sure how members worked, I can release some better stuff now.

    Update, follows new elitist jerks/simcraft numbers.
    https://dl.dropbox.com/u/44039495/PALADIN.rar

    Hotr is now 2+ mobs
    changed the 3rd/4th toggle, to prioritize hotr over exo/wrath, currently stronger at 5+ mobs for the 3rd toggle and 6+ mobs for the 4th toggle, if they last 15 seconds.
    judgment will be prioritized over crusader(not hotr) if the target is < 20% or you have wrath up
    fixed bug with judgment and range check mobs

    Can I fix mass exo with IsUsableSpell Xelper?



    re-post of all profiles.

    https://dl.dropbox.com/u/44039495/PQR.rar








    edit:

    I am having massive problems with double jeopardy and mass exorcism. I have been trying for 2 months now to figure this out and I really don't know what to do.

    paying for a solution to both abilities.

    My current code for judgment, double jeopardy is included, it sometimes works, sometimes it doesn't.
    PHP Code:
    if UnitBuffID("player"84963) == nil or UnitBuffID("player"84963) and select(7UnitBuffID"player"84963)) - GetTime() < 2.5 then
        
    if UnitPower("player"9) >= 3 then
            
    return false 
        end
    elseif PQR_SpellAvailable(879) or PQR_SpellAvailable(24275) or UnitBuffID("player"87138then
        
    return false
    elseif single == false and PQR_SpellAvailable(35395) and ((100 UnitHealth("target") / UnitHealthMax("target")) > 20 or UnitBuffID("player"31884) == nilthen
        
    return false
    end

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

    if switchedTargets == nil then switchedTargets false end

    if hasSeal and UnitPower("player"9) < 5 then
        
    if UnitExists("focus") and switchedTargets == false then
            CastSpellByName
    (GetSpellInfo(20271), "focus")
            
    switchedTargets true
        
    elseif UnitExists("target") and switchedTargets == true then
            CastSpellByName
    (GetSpellInfo(20271), "target")      
            
    switchedTargets false
        
    elseif not UnitExists("focus") or UnitExists("focus"then -- the default if there is no focushad range check herebut it kept locking up on bosses.
            if 
    UnitExists("target"then
                CastSpellByName
    (GetSpellInfo(20271), "target")
            
    end
        end
    end 
    Just having the mass exorcism glyph locks up the rotation.
    Last edited by averykey; 12-06-2012 at 02:42 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  11. #6716
    Aleksonfire's Avatar Master Sergeant
    Reputation
    25
    Join Date
    Nov 2012
    Posts
    132
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Nova team!
    In regards to your affliction profile I still use it at 90 however...
    Just wanted to let you know I modified your unstable affliction code to use fel flame as a refresh as opposed to recasting unstable affliction each time. Shaved some time off refreshing as you get to refresh both corruption and UA with 1 gcd instead of 2+cast time on UA. Other than that though great profile and have done some wonders with it :P
    pm me for the change though I'm a noob and you can probably figure it out faster than the 4 hours it took me to stumble through lua snippets.

    Aleksonfire

  12. #6717
    nebmyers's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does anyone else get the problem where the PQR client just stops responding and doesn't want to work, so you have to redownload the entire thing?

  13. #6718
    nilrem2004's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2009
    Posts
    810
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Question: is it possible to make a frame in which I can monitor several variables behaviour as in updating them upon each rotation execution. I need to monitor 8-9 variables all time to see their values and it's impossible to do so in chat
    Supporter of Frozen.

  14. #6719
    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)

    Alpha Utilities - Prospecting, Disenchanting, Milling, and More

    Just made my 1st profile, its has prospect, Disenchant, Mill, and auto turn in Bundle of Groceries for Ironpaw Token’s. let me know what you guys thing!

    Alpha Utilities - Prospecting, Disenchanting, Milling, and More:
    Alpha Utilities.rar

    I will make it so you can download and update it through PQR but 1st I will need some1 to let me know how to make that work =D.

    If you have any questions, bugs, or suggestions let me know. =D

  15. #6720
    NicodemusAtNIMH's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    wow is that my old code? one sec
    It is.
    the code now you gave me doesn't work for me.
    update:
    What i'm using for hawk/cheetah/pack now:

    PHP Code:
    --Code By Crystal_tech
    --If running without mount and out of combat and not dead then cast Aspect of the Cheetah
    --Change stanceNum to 3 if you want pack however i dont recommend it due to tanks getting dazed
    --stanceNum to 2 for Cheetah

    local stanceNum 
    2
    Do you change this number?

    if 
    not PlayerCombat 
        
    and not IsMounted()
        and 
    PQR_IsMoving(3)
        and 
    UnitIsDead("player") == false
    then
        
    if GetShapeshiftForm() ~= stanceNum then
            CastShapeshiftForm
    (stanceNum)
            return 
    true
        end
    end

    --if not dead and not in combat but on a mount or not dead and not moving and not in combat or in combat then Cast Iron/Hawk

    local stanceHawk 
    1

    if UnitIsDead("player") == false then
        
    if (not PlayerCombat and IsMounted()) 
            or (
    not PQR_IsMoving(2) and not PlayerCombat)
            or 
    PlayerCombat
        then
            
    if GetShapeshiftForm() == stanceNum then
                CastShapeshiftForm
    (stanceHawk)
                return 
    true
            end
        end
    end
    --End Code By Crystal_tech 
    Does "code" differently to WoW U.S. version and E.U.? I'm playing in the States.
    What I am trying to do is to cast Hawk if i'm fighting, then cast Pack or Cheetah, when done fighting and running back to my Kills that are at a distance.
    Thanks for the help Crystal.
    added note I'm a Tauren Hunter, I see this is for a Druid.
    Last edited by NicodemusAtNIMH; 12-06-2012 at 06:26 AM.

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:06 PM. 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