PQR - Rotation Bot menu

User Tag List

Page 73 of 779 FirstFirst ... 23697071727374757677123173573 ... LastLast
Results 1,081 to 1,095 of 11681
  1. #1081
    Modernn's Avatar Member

    Reputation
    1
    Join Date
    Oct 2010
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm looking into modifying one of the rogue rotations to accommodate for the Fury of the Destroyer buff you get when your legendary daggers proc. If someone would be willing to help me out that'd be fantastic

    PQR - Rotation Bot
  2. #1082
    bigworm79's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, love the program, works real good with the profiles ive played around with. im not good at putting together code for anything tho. i know alot of people hate people asking for someone to make stuff for them, if someone could piont me into a direction of a better guide to learn would be nice but if not was just curious if someone could help me with a simple Heroic strike command for my warrior for pve. i just want to use the skill to go off when my rage is at 65. any help for writing this would be appreciated. would make doing my pve rotation 100% easier. not having to worry about heroic strike at all.
    Last edited by bigworm79; 06-22-2012 at 11:29 PM.

  3. #1083
    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 bigworm79 View Post
    Hi, love the program, works real good with the profiles ive played around with. im not good at putting together code for anything tho. i know alot of people hate people asking for someone to make stuff for them, if someone could piont me into a direction of a better guide to learn would be nice but if not was just curious if someone could help me with a simple Heroic strike command for my warrior for pve. i just want to use the skill to go off when my rage is at 65. any help for writing this would be appreciated. would make doing my pve rotation 100% easier. not having to worry about heroic strike at all.
    That's a easy one :P

    Ability Name: Heroic Strike
    Spell ID: 78
    Code:
    if  UnitPower("player") >= 65 then
    	return true
    end
    Last edited by Kinkeh; 06-22-2012 at 11:37 PM.

  4. #1084
    bigworm79's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thanx for this, edit: after watching it, i noticed it was casting heroic strike all the time on CD. wasnt waiting for 65 rage to build first. is there something ive done wrong in the settings so that its just casting it everytime? i got one that works great for my trance procs. but sum reason this one wont pop heroic strike at 65 rage.
    Last edited by bigworm79; 06-23-2012 at 12:10 AM.

  5. #1085
    BHLDepression's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    132
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks to pqr i just made 10k by prospecting 700 stacks of elementium

  6. #1086
    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 Dominium View Post
    Hey guys, since Cokx ret paladin PvP profile doesn't have a immunity check, could someone provide me with a piece of code that I could paste into pretty much all attacks so that they return false if the target has either Divine Shield, Ice Block or Deterrance? Would be lovely - thank you.

    local divineShield = PQR_UnitBuffID("target", 642)
    local iceBlock = PQR_UnitBuffID("target", 4543
    local deterranceGlyped = PQR_UnitBuffID("target", 19263)

    if divineShield ~= nil or iceBlock ~= nil or deterranceGlyphed ~= nil then
    return false
    end

    Just google the ids.



    Originally Posted by Modernn View Post
    I'm looking into modifying one of the rogue rotations to accommodate for the Fury of the Destroyer buff you get when your legendary daggers proc. If someone would be willing to help me out that'd be fantastic
    local furyOfTheDestroyer = PQR_UnitBuffID("player", 109949)

    if furyOfTheDestroyer ~= nil then
    --do something
    return true
    end
    Last edited by averykey; 06-23-2012 at 12:59 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  7. #1087
    vitalic's Avatar Contributor CoreCoins Purchaser
    Reputation
    182
    Join Date
    Jun 2010
    Posts
    3,527
    Thanks G/R
    8/3
    Trade Feedback
    10 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by solarwake View Post
    Meatglue you can actually run both profiles ( interrupt profile and his rogue profile) at the same time. Just hit the hot keys for each and they will both run.

    Solarwake
    it would probably need some modification to run with a dps profile anyway, a lot of the spells in my profile are casted from event handlers and not pqr itself, so i suspect if pqr is trying to spam damage abilities it will override the event based casting. really i don't know how you can automate the core of rogue pvp, it's just going to be terrible no matter how good the profile is, and if you are happy with just randomly stunning opponents the second you get combo points etc. i don't see why you would need most of the stuff in my profile.

  8. #1088
    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 vitalic View Post
    it would probably need some modification to run with a dps profile anyway, a lot of the spells in my profile are casted from event handlers and not pqr itself, so i suspect if pqr is trying to spam damage abilities it will override the event based casting. really i don't know how you can automate the core of rogue pvp, it's just going to be terrible no matter how good the profile is, and if you are happy with just randomly stunning opponents the second you get combo points etc. i don't see why you would need most of the stuff in my profile.
    This is why there is no need to combine Vitalic's profile with any other profiles. Vitalic's profile does some amazing things, cloaking fears etc etc that the profile wont be able to do if its trying to randomly backstab,hemo etc. Although people get lazy after a while of using PQR, its not too difficult to know the rogues basics, IMO learn the basics (Backstabbing,hemo,gouging blah blah) and run Vitalics profile and you're golden.

  9. #1089
    vitalic's Avatar Contributor CoreCoins Purchaser
    Reputation
    182
    Join Date
    Jun 2010
    Posts
    3,527
    Thanks G/R
    8/3
    Trade Feedback
    10 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lexi777 View Post
    This is why there is no need to combine Vitalic's profile with any other profiles. Vitalic's profile does some amazing things, cloaking fears etc etc that the profile wont be able to do if its trying to randomly backstab,hemo etc. Although people get lazy after a while of using PQR, its not too difficult to know the rogues basics, IMO learn the basics (Backstabbing,hemo,gouging blah blah) and run Vitalics profile and you're golden.
    did you try it against any mages/hunters yet btw?

  10. #1090
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    local divineShield = PQR_UnitBuffID("target", 642)
    local iceBlock = PQR_UnitBuffID("target", 4543
    local deterranceGlyped = PQR_UnitBuffID("target", 19263)

    if divineShield ~= nil or iceBlock ~= nil or deterranceGlyphed ~= nil then
    return false
    end

    Just google the ids.





    local furyOfTheDestroyer = PQR_UnitBuffID("player", 109949)

    if furyOfTheDestroyer ~= nil then
    --do something
    return true
    end

    Thanks! +rep

  11. #1091
    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 vitalic View Post
    did you try it against any mages/hunters yet btw?
    Hunters, not yet (Ill have to duel a hunter and test out the gouging engage). Our Shammy hasnt been on so we havent been able to run 3s, but i ran 2s to cap out but didnt come across any huntards. Mages yes definitely, Most of them have been fire so as far as the deep freeze trick, havent had a chance to see that. Im gonna sit in Elwynn tomorrow and duel some frosties though, because i wanna test the Focus ShS-Kicking poly. Its kinda been a drawn out testing lol, but so far i havent had any problems, its been doing most every abilty you've mentioned it would do. I love the auto shiv on unholy frenzy thats nice and ShS charge lol kinda cool.


    *Edit: I watched Rzn's skill capped video and near the very end against a disc he cloaks the priests fear lol. Makes me feel good that i can finally pull off some amazing stuff like a Rank 1... well even though its not really me, but you know.
    Last edited by Lexi777; 06-23-2012 at 04:58 AM.

  12. #1092
    magenpriest's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper prot pally AOE profile having a hard time maintaining threat, any suggestion? Thanks!

  13. #1093
    Clotic's Avatar Member Authenticator enabled
    Reputation
    11
    Join Date
    Jun 2010
    Posts
    200
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LF a Restro shaman pvp!

  14. #1094
    SilverRider's Avatar Private
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by isidorzzon View Post
    LF a Restro shaman pvp!
    Sammmmeeeeeee

  15. #1095
    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 isidorzzon View Post
    LF a Restro shaman pvp!
    Originally Posted by SilverRider View Post
    Sammmmeeeeeee
    All I can say guys, is if you want one that bad, your going to have to take one of the Resto Shaman PvE profiles and modify it yourself to work in PvP settings. Not much people here PvP on a shaman from what I hear, and since I'm not one of them, I can't go and make the profile as I don't have a clue how it all works.

    Anyways, got a pretty big update for all you peeps that use Honorbuddy and their Quest/Instance/Grinding bots and tired of the sub-par combat DPS when leveling.
    AT THE MOMENT, ONLY FERAL COMBAT IS CODED IN. More DPS rotations will come later in the future, with Boomkin being the next job to tackle.

    Been working on getting PQRotation implemented in for use instead of the built-in combat rotation as it is sub-par at best because of the Pulse code being used and slowing the rotation around. So, like stated, my intention is to code in usage of running both PQRotation and HonorBuddy in tandem for 100% best results.

    So far, it is working great. Where I would die from mobs using the standard HonorBuddy rotation and no PQRotation, I live using PQRotation and HonorBuddy together. I have coded in heals for while in combat like Rejuvenation, Regrowth and Healing Touch for certain Buff's and situations.

    CHANGE-LOG:
    • Version 1.0
      • Usage of Rejuvination for all level's, except 85.
      • Usage of Regrowth from level learned up till you learn Healing Touch at level 78
      • Use of Healing Touch from 78 till you hit 85
      • Mangle, Shred and Swipe are handled by Honorbuddy combat exclusively. This is because it has a smarter handle of when to Mangle instead of Shred and vise versa as well as when best to Swipe for AoE instead of single target. I have come to find out that this is not always the case for Mangle and Shred, but it is still better than having Mangle and Shred coded into PQRotation profile and having PQR try to figure out which to use. This way, you don't loose DPS from the GCD being hit trying to cast spells.
      • Rotation works in both InstanceBuddy and Questing Bot. No code implemented yet for Battlegrounds. Will be coming in the future when I decide to level through instances a Druid on another server. Until then, I caution not to use this profile with HonorBuddy but instead just select the Regular Singular rotation when prompted to select a CC profile.
      • A lot of other changes that aren't worth mentioning




    SVN Link is recommended as you will always have the Latest and greatest update for all my work's. If you don't know how to use SVN, just do a google search and it will fill you in on all you need to know.
    DATA and Profile folder goes in there respective places in the PQRotation folder. Singular Reloaded goes in CustomClasses in HonorBuddy folder.

    POST/WHISPER FEEDBACK FOR ME FOR THE PEOPLE THAT USE THIS. BUGS WILL NOT GET FIXED IF I DON'T KNOW WHATS WRONG.
    Last edited by firepong; 06-23-2012 at 08:45 PM.

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:14 PM. 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