PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 316 of 779 FirstFirst ... 216266312313314315316317318319320366416 ... LastLast
Results 4,726 to 4,740 of 11681
  1. #4726
    Zoinx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    40
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    Simple ELE Shaman rotation:
    Left shift - magma totem if in 8y from target, if not searing totem; ES on 7 stacks; chain lightning.
    Left Control - magma totem if in 8y from target, if not searing totem; ES on 7 stacks; chain lightning; Earthquake on mouse over.
    Not included EM or AS talents.

    ELEMENTAL SHAMAN
    Your profile is great, but can you add Elemental Blast (level 90 talent) to the rotation? or how would I add that?

    PQR - Rotation Bot
  2. #4727
    KleskReaver's Avatar Sergeant
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me with making a Redirect ability for Rogues?

    I whipped this up in 2 seconds but it doesn't work cause it just constantly tried to use the ability and nothing else
    Code:
    if GetComboPoints( "player", "target" ) == 0 then
    	
    	CastSpellByName( GetSpellInfo(73981), nil )
    	return true
    	
    end
    Redirect allows you to transfer existing combo points that weren't used on a previous target to a new target (or if a target dies it works on the lingering combo points on that dead target to a new alive target within a certain time)

    My code is wrong because it's simply checking if I do not have any combo points on my current target, when it actually needs to check for existing active combo points that I can transfer, but I have no idea on which command to use (if there is one) for PQR

    Doing lots of Google searches to see if I can find something

  3. #4728
    rknDA1337's Avatar Member
    Reputation
    12
    Join Date
    Apr 2008
    Posts
    144
    Thanks G/R
    6/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    wow this is the first I've heard of something like this, my question is - how safe is this program? is it like any other bot?

  4. #4729
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KleskReaver View Post
    Can anyone help me with making a Redirect ability for Rogues?

    I whipped this up in 2 seconds but it doesn't work cause it just constantly tried to use the ability and nothing else
    Code:
    if GetComboPoints( "player", "target" ) == 0 then
    	
    	CastSpellByName( GetSpellInfo(73981), nil )
    	return true
    	
    end
    Redirect allows you to transfer existing combo points that weren't used on a previous target to a new target (or if a target dies it works on the lingering combo points on that dead target to a new alive target within a certain time)

    My code is wrong because it's simply checking if I do not have any combo points on my current target, when it actually needs to check for existing active combo points that I can transfer, but I have no idea on which command to use (if there is one) for PQR

    Doing lots of Google searches to see if I can find something
    Yes. Create an event handler for the target changed event.

    Sent from my Galaxy Nexus using Tapatalk 2

  5. #4730
    Kelloy's Avatar Member
    Reputation
    2
    Join Date
    Oct 2011
    Posts
    28
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Crystaltech

    Re your new Windwalker profile. I'm having some issues with it I'm afraid. It becomes chi starved and locks up for me. If I do a couple of manual jabs it restarts though, but not perfect yet, at least for me.

  6. #4731
    evv0kk's Avatar Member
    Reputation
    7
    Join Date
    Nov 2007
    Posts
    143
    Thanks G/R
    2/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any plans for a 64-bit version?

  7. #4732
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evv0kk View Post
    Any plans for a 64-bit version?
    Until there's a legitimate need for one its unlikely it'll be done. 64 bit version does not provide enough of a benefit to justify its use.

  8. #4733
    evv0kk's Avatar Member
    Reputation
    7
    Join Date
    Nov 2007
    Posts
    143
    Thanks G/R
    2/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lawlmoto View Post
    Until there's a legitimate need for one its unlikely it'll be done. 64 bit version does not provide enough of a benefit to justify its use.
    I just ask because I like to morph my character. and the only morph I see that works is tMorph, and its for 64-bit only.

  9. #4734
    Sovietbobcat's Avatar Corporal
    Reputation
    1
    Join Date
    May 2012
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by evv0kk View Post
    I just ask because I like to morph my character. and the only morph I see that works is tMorph, and its for 64-bit only.
    Then you have a choice to use one or the other.

  10. #4735
    snowhawk's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2008
    Posts
    238
    Thanks G/R
    42/130
    Trade Feedback
    0 (0%)
    Mentioned
    14 Post(s)
    Tagged
    0 Thread(s)
    Does the API make available a variable or function for determining how many resurrections are currently available during a battle? Writing a soulstone function for my demo profile and trying to check if its possible to res someone before I actually bail out on the shapeshift to conserve fury.

  11. #4736
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kelloy View Post
    @ Crystaltech

    Re your new Windwalker profile. I'm having some issues with it I'm afraid. It becomes chi starved and locks up for me. If I do a couple of manual jabs it restarts though, but not perfect yet, at least for me.
    Do you have power strike??

  12. #4737
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    yea, in the settings of pqr itself.
    How this work? What i need to do with the macro : /script if PQRcast...
    Sry im a noob in coding
    In your profile ww i removed the invoque xuen the white tiger, to cast it when i want to burst...
    So i would add this spell in manuel cast...

  13. #4738
    trinchen's Avatar Corporal
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it was 1215 kt server time my pqr profile wont enable anymore when i try to enable it using ALT+Z nothing happens i then minimize and see that pqr is not responding did blizzard change something cuz it worked all night up until after 1200 server i tried cutting it off and on like 5 times could just be me or offsets i dunno but it does attach... i dunno any help? thanks....

  14. #4739
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by trinchen View Post
    it was 1215 kt server time my pqr profile wont enable anymore when i try to enable it using ALT+Z nothing happens i then minimize and see that pqr is not responding did blizzard change something cuz it worked all night up until after 1200 server i tried cutting it off and on like 5 times could just be me or offsets i dunno but it does attach... i dunno any help? thanks....
    Try rebooting

  15. #4740
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by rknDA1337 View Post
    wow this is the first I've heard of something like this, my question is - how safe is this program? is it like any other bot?
    This gets answered about every other page or 2 but let me chime in this time.....If you are afraid of losing your account don't use any kind of third party software.

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 08:22 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