PQR - Rotation Bot menu

User Tag List

Page 424 of 779 FirstFirst ... 324374420421422423424425426427428474524 ... LastLast
Results 6,346 to 6,360 of 11681
  1. #6346
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a way to check what kind of pet is out?

    eg: I'm BM, Can it check if i have my chimera out?

    I got idea for something like this, for cast pet spell.

    PHP Code:
    if not UnitBuffID("pet"92380) and UnitPower("pet") >= 50 then
         CastSpellByName
    (GetSpellInfo(92380), "target")
    end 
    add that to aoe rotation. but that doesnt check if i have my chimera out.

    Also, spell is cast whenever i enter combat, is there a way to make it cast only get close to add?

    If I use <UnitExists> function, I have to set it to "Chimera", or the actual name of my pet.

    add: after a bit folling around it seems what i wrote above give quite a bit lua error because everytime i activated it lag the game once in a while. anyone have better way to do this?
    Last edited by darksahde; 11-27-2012 at 03:06 AM.

    PQR - Rotation Bot
  2. #6347
    jcslim's Avatar Corporal
    Reputation
    5
    Join Date
    Mar 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks Taran

    I'll do a search and have a look

  3. #6348
    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)
    Appears 5.1 hits today, cheers

  4. #6349
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    73
    Join Date
    Aug 2011
    Posts
    216
    Thanks G/R
    12/5
    Trade Feedback
    15 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey Xelper, you think offsets will be released for 5.1 pretty early after servers back up man? xD

    thnx either way man

  5. #6350
    Zyraxian's Avatar Sergeant
    Reputation
    3
    Join Date
    Sep 2012
    Posts
    49
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    If you are playing WoW 3.3.5, download PQR 1.1 here:
    There's some bug with this version on Windows 7 where, when you click the "Show Settings" button, the window doesn't resize properly and you can't see any of the extra options. Also, the window isn't manually resizable!

    Any way to fix this?

  6. #6351
    iceymot's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would there be any hope of pqr working on a 64bit wow client?

  7. #6352
    freaki's Avatar Member
    Reputation
    12
    Join Date
    Dec 2008
    Posts
    85
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    as xelper and numerous people have said for coding reasons pqr will not be developed
    for 64bit versons of the wow client.

  8. #6353
    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)
    anyone has a focus sheep Script?

    i will sheep permanent in arena or in pve if i have need with Focus Target

    can someone help me?

  9. #6354
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fluxflux View Post
    anyone has a focus sheep Script?

    i will sheep permanent in arena or in pve if i have need with Focus Target

    can someone help me?
    spell id is 118
    set it to focus

    Code:
    if IsLeftAltKeyDown() then	if UnitExists("focus") then
    		return true
    	end
    end
    this will cast it on focus when you press left alt, you can change the key around

  10. #6355
    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 snopoke View Post
    Anyone notice a problem on Elegon where when you target the pylons PQR does not attack them? Just curious.
    It's not PQR it is the profile that you are using that is the problem. I've never had any problems at all using my profile to kill pylons.
    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

  11. #6356
    dazrox88's Avatar Member
    Reputation
    6
    Join Date
    Oct 2012
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Could we get an quick update for the patch today?

  12. #6357
    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 D1sc1pl1n3 View Post
    spell id is 118
    set it to focus

    Code:
    if IsLeftAltKeyDown() then	if UnitExists("focus") then
    		return true
    	end
    end
    this will cast it on focus when you press left alt, you can change the key around
    How could you change it to if left alt press to when you press 8?

  13. #6358
    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 dazrox88 View Post
    Could we get an quick update for the patch today?
    Believe me it wont take long, Xelper is as fast as they come

  14. #6359
    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 dazrox88 View Post
    Could we get an quick update for the patch today?
    It will be updated as soon as Xelper grabs updated offsets, an info dump ([WoW][5.1.0.16309] x86 Info Dump Thread) of the patch was already made so it's a big start.
    Last edited by Kinkeh; 11-27-2012 at 01:36 PM.

  15. #6360
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Snitzel29 View Post
    I can vouch for kickmydog, i've been using his hunter profiles for all of the new content without any flaws what-so-ever. Definitely seems to be the best hunter pve profiles, in my opinion

    I'm wondering though, will the removal of Aspect of the Fox affect the profiles? (i've removed the aspect switch function in mine, but haven't had to chance to test it)
    Just remove every single "PQR_IsMoving" and aspect switch function.

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 AM. 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