PQR - Rotation Bot menu

User Tag List

Page 374 of 779 FirstFirst ... 274324370371372373374375376377378424474 ... LastLast
Results 5,596 to 5,610 of 11681
  1. #5596
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    PHP Code:
    local spearDebuff select(4,UnitDebuffID("Mouseover",SpellIDForDebuffHere))

    if 
    not spearDebuff or (spearDebuff and spearDebuff 8then //8 seconds for the hell of it, can be changed to whatever
    -- PUT SHIT HERE --
    end 
    Make the above a interrupt profile to make it get higher priority than a regular rotation.
    Good concept, definitely a place to start. I still see complications though.

    PQR - Rotation Bot
  2. #5597
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone need a Holy Paladin?

  3. #5598
    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 Ralphiuss View Post
    Anyone need a Holy Paladin?


    My guild needs a pro healer.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  4. #5599
    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)
    *Edit - Figured it out~


    -Googlebee
    Last edited by googlebee; 11-03-2012 at 12:32 AM.

  5. #5600
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any actual working demo profiles?

  6. #5601
    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)
    No saga and I'm willing to pay someone to make a pro one xD

  7. #5602
    GoneFromOC1's Avatar Member
    Reputation
    2
    Join Date
    Mar 2011
    Posts
    178
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do people use this for raiding as well? Or only for botting?

  8. #5603
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    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?
    The programs main focus is for raiding(Or so I believe that's what Xelper made it for, it can also be used for prospecting and stuff). My personal use is for after manually progressing, using it in the farm stage (who wants to play legitimate during farm >.<).
    Last edited by Kinkeh; 11-03-2012 at 02:23 AM.

  9. #5604
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    averykey sent you a PM

  10. #5605
    ene1980's Avatar Sergeant Major
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    141
    Thanks G/R
    2/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ene1980 View Post
    Where i can find updated mage profile?? Boss stop work on his project .
    Bump...

    No one???

  11. #5606
    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)
    Am I doing stack checking right?

    I have this right now.

    PHP Code:
    function HaveBuff(UnitID,SpellID,TimeLeft,Stacks,Filter

      if 
    not TimeLeft then TimeLeft 0 end
      
    if type(SpellID) == "number" then SpellID = { SpellID end 
      
      
    for i=1,#SpellID do 
        
    local spellrank GetSpellInfo(SpellID[i])
        if 
    spell then
          local buff 
    select(7,UnitBuff(UnitID,spell,rank,Filter)) 
          if 
    buff and ( buff == or buff GetTime() > TimeLeft then return true end
        end
      end
      
      
    for i=1#SpellID do
          
    local spell GetSpellInfo(SpellID[i])
            if 
    spell then
                local stackCheck 
    select(4,UnitBuff(UnitID,spell)) 
                  if 
    stackCheck and stackCheck 0 then return true end
              end
          end
      
    end 
    is this the correct way to use HaveBuff?
    PHP Code:
    --             playerhas inq3 seconds or less
    if HaveBuff("player"849633then
    return true
    end 
    Last edited by averykey; 11-03-2012 at 06:02 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  12. #5607
    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 saga3180 View Post
    Is there any actual working demo profiles?
    Yes there are:

    http://www.ownedcore.com/forums/worl...ml#post2474208
    http://www.ownedcore.com/forums/worl...ml#post2533932

    They work, try them.

  13. #5608
    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)
    is this possible to interupt the Amberexplosion´s from me and from Ambershaper Un´sok? with a interupt list or a Profile?

  14. #5609
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Whats last version of PQInterface and does it work? One link that I found is dead :/.

  15. #5610
    abndrew82's Avatar Active Member
    Reputation
    17
    Join Date
    Jan 2008
    Posts
    162
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Failwar's Warrior SVN has a working version of PQR interface on it as an optional addon

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