PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 85 of 779 FirstFirst ... 35818283848586878889135185585 ... LastLast
Results 1,261 to 1,275 of 11681
  1. #1261
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    106199 is just blood corruption? or specifically death?

    PQR - Rotation Bot
  2. #1262
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think i understand now. if the code isn't in the list it will not dispel.

    --blood corruption earth
    Spell ID: 106200

    --blood corruption death
    Spell ID; 106199

  3. #1263
    Wonderworm's Avatar Sergeant
    Reputation
    26
    Join Date
    Jul 2012
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know if we create beta profiles will they work on the upcoming 5.0.1 pre event build? Won't have access to the PTR once its up but have Beta access.

  4. #1264
    lordkain's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all,
    I'm new to PQR, but a long time Honorbuddy user. I'm looking for a good Holy Priest PVE raiding (DS) profile. Is there any profile other than Sheuron's?
    Also, I'd like to know if any if you is using PQR for Holy Priests and what are the results in LFR and DS 10 N? Does it top the healing meters? Which profile are you using?
    (Please, do not recommend anything you're not currently using. I'd like to hear from users with real experience using Holy Priest profiles. Thanks).

  5. #1265
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Wonderworm View Post
    Anyone know if we create beta profiles will they work on the upcoming 5.0.1 pre event build? Won't have access to the PTR once its up but have Beta access.
    The API available to you in 5.0.1 pre-MOP build will be the same API as the MOP build. You should be able to write a profile on beta as a level 85 then use it as a level 85 at release.

  6. #1266
    D4rk5tyl3z's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2010
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I need Help i have the latest version of PQR but there are no rotations in the bot itself...i downloaded various profiles and put them in the profiles folder but when i enter the bot the rotations aren´t there...what am i doing wrong?

  7. #1267
    Schattengest's Avatar Corporal
    Reputation
    6
    Join Date
    Apr 2012
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is any fishing profile?

  8. #1268
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @D4rk5tyl3z: Make sure the profiles you're trying to load are in their respective folders in the Profiles folder in PQR.

    @Schattengest: Can't be done with PQR as far as I know.

  9. #1269
    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)
    Originally Posted by ace99ro View Post
    i checked sheurons profiles and none of them has an integrated dispelling checker , like buba's holy or onya's resto shammy , u need to integrate a code looking like this

    buba's code :

    -- Checking if there's a dangerous Debuff we shouldn't Cleanse
    -- Rewrite
    function DontDispel(t)
    local buff = { 96328, 96325, 96326, 86788, 30108, 34914, 109325, 106200 }
    local DontDispelCheck = false
    for i=1, #buff do
    if UnitDebuffID(t, buff[i]) then
    if UnitDebuffID(t, 87100) then
    return false
    elseif UnitDebuffID(t, 31117, "EXACT") then
    return false
    elseif UnitDebuffID(t, 109325) then
    if UnitDebuffID(t, 110317) then
    return false
    end
    end
    DontDispelCheck = true
    end
    end
    return DontDispelCheck
    end


    -- Checking if there's a Dangerous Debuff we need to cleanse Immediately
    function DangerousMagic(t)
    local buff = { 5782, 118, 122, 339, 1499, 6358, 605, 20066, 853, 5484, 71757, 104601, 107629, 99567, 31117, 110317, 103363, 106199 }
    for i=1, #buff do
    if UnitDebuffID(t,buff[i], "EXACT") then
    return true
    end
    end
    end


    onya's code :

    Decurse = {
    --- Hour of Twilight
    102582, --- chains of frost
    102848, -- tentacle smash
    43415, -- freezing trap
    103363, -- Twilight Shear
    103151, -- Righteous Shear

    --- End Time
    102057, -- Scorched
    101840, -- Molten Blast
    101412, -- Shriek of the Highborne

    --- Dragon Soul
    105289, -- Shattered Ice
    108567, -- Shattered Ice
    103434, --- disrupting shadows
    109333, -- Frost Corruption
    107629, --- boulder smash
    109423, -- Shackles of Ice
    106199, -- blood corruption
    }
    the functions you paste there was coded by me, seem you didnt checked sheuron profiles good enought :P
    [ 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]

  10. #1270
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sheuron did you check what i said about heroic spine in the previous posts?

  11. #1271
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use sheuron's Resto shammy profile. The god damn thing is amazing. But what Im looking for is someway to tell PQR to dispel Blood Corruption: Death but to Dispell Blood Corruption: Earth if it is on a target that is over 190k HP. (tanks) Basically. If i were to use the profile on that fight now.. It would dispell the debuff Blood Corruption: Earth and Earth is something i do not want to dispell. I hope someone can help me with this. After earth runs out it goes back to Death and then needs dispelled again. Please someone help me. Keep in mind this is for Heroic Spine of deathwing!! This would be amazing!!! So to make things simple. Looking for a way to tell PQR to Dispell Death but NEVER dispell Earth!

  12. #1272
    D4rk5tyl3z's Avatar Corporal
    Reputation
    5
    Join Date
    Jul 2010
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [QUOTE=mentally;2360436]@D4rk5tyl3z: Make sure the profiles you're trying to load are in their respective folders in the Profiles folder in PQR.

    i have the profiles in PQR\Profiles\DRUID

    and they are not showing up i try to open them in the rotation or ability editor but there they aren´t either...it is as if they are not in the folder...but they are

  13. #1273
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I use sheuron's Resto shammy profile. The god damn thing is amazing. But what Im looking for is someway to tell PQR to dispel Blood Corruption: Death but to Dispell Blood Corruption: Earth if it is on a target that is over 190k HP. (tanks) Basically. If i were to use the profile on that fight now.. It would dispell the debuff Blood Corruption: Earth and Earth is something i do not want to dispell. I hope someone can help me with this. After earth runs out it goes back to Death and then needs dispelled again. Please someone help me. Keep in mind this is for Heroic Spine of deathwing!! This would be amazing!!! So to make things simple. Looking for a way to tell PQR to Dispell Death but NEVER dispell Earth!

  14. #1274
    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)
    Originally Posted by OnionsTich View Post
    sheuron did you check what i said about heroic spine in the previous posts?
    No more updates will be released for current version. And 5.0.1 profiles ll be made from scratch.
    [ 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]

  15. #1275
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    WILL YOU MAKE A SIMPLE one for beta?

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 10:40 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