PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 626 of 779 FirstFirst ... 126526576622623624625626627628629630676726 ... LastLast
Results 9,376 to 9,390 of 11681
  1. #9376
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone got a pally cleanse that won't dispel Vampiric Touch

    PQR - Rotation Bot
  2. #9377
    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 Edsaxe View Post
    anyone got a pally cleanse that won't dispel Vampiric Touch
    You could setup a custom cleanse ability that will only cleanse specific spells. But you would have to plug in all the spell id's your self.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

  3. #9378
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    You could setup a custom cleanse ability that will only cleanse specific spells. But you would have to plug in all the spell id's your self.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    Using this atm

    --buff = { 109325, 104599, 104601, 104600, 103434, 96328, 96325, 96326, 92876, 92877, 92878, 86788 }
    local candispel = 1

    --for i,v in ipairs(buff) do
    -- if UnitDebuffID(members[1].Unit,v) then candispel = nil end
    --end

    local i = 1
    local buff,_,_,count,bufftype,duration = UnitDebuff(members[1].Unit, i)
    while buff do
    if bufftype == "Magic"
    --or bufftype == "Curse"
    and UnitIsFriend("player",members[1].Unit)
    and candispel ~= nil
    then
    PQR_CustomTarget = members[1].Unit
    return true end
    i = i + 1;
    buff,_,_,count,bufftype,duration = UnitDebuff(members[1].Unit, i)
    end

    Edit: Might have found it
    and not HaveDebuff(members[i].Unit,34914,0)
    Last edited by Edsaxe; 04-15-2013 at 08:55 AM.

  4. #9379
    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 imdasandman View Post
    You could setup a custom cleanse ability that will only cleanse specific spells. But you would have to plug in all the spell id's your self.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    or you could just add in spell ids in the settings box of pqr to only interrupt them.

    Please if someone helped you donate rep to them.

  5. #9380
    osbornx22's Avatar Sergeant
    Reputation
    14
    Join Date
    Nov 2009
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone knows how to loop over every enemy in random oder rated battlegrounds? For example, if i want to check if one of the enemies is casting and then kick:

    Code:
    for x = 1, 10 do
      local tar = "bg"..x
      if isKickable(tar) then
          kick()
      end
    end
    I know for arena the enemy can reached throw "arena1", "arena2", etc., but there is nothing like this for rated battlegrounds?

    An other idea is, to get the names over scoreboard an then set the unit as focus by name, but i found no way to set focus enemies by name
    Last edited by osbornx22; 04-15-2013 at 11:26 AM.

  6. #9381
    Jettand's Avatar Corporal
    Reputation
    6
    Join Date
    Sep 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any solid disc profiles yet? I've been searching for months. I've tried a lot of them out but they just don't do the job.
    I need it for PvP, but any good Disc profile would work, one that has cooldown and holy fire/smite toggle.

    Also is there any place that should how the SVN works, I don't know how to download from it..
    Team Nova for example, I try https://subversion.assembla.com/svn/nova-project/ and download through rotation editor, and it says invalid URL, please enter a valid URL.
    Am I doing something wrong or is my PQR broken. I've been very onfused about this for a long time and I can't find a SVN help page on how to use. Thanks!

  7. #9382
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try tortoiseSVN. Install it and you will have a shell extension that will show when you right click a folder you will be able to "SVN Checkout" that address.
    Soapbox Rotations Developer

  8. #9383
    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 Jettand View Post
    Is there any solid disc profiles yet? I've been searching for months. I've tried a lot of them out but they just don't do the job.
    I need it for PvP, but any good Disc profile would work, one that has cooldown and holy fire/smite toggle.

    Also is there any place that should how the SVN works, I don't know how to download from it..
    Team Nova for example, I try https://subversion.assembla.com/svn/nova-project/ and download through rotation editor, and it says invalid URL, please enter a valid URL.
    Am I doing something wrong or is my PQR broken. I've been very confused about this for a long time and I can't find a SVN help page on how to use. Thanks!
    Originally Posted by CodeMyLife View Post
    Try tortoiseSVN. Install it and you will have a shell extension that will show when you right click a folder you will be able to "SVN Checkout" that address.

    you could also just take out the "s" from "https://..." and use it in the rotation downloader.

    example: "http://www.assembla.com/code/nova-project/subversion/nodes/116/trunk/Profiles/HUNTER/Nova%20%5BSurvival%5D_HUNTER_Abilities.xml"
    would download both the ability and rotation xmls of the nova survival hunter! this might also download the nova data files at the same time as the other 2 depending how they have it set up.

    hope this helps out everyone trying to download SVN profiles =p, no need for a SVN program!

    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

  9. #9384
    kevinnash79's Avatar Corporal
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PQR broken again?

  10. #9385
    ktsiak's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    idd something happened, at first i thought it was some updated data files i downloaded but it seems not working at this time

  11. #9386
    Timekill's Avatar Master Sergeant
    Reputation
    54
    Join Date
    Dec 2012
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kevinnash79 View Post
    PQR broken again?
    Look on page 623 for updated offsets

  12. #9387
    ktsiak's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ah thnx m8 for the answer ,but it seems i already had the updated version and suddenly pqr stops functioning and just stack.

    just to let ppl with same prob know, i restarted my pc and pqr worked again perfectly.dont rly know waht is causing this
    Last edited by ktsiak; 04-15-2013 at 03:53 PM.

  13. #9388
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ktsiak View Post
    ah thnx m8 for the answer ,but it seems i already had the updated version and suddenly pqr stops functioning and just stack.

    just to let ppl with same prob know, i restarted my pc and pqr worked again perfectly.dont rly know waht is causing this
    I'm not having issues with PQR itself actually but it seems to make errors in my c++ redist stuff too. Never had that kind of error before, just in the last week, I tought at first that I was probably breaking it myself while testing stuffs around... But maybe this is related so.

    Not whining just sharing

    Oh and thx for the hint paintpauller!

  14. #9389
    xwiz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys I was seeing what you all thought was the "best" script to use. Im just looking to see which class/script yields the highest dps. Any opinions are cool just trying to see where a good place to start would be

  15. #9390
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xwiz View Post
    Hey guys I was seeing what you all thought was the "best" script to use. Im just looking to see which class/script yields the highest dps. Any opinions are cool just trying to see where a good place to start would be
    Welcome, you can find that out yourself by testing the profiles out:

    http://www.ownedcore.com/forums/worl...1252013-a.html ([PQR] List of Community Rotations - Updated 01252013)

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