PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 128 of 779 FirstFirst ... 2878124125126127128129130131132178228628 ... LastLast
Results 1,906 to 1,920 of 11681
  1. #1906
    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)
    if its a displayed buff then yes, hawk + moving + casting cobra/steady = hacking > report if someone is targeting you they'll see it. might not know what you did but still be careful

    Please if someone helped you donate rep to them.

    PQR - Rotation Bot
  2. #1907
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i will thamks Crystal i will stop now then :-/

  3. #1908
    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 crystal_tech View Post
    if its a displayed buff then yes, hawk + moving + casting cobra/steady = hacking > report if someone is targeting you they'll see it. might not know what you did but still be careful
    side note:
    i'm looking for feedback for specs/rotations for mists, I'll compare it to what i have now and see if theres any changes I need to make.
    so pm me a link to the build w/ glyph list and a simple rotation that you would use. I only want rogues/hunters/locks atm

    Please if someone helped you donate rep to them.

  4. #1909
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    side note:
    i'm looking for feedback for specs/rotations for mists, I'll compare it to what i have now and see if theres any changes I need to make.
    so pm me a link to the build w/ glyph list and a simple rotation that you would use. I only want rogues/hunters/locks atm
    Are you asking for what class i will use in mist well im not sure as i never got a beta key but i will be using hunter for sure :-)

  5. #1910
    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 Techz View Post
    Are you asking for what class i will use in mist well im not sure as i never got a beta key but i will be using hunter for sure :-)
    its open to anyone that wants to give me feedback

    Please if someone helped you donate rep to them.

  6. #1911
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well crystal like i said i will be all over the hunter in mop running it for my guild so i hope to give you alot of feedback by then :-)

  7. #1912
    MastaRage's Avatar Sergeant Major
    Reputation
    56
    Join Date
    Dec 2011
    Posts
    170
    Thanks G/R
    4/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    side note:
    i'm looking for feedback for specs/rotations for mists, I'll compare it to what i have now and see if theres any changes I need to make.
    so pm me a link to the build w/ glyph list and a simple rotation that you would use. I only want rogues/hunters/locks atm
    some IV guides but they may not be updated: Marksmanship, Beast Mastery, and Survival.

    Also, lastest forum blue post about hunter nerf in beta: Please be gentle with the hunter nerfs. - Forums - World of Warcraft

  8. #1913
    Lexi777's Avatar Member
    Reputation
    8
    Join Date
    May 2012
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    if its a displayed buff then yes, hawk + moving + casting cobra/steady = hacking > report if someone is targeting you they'll see it. might not know what you did but still be careful
    Im confused on how that shows hacking lol

  9. #1914
    MastaRage's Avatar Sergeant Major
    Reputation
    56
    Join Date
    Dec 2011
    Posts
    170
    Thanks G/R
    4/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lexi777 View Post
    Im confused on how that shows hacking lol
    You can't move and cast cobra/stead shot. You must be stationary, but in Fox you can move and cast both.
    So exactly as Crystal said:
    Aspect of the Hawk + moving + Casting cobra/steady is impossible thus hacking

  10. #1915
    taker's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Latest offsets for MOP beta are up.
    Thank you !

  11. #1916
    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)
    @Xelper: is possible to replace CastSpellByID inside PQR with CastSpellByName? some morph spells like mage bombs (nether tempest/living bomb/frost bomb) dont seem to work with CastSpellByID, but work flawless on CastSpellByName.

    Actual code
    Code:
    CastSpellByID(spellID)
    --CastSpellByName(tostring(GetSpellInfo(spellID)))
    
    CastSpellByID(spellID, PQR_CustomTarget)
    --CastSpellByName(tostring(GetSpellInfo(spellID)), PQR_CustomTarget)
    Proposed one
    Code:
    --CastSpellByID(spellID)
    CastSpellByName(GetSpellInfo(spellID),nil)
    
    --CastSpellByID(spellID, PQR_CustomTarget)
    CastSpellByName(GetSpellInfo(spellID), PQR_CustomTarget)
    [ 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]

  12. #1917
    Lexi777's Avatar Member
    Reputation
    8
    Join Date
    May 2012
    Posts
    126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MastaRage View Post
    You can't move and cast cobra/stead shot. You must be stationary, but in Fox you can move and cast both.
    So exactly as Crystal said:
    Aspect of the Hawk + moving + Casting cobra/steady is impossible thus hacking
    Eeek i misread the post, I thought it said "Aspect of the FOX + moving + Casting cobra/steady"

  13. #1918
    jojozilla69's Avatar Member
    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)
    Great work on PQR! For some fun I grabbed Superman's SupermannSUBPVP.zip. This is the only rogue profile I have and now my only choice of Rotation is "Assassination (Superman)". Been using PQR for months on my mage, dk and hunter, am I doing something wrong or is new profile labeled wrong? Thanks for any reply.

  14. #1919
    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)
    Ok, guys, here's a little update.

    HonorBuddy + PQRotation Warrior Profile Version 0.1

    Coded as of this Zip release:
    • Levels 1-15
    • Arms Only so far Till I get around to coding Fury. Fury has parts done, but HonorBuddy CC itself has not been touched and as so, HonorBuddy will fight PQRotation for supremacy in spell casts
    • Uses Victory Rush for heals
    • Has a much better DPS rotation
    • No deaths recorded from 1-15


    Ok guys, you know the drill. Singular goes in CustomClasses folder in HonorBuddy. Let it over-write everything that it needs to. Copy Warrior and Data Folder to their respective places in the PQRotation Folder. Start HonorBuddy and PQrotation. In PQRotation, select Warrior Main Rotation as the rotation you will be using. From there, it will auto-detect your spec, level and pick the best accordingly.

    To keep the latest update of the PQRotation Profiles, update the profile from within PQRotation by clicking Rotation Editor > Class - Warrior > Profile - HonorBuddy Warrior DPS > Download Update.
    As for the HonorBuddy CC updates, you will have to get that from my SVN, which is in my signature. I will not update the zip file with the newest changes as that would be a lot of work for every update I release.
    Just go through the Other Profiles link and select the Source Tab. Follow the Instruction's there. I will not baby you through it all. If you do not know how to sue SVN, then start doing some Google searches.

    DOWNLOAD LINK: HonorBuddy_Warrior_Rotation's.rar - pqrotation-profiles - HonorBUddy - PQROtation - Warrior Leveling - Profiles for the WoW Helper Program PQRotation - Google Project Hosting
    SVN CHECKOUT: Source Checkout - pqrotation-profiles - Profiles for the WoW Helper Program PQRotation - Google Project Hosting

    EDIT** Update the profile through PQROtation. Update 0.1.5 has been pushed with Code to pull Flying Target's that HonorBuddy target's.
    EDIT*** 0.1.6 Released. Execute added to rotation's Arms and Fury. HonorBuddy still handles Fury Rotation.
    Last edited by firepong; 08-03-2012 at 09:01 PM.

  15. #1920
    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)
    Originally Posted by firepong View Post
    Ok, guys, here's a little update.

    HonorBuddy + PQRotation Warrior Profile Version 0.1

    Coded as of this Zip release:
    • Levels 1-15
    • Arms Only so far Till I get around to coding Fury. Fury has parts done, but HonorBuddy CC itself has not been touched and as so, HonorBuddy will fight PQRotation for supremacy in spell casts
    • Uses Victory Rush for heals
    • Has a much better DPS rotation
    • No deaths recorded from 1-15


    Ok guys, you know the drill. Singular goes in CustomClasses folder in HonorBuddy. Let it over-write everything that it needs to. Copy Warrior and Data Folder to their respective places in the PQRotation Folder. Start HonorBuddy and PQrotation. In PQRotation, select Warrior Main Rotation as the rotation you will be using. From there, it will auto-detect your spec, level and pick the best accordingly.

    To keep the latest update of the PQRotation Profiles, update the profile from within PQRotation by clicking Rotation Editor > Class - Warrior > Profile - HonorBuddy Warrior DPS > Download Update.
    As for the HonorBuddy CC updates, you will have to get that from my SVN, which is in my signature. I will not update the zip file with the newest changes as that would be a lot of work for every update I release.
    Just go through the Other Profiles link and select the Source Tab. Follow the Instruction's there. I will not baby you through it all. If you do not know how to sue SVN, then start doing some Google searches.

    DOWNLOAD LINK: HonorBuddy_Warrior_Rotation's.rar - pqrotation-profiles - HonorBUddy - PQROtation - Warrior Leveling - Profiles for the WoW Helper Program PQRotation - Google Project Hosting
    SVN CHECKOUT: Source Checkout - pqrotation-profiles - Profiles for the WoW Helper Program PQRotation - Google Project Hosting

    EDIT** Update the profile through PQROtation. Update 0.1.5 has been pushed with Code to pull Flying Target's that HonorBuddy target's.
    EDIT*** 0.1.6 Released. Execute added to rotation's Arms and Fury. HonorBuddy still handles Fury Rotation.

    I've been messing around with honorbuddy...I gotta check this out. I have a 80 druid that needs leveling lol

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 02:48 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