PQR - Rotation Bot menu

User Tag List

Page 375 of 779 FirstFirst ... 275325371372373374375376377378379425475 ... LastLast
Results 5,611 to 5,625 of 11681
  1. #5611
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Kinkeh for some reason with your DK profile can't press shift for AoE rotation anymore with 1.18

    PQR - Rotation Bot
  2. #5612
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've searched this thread and the profiles section for a Holy Priest profile, the only one I've found is Sheuron's Holy Priest profile from back before MoP. Does anyone have a newer Holy Priest Profile? Or should I just go disc?

  3. #5613
    RiZLA's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Holy Priest

    Originally Posted by lostwalker View Post
    I've searched this thread and the profiles section for a Holy Priest profile, the only one I've found is Sheuron's Holy Priest profile from back before MoP. Does anyone have a newer Holy Priest Profile? Or should I just go disc?
    Not sure how I came to have it (Maybe built in) but there's a Profile named xrn5holpve (by Xelper?) that works well, only annoyance is that it casts PoM on self most of the time, maybe there's an easy way to find the member with the most HP & cast on them, anybody?

    Current
    Code:
    if not MendingUp then
      function MendingUp()
        for i = 1, #members do
        if HaveBuff(members[i].Unit,33076,nil,"PLAYER") then return true end
        end
      end 
    end 
    
    if not MendingUp() 
    then 
      PQR_CustomTarget = members[1].Unit 
      return true 
    end
    Looks like it's choosing the first member of the party, usually me. Can't even pass it on with SW: D anymore?

  4. #5614
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Enaina View Post
    Do people use this for raiding as well? Or only for botting?

    i tried it a few times during raiding but i have to say i dont like it much since there are often situations where you have to react according to the situation (maintank in a 25 hc raiding guild) i use it purely for lvling stages and farming

  5. #5615
    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)
    Will this work for checking stacks?

    PHP Code:
    function HaveStacks(tidstacks)
        if 
    select(4,UnitBuffID(t,id)) == stacks then return true end
        
    return false
    end 
    I want to add it to HaveBuff, but I'm unsure on how to.

    Just put some code together, it doesn't seem like it will work. Anyone know if it will?

    PHP Code:
    function HaveBuff(tidstackstime)
        if 
    not time then time 0 end
        
    if type(id) == "number" then id = { id end
        
    for i=1,#SpellID do 
            
    local spell GetSpellInfo(id[i])
        if 
    spell then
            local timeCheck 
    select(7,UnitBuffID(t,id)) 
            
    local stackCheck select(4,UnitBuffID(t,id)) 
            if 
    stackCheck == nil and (timeCheck and (timeCheck == or timeCheck GetTime() > timethen return true 
            
    elseif timeCheck == nil and (stackCheck and stackCheck == stacks and stackCheck 0then return true
            
    elseif stackCheck ~= nil and timeCheck ~= nil then
                
    if (timeCheck and (timeCheck == or timeCheck GetTime() > time) and (stackCheck and stackCheck == stacks and stackCheck 0then return true
                end
            end
        end
    end 
    Last edited by averykey; 11-03-2012 at 12:17 PM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  6. #5616
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello people!

    I'm back -- I know I promised a few weeks ago to completely update my profiles and such, but real-life has been very busy!
    Now that most of it has calmed down, I've taken the time to sit down and merge everything, shine it up a bit and such.

    Shadow Priest has been completely updated with all new talents and abilities ready for use. It's been tested in Mogu'shan Vaults Normal/Heroic 6/6 and Heart of Fear 5/6 Normal and I've personally recived a few ranks on World of Logs (top 25 - top 100) with it. I've built in a cooldown trigger to the main profile now, in case there are situations you want to hold them (for whatever reason).
    You can toggle this by pressing the Left Alt key. This defaults to Automatic mode.

    I've also updated the data file to support my Mage and Warlock profiles, (My new main was changed from Shadow Priest to Warlock) all though I haven't uploaded the rotation profiles yet because of some minor issues with them. They're coming very soon.


    Code:
    Excuse the long wait guys! IRL has been plenty busy since the end of summer, but I'm back now!
    
    :: Data/PQR_Nova_Data.lua
    - Feature: Added Mage abilities, talents and functions.
    - Feature: Added Warlock abilities, talents and functions.
    - Update: Fully fixed Priest abilities, talents and functions.
    - Update: Re-introduced the temporary buff and timer checks.
    - Update: Updated the data file, removing unnecessary white-spaces, spaces and redundant code.
    
    :: PRIEST/Nova [Shadow PvE]_PRIEST_Rotations.xml
    :: PRIEST/Nova [Shadow PvE]_PRIEST_Abilities.xml
    - Update: Fully updated Shadow Priest abilities and rotations.
    - Update: Merged Mindbender/Shadowfiend management into one ability.
    - Update: Fixed automatic Dispersion usage when holding or pressing Left Shift.
    - Feature: Added Halo to the rotation list.
    - Feature: Added better cooldown management and ability to "pause" the use of
    cooldowns through the Left Alt button. Defaults to Automatic usage.
    As always, you can find the latest updated profiles at our Google Code page!
    Or for the lazy ones of you, you can download the new Shadow Priest profile from this link.

    As always, if you're interested in helping me out and keep me motivated to create bigger and better profiles, you can make a donation here.

    I'll get my ass in gear and hurry finishing up my Mage and Warlock profiles for those interested.

  7. #5617
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @mentally sounds awesome dude!! just wondering what spec you'll be doing for Warlock?

  8. #5618
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @averykey: That function will work for checking stacks, granted that you supply an exact amount of stacks you wish to return true with. Alternatively you could change the code a little bit to only return the stack number and then in the function itself make a check using that.
    Code:
    NumStacks = select(4,UnitBuffID(target,spellID))
    if not NumStacks then NumStacks = 0 end
    	
    return NumStacks
    Then you could do something like this:
    Code:
    local NumStacks = NumStacks
    if NumStacks >= 3 then
    	... Do something here ...
    elseif NumStacks <= 2 then
    	... Do something here ...
    elseif NumStacks == 5 then
    	... Do something here ...
    end
    Retroactive and absolute checking of a target buff on target. Just an idea.

    @cameronmc88: Affliction, Destruction and Demonology.
    Last edited by Kinky; 11-03-2012 at 12:42 PM.

  9. #5619
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    @cameronmc88: Affliction, Destruction and Demonology.
    Finally someone making a demonology profile, will donate for sure once I see that ;D

  10. #5620
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    welcome back Mentally, haven't seen u post in a while

  11. #5621
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Just uploaded version 1.7.6 to SVN. Finally added in Single Target Button pushing to switch between Single Target and Multi Target. Press the Left Shift key to switch back and forth between the 2.

    Make sure to download all 3 files, including the Data file.
    + rep to you Pong - Btw i edited your potion item id's, if u want to copy paste this into your update.

    Code:
    --Potion Counts
    --local tvPot = GetItemCount(76089) --Virmen's Bite
    --local vPot = GetItemCount(76093) --Potion of the Jade Serpent
    --local gbPot = GetItemCount(76095) --Potion of Mogu Power
    --local ePot = GetItemCount(76090) --Potion of the Mountains
    --Potion timers
    --local tvCD = GetItemCooldown(76089) --Virmen's Bite Timer
    --local vCD = GetItemCooldown(76093) --Potion of the Jade Serpant Timer
    --local gbCD = GetItemCooldown(76095) --Potion of Mogu Power Timer
    --local eCD = GetItemCooldown(76090) --Potion of the Mountains Timer

  12. #5622
    lantus's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2012
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great to hear that you are back Mentally! I've always loved your Shadow Priest profiles!

  13. #5623
    fluxflux's Avatar Knight
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi Mentally,

    i have now teste our shadow priest profile but i have some issues

    34x <string>:"if PQR_Addon_Loaded == nil then...":979: Usage: UnitBuff("unit", [index] or ["name", "rank"][, "filter"])
    <in C code>
    <string>:"if PQR_Addon_Loaded == nil then...":979: in function "UnitBuffID"
    <string>:"local PQ_MB = PQ_MB ...":15: in function "?"
    <string>:"if PQR_Addon_Loaded == nil then...":737: in function "PQR_NextAbility"
    <string>:"if PQR_Addon_Loaded == nil then...":533: in function "PQR_ExecuteRotation"
    <string>:"if PQR_Addon_Loaded == nil then...":289: in function <string>:"if PQR_Addon_Loaded == nil then...":214

    i have testet with and without addons Tukui

    all the time the same my char iss casting nothing by a test on trainings dummy

  14. #5624
    Vettic's Avatar Private
    Reputation
    6
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have been using PQR for a while I made some edit's to Sheepmoon's Hunter PVP Profile. I guess he stopped making profiles so I am going to try and update some when I can. I am new to writing profile but I have made some edit's to this one like glavetos and stampede. Here is a link to where I will be posting any more edit's to this profile.

    http://www.ownedcore.com/forums/worl...p-updated.html ((PQR) Hunter PVP Updated!!!)

    Here is My Profile on Mediashare. Please let me know how this is working

    Thanks!!!

    Raw's PVP_HUNTER_Abilities.zip

  15. #5625
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    Hello people!

    I'm back -- I know I promised a few weeks ago to completely update my profiles and such, but real-life has been very busy!
    Now that most of it has calmed down, I've taken the time to sit down and merge everything, shine it up a bit and such.

    Shadow Priest has been completely updated with all new talents and abilities ready for use. It's been tested in Mogu'shan Vaults Normal/Heroic 6/6 and Heart of Fear 5/6 Normal and I've personally recived a few ranks on World of Logs (top 25 - top 100) with it. I've built in a cooldown trigger to the main profile now, in case there are situations you want to hold them (for whatever reason).
    You can toggle this by pressing the Left Alt key. This defaults to Automatic mode.

    I've also updated the data file to support my Mage and Warlock profiles, (My new main was changed from Shadow Priest to Warlock) all though I haven't uploaded the rotation profiles yet because of some minor issues with them. They're coming very soon.


    Code:
    Excuse the long wait guys! IRL has been plenty busy since the end of summer, but I'm back now!
    
    :: Data/PQR_Nova_Data.lua
    - Feature: Added Mage abilities, talents and functions.
    - Feature: Added Warlock abilities, talents and functions.
    - Update: Fully fixed Priest abilities, talents and functions.
    - Update: Re-introduced the temporary buff and timer checks.
    - Update: Updated the data file, removing unnecessary white-spaces, spaces and redundant code.
    
    :: PRIEST/Nova [Shadow PvE]_PRIEST_Rotations.xml
    :: PRIEST/Nova [Shadow PvE]_PRIEST_Abilities.xml
    - Update: Fully updated Shadow Priest abilities and rotations.
    - Update: Merged Mindbender/Shadowfiend management into one ability.
    - Update: Fixed automatic Dispersion usage when holding or pressing Left Shift.
    - Feature: Added Halo to the rotation list.
    - Feature: Added better cooldown management and ability to "pause" the use of
    cooldowns through the Left Alt button. Defaults to Automatic usage.
    As always, you can find the latest updated profiles at our Google Code page!
    Or for the lazy ones of you, you can download the new Shadow Priest profile from this link.

    As always, if you're interested in helping me out and keep me motivated to create bigger and better profiles, you can make a donation here.

    I'll get my ass in gear and hurry finishing up my Mage and Warlock profiles for those interested.
    Welcome back mentally!!!! Hope your move went well and your kiddo is doing great

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:05 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