PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 133 of 779 FirstFirst ... 3383129130131132133134135136137183233633 ... LastLast
Results 1,981 to 1,995 of 11681
  1. #1981
    mrleo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys why it doesnt work on the pandaria beta for me? it starts, detects the char but then when i press the first button for the firts rotation (F2) doesnt say anything in chat and doesnt do anything... i downloaded the latest version and everything... anyone willing to help?

    PQR - Rotation Bot
  2. #1982
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrleo View Post
    guys why it doesnt work on the pandaria beta for me? it starts, detects the char but then when i press the first button for the firts rotation (F2) doesnt say anything in chat and doesnt do anything... i downloaded the latest version and everything... anyone willing to help?
    Make sure to un-check run in 64-bit mode and run in 32-bit? Only thing I can think of.

  3. #1983
    mrleo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    dont know i just checked... is running in 32-bit but still nothing doesnt start or do anything... gets the char starts up but then when i press it does nothing...:/

  4. #1984
    Decaed's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Jun 2012
    Posts
    134
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm looking to buy some Warlock MoP profiles in preparation for its release.

    Will donate or buy through Paypal. Let me know what spec(s) you have available through PM.

    Thanks!

  5. #1985
    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 Decaed View Post
    I'm looking to buy some Warlock MoP profiles in preparation for its release.

    Will donate or buy through Paypal. Let me know what spec(s) you have available through PM.

    Thanks!
    Bu_ba and crystal_tech are working on some warlock profiles, along with Valma I believe but I haven't heard about his project lately. All great devs, so wait until they release theirs and donate to them .
    Last edited by Kinkeh; 08-08-2012 at 12:44 AM.

  6. #1986
    Wolf37RU's Avatar Private
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I apologize in advance for my poor English (I'm Russian)
    I have this program formed a problem.
    It uses during battle Trinkets, it prevents me to pass Spine of Deathwing as Trinkets to use when you hit "Burning Tendons" to maximize DPS.
    I use a profile for a shaman from the author Enhantsement Kezhzhin86 who took over the site PQRotation | Wix.com #! Class-profiles.
    I have a huge requezt, explain preferably in the screenshots how to disable this feature in the program.
    Thanks in advance sincerely yours Wolf37RU.

  7. #1987
    ace99ro's Avatar Sergeant Major
    Reputation
    9
    Join Date
    Dec 2011
    Posts
    173
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @ Xelper : wanted to try your mop ret rotation , but when i activate it , just stands there spamming seal of truth until you go oom

    LE : removed seal from rotation , and it works flawless , on PTR with my 408 ilvl ret , i bursted 78k , and finished after 10 mil damagedone @ 43k , incredible work man
    Last edited by ace99ro; 08-08-2012 at 03:22 AM.

  8. #1988
    Weischbier's Avatar Member
    Reputation
    12
    Join Date
    Apr 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do I check if my current target is casting a certain spell?
    I looked at the API but then my brain thought nope that shit is not for me^^

    I want to cast Kidney shot when my target is casting Arcane Infused Weapon.

    greetz

    Weischbier

  9. #1989
    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 Weischbier View Post
    How do I check if my current target is casting a certain spell?
    I looked at the API but then my brain thought nope that shit is not for me^^

    I want to cast Kidney shot when my target is casting Arcane Infused Weapon.

    greetz

    Weischbier
    This should work.

    Spell ID: 408

    Code:
    local Arcane,_,_,_,_,_,_,_,_ = UnitCastingInfo("target")
    
    if Arcane == ("Arcane Infused Weapon") then
       return true
    end

  10. #1990
    Weischbier's Avatar Member
    Reputation
    12
    Join Date
    Apr 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    This should work.

    Spell ID: 408

    Code:
    local Arcane,_,_,_,_,_,_,_,_ = UnitCastingInfo("target")
    
    if Arcane == ("Arcane Infused Weapon") then
       return true
    end
    Thanks but it's not working.

    greetz

    Weischbier

  11. #1991
    Mirabis's Avatar Member
    Reputation
    1
    Join Date
    Jul 2010
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Looking forward to a feral-pvp profile. Would be nice if it was like Gabbz Kittybear profile but resumes pvp-rotation at shapeshift. I actually use kittybear in BG's and it does pretty good!
    That's a great idea.. current Feral PvP Switches back to Kitty if Hp >30%

  12. #1992
    mrleo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey guys i need help... pqr doesnt work for me on the beta... it starts detects the character but then i press F2 and it does nothing. no message in chat no spells nothing... anyone can help?

  13. #1993
    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 Weischbier View Post
    Thanks but it's not working.

    greetz

    Weischbier
    --checks to see if your in combat with a target and have 1 or more combo points
    ---then it checks to see if your target is casting the spell you want before casting kidney shot
    ----uses english string for checks so it will only work in english client
    ----UPDATE: Changed it to work on any client
    Code:
    local spell = GetSpellInfo("109887")
    
    if UnitAffectingCombat("player") and UnitExists("target") then
         if UnitCastingInfo("target") == spell and GetComboPoints("player", "target") > 1 then
              return true
         end
    end
    Last edited by crystal_tech; 08-08-2012 at 08:00 AM. Reason: reworked the code

    Please if someone helped you donate rep to them.

  14. #1994
    supermann's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mrleo View Post
    hey guys i need help... pqr doesnt work for me on the beta... it starts detects the character but then i press F2 and it does nothing. no message in chat no spells nothing... anyone can help?
    1. Start PQR as Administrator
    2. Don`t use PQR with WoW 64bit.
    3. ...
    4. on start press "Download the latest offsets"
    5. ... profit ?

    greetz,
    up,up and away

  15. #1995
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Preliminar Warrior Protection PvE rotation for Mist of Pandaria, designed to level 85 to 90. Still some missing spells, you should manually use Shield Block/Barrier. Press RIGHT Control to switch Single target / aoe.
    http://www.ownedcore.com/forums/worl...ml#post2250100 (PQR - Rotation Bot)

    Included a warning on the data file to check if object manager is not working.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

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