PQR - Rotation Bot menu

User Tag List

Page 190 of 779 FirstFirst ... 90140186187188189190191192193194240290690 ... LastLast
Results 2,836 to 2,850 of 11681
  1. #2836
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Pong when I use the PQR Update on the MOPDruid profile in the Rotation Editor I still have version 1.0. Am I updating the right one?

    PQR - Rotation Bot
  2. #2837
    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 Vogel81 View Post
    Here is the PvE MOP Assassination profile.. Started by Sheuron... Fixed by travis2861... Now with Dispatch fixed by matee.sk and myself. Dispatch now works with procs and under 35%. Vendetta still left out of rotation.

    https://www.dropbox.com/s/n7pzfmw9g1...onFixedMOP.rar
    Just a thought, might want to include Sheuron's Data file in the zip as well, for anyone that doesn't have his Profile pack downloaded. The profile won't run without the Data file.

    Originally Posted by Vogel81 View Post
    Pong when I use the PQR Update on the MOPDruid profile in the Rotation Editor I still have version 1.0. Am I updating the right one?
    Make sure to update the FireKitteh one, not FireKittehMoP. FireKittehMoP has been discontinued since, obviously, 5.0.4 is on live realms I just checked it myself, and it shows 1.1 as the latest version for FireKitteh.

    P.S. Have not checked AoE, so it might not be working. I changed a few thing's on it, but that's it.

    P.S.S Let me know if it decides to spam Faerie Fire at any point as I just did a quick code for it. It's not checking if there is any other Debuff like it on the target, so it could spam it in a situation where there's more feral druids in the group. For example, in a 25man LFR where its more common to have more than 1 of the same class and group that puts the same Debuff on the target, but under a different type of spell.
    Last edited by firepong; 08-30-2012 at 12:44 AM.

  3. #2838
    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)
    Fixed my problem duhhh spell id number
    Last edited by hbkx1; 08-30-2012 at 01:08 AM.

  4. #2839
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sub rogue profile in the works got basics up and running just trying to get shadow dance working atm. Release what i got after work tomorrow.

  5. #2840
    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)
    On my Feral DPS rotation, got a problem on Mangle. Will have it fixed soon.

  6. #2841
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have two abilities I had tied into my Warrior profiles that I can't get to work since 5.0.4 but I'm unsure of it's just small code changes I need to change. If someone could point me in the right direction I would greatly appreciate it.

    Thunderclap
    Code:
    if IsRightShiftKeyDown() then    CastSpellByID(6343)
        if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
        return true
    end

    Heroic leap
    Code:
    if HLeap == 0 and IsLeftControlKeyDown() and GetCurrentKeyBoardFocus()==nil then
    CastSpellByName("Heroic Leap")
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true end

  7. #2842
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nevermind, posted it in a better place just to avoid spamming this thread.
    Looking for exploiters and botters to Elder Scrolls Online.

  8. #2843
    Whatsmyname's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Apr 2012
    Posts
    76
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looking for a Frost DK PvE rotation.

    Originally Posted by firepong View Post
    Just a thought, might want to include Sheuron's Data file in the zip as well, for anyone that doesn't have his Profile pack downloaded. The profile won't run without the Data file.
    Do you have a link for that Data file?
    Last edited by Whatsmyname; 08-30-2012 at 01:23 AM.

  9. #2844
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Whatsmyname View Post
    Looking for a Frost DK PvE rotation.
    Go to the first page .You will find profiles there

  10. #2845
    knightnova1's Avatar Active Member
    Reputation
    28
    Join Date
    Jun 2012
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by js1974 View Post
    I have two abilities I had tied into my Warrior profiles that I can't get to work since 5.0.4 but I'm unsure of it's just small code changes I need to change. If someone could point me in the right direction I would greatly appreciate it.

    Heroic leap
    Code:
    if HLeap == 0 and IsLeftControlKeyDown() and GetCurrentKeyBoardFocus()==nil then
    CastSpellByName("Heroic Leap")
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
    return true end
    Make sure you defined HLeap at the top of the ability, it should be:
    local _,HLeap = GetSpellCooldown("Heroic Leap")

    The thunderclap you might want to put a /stopcasting, also i dont think you need the Camera function in there since TC is always under your feet.

  11. #2846
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Have the spellid for Hour of Twillight changed to 106371? I had an old spellid for the raid i tried yesterday and it did not work. Saw that avery had 109417 in his and that dont exist anymore.

    Also at all who have spellid issues. Note that alot of the spellids are "morphed" or whatever so you need to be careful especially due to shapeshifting or spezialisation.

    SavageRoar for example i need to use the base spell to cast 52610 but 127538 to check for buff. The 127538 is due to it being glyphed and therefore the spell morphs into a new one but i cant cast it, need to use the "base" spell.
    Last edited by Gabbz; 08-30-2012 at 01:41 AM.
    Looking for exploiters and botters to Elder Scrolls Online.

  12. #2847
    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 Whatsmyname View Post
    Looking for a Frost DK PvE rotation.



    Do you have a link for that Data file?
    It's in Sheuron's Profile pack on the first page.

  13. #2848
    Whatsmyname's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Apr 2012
    Posts
    76
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    It's in Sheuron's Profile pack on the first page.
    Yep, found it already. Just having a small problem with Garthok's DK Frost profile, which doesn't seem to cast Frost Strike, although it should get used.

  14. #2849
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Just a thought, might want to include Sheuron's Data file in the zip as well, for anyone that doesn't have his Profile pack downloaded. The profile won't run without the Data file.
    Good call. Here is the Finished PvE MoP Assassination PQR with Data file included. I'll go edit the old post to this new one as well.

    MoP Ready PvE Assassination Rotation Download:

    https://www.dropbox.com/s/7440qo653e...FixedwData.rar
    Last edited by Vogel81; 08-30-2012 at 02:01 AM.

  15. #2850
    Vogel81's Avatar Master Sergeant
    Reputation
    22
    Join Date
    Feb 2012
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by firepong View Post
    Make sure to update the FireKitteh one, not FireKittehMoP. FireKittehMoP has been discontinued since, obviously, 5.0.4 is on live realms I just checked it myself, and it shows 1.1 as the latest version for FireKitteh.
    Worked like a charm. Haven't tested, but the update works

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 09:47 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