PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 308 of 779 FirstFirst ... 208258304305306307308309310311312358408 ... LastLast
Results 4,606 to 4,620 of 11681
  1. #4606
    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 gimerak View Post
    Hey Kinkeh, Thanks for the Frost DK profiles it's really appreciated, one problem Im having is its not casting Soul Reaping! anyone else having that issue?
    Soul reaper is only casted on bosses @ 35% and bellow.

    PQR - Rotation Bot
  2. #4607
    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 Xelper View Post
    I've uploaded my latest ret rotation. It can be downloaded here:

    http://dl.dropbox.com/u/39925787/PQR...r_profiles.txt

    (Copy and Paste into the "Download from URL" option in the Rotation Editor.)
    you only want to use divine purpose with 5 holy power if it has less than 2 seconds left to prevent a proc loss
    it might freeze for people if they didn't pick up sacred shield because it doesn't check if they have the spell

    will the delay list stop the rotation for a sec if it notices that spell being used?
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  3. #4608
    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)
    @ averykey
    So i'm not really sure what the issue is but the Boss in Mogu' shan Vaults Elegon the rotation does not work with him I'm not sure if it's a boss type issue or what but the rotation will just quit working Exorcism will quit, Judgement will quit and other abilities just do not function not sure what causes it I made quite a few changes and tried both mop and mopv3 rotations and neither rotation will work properly. What does keep working is TV and CS but nothing else will keep working, Now I restarted then client and pqr and is didn't resolve it so I think there is something else causing it.

    On that same note ES does not cast as well on any boss or target dummy. It will take some more testing before I can actually figure out what is going on with it but if I figure anything out i'll post it and let you know.

  4. #4609
    sikair27's Avatar Member
    Reputation
    5
    Join Date
    Jun 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gimerak View Post
    Hey Kinkeh, Thanks for the Frost DK profiles it's really appreciated, one problem Im having is its not casting Soul Reaping! anyone else having that issue?
    Originally Posted by Kinkeh View Post
    Soul reaper is only casted on bosses @ 35% and bellow.
    I'm aware that you can't support other profiles, however I have noticed a similar issue with the profile I use (Dual wield). The code appears to be exactly the same:
    PHP Code:
    <Ability><Name>-- Soul Reaper (Sub 35%)</Name><Default>false</Default><SpellID>130735</SpellID><Actions></Actions><Lua>local Targethealth 100 UnitHealth(&amp;quot;target&amp;quot;) / UnitHealthMax(&amp;quot;target&amp;quot;)

    if 
    Targethealth &amp;lt35 then
       
    if ValidTarget then
          
    if ( UnitLevel(&amp;quot;target&amp;quot;) == -or UnitIsUnit(&amp;quot;target&amp;quot;, &amp;quot;boss1&amp;quot;) ) then
             
    return true
          end
       end 
    Would love to have some confirmation from someone with an actual knowledge of this, unlike myself.

  5. #4610
    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 js1974 View Post
    @ averykey
    So i'm not really sure what the issue is but the Boss in Mogu' shan Vaults Elegon the rotation does not work with him I'm not sure if it's a boss type issue or what but the rotation will just quit working Exorcism will quit, Judgement will quit and other abilities just do not function not sure what causes it I made quite a few changes and tried both mop and mopv3 rotations and neither rotation will work properly. What does keep working is TV and CS but nothing else will keep working, Now I restarted then client and pqr and is didn't resolve it so I think there is something else causing it.

    On that same note ES does not cast as well on any boss or target dummy. It will take some more testing before I can actually figure out what is going on with it but if I figure anything out i'll post it and let you know.
    I''m going to try and reach 90 tomorrow and I will test as much as I can, I'm not sure why it wouldn't be working, try xelpers.

    Pushing out an update tomorrow, don't know if the raid stuff is fixed could have been execution sentence bugging, not sure.

    should have fixed execution sentence, was using wrong spell id
    added a check in avenger's shield for prot
    tidied up some code
    added xelper's delays
    xelper's boss/inq check on execution sentence
    added in the 90 talents for sacred shield gcd check

    working on seal of insight switching for ret solo/pvp/raid and prot raid/pvp, it's mostly done just need to add check in the aoe switch ability

    going to test the double jeopardy code tomorrow, if it works I will add it in.



    can anyone tell me how light's hammer works?
    I read the tooltip and it sounds like death and decay

    Current code for it

    PHP Code:
    --Light's Hammer
    if IsPlayerSpell(114158) then
        if RangeCheck(114158, "target") and not UnitChannelInfo("player")  and not PQR_IsMoving(1) then 
            SpellCancelQueuedSpell() 
             CastSpellByName(GetSpellInfo(114158), "target")
    if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end 
        return true 
        end
    end 
    probably won't work just found some dnd code and tried to merge.
    Last edited by averykey; 10-04-2012 at 01:53 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  6. #4611
    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 sikair27 View Post
    I'm aware that you can't support other profiles, however I have noticed a similar issue with the profile I use (Dual wield). The code appears to be exactly the same:

    Would love to have some confirmation from someone with an actual knowledge of this, unlike myself.
    if ValidTarget then
    I have a check if the target is valid, the code is in the function ability. If everything checks out, ValidTarget is returned as true. Which I'm guessing is the problem with your profile.

  7. #4612
    sikair27's Avatar Member
    Reputation
    5
    Join Date
    Jun 2007
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    I have a check if the target is valid, the code is in the function ability. If everything checks out, ValidTarget is returned as true. Which I'm guessing is the problem with your profile.
    Fantastic. Thanks for the hand. I'll try to tinker around with this profile and let you know the results.

  8. #4613
    Bekimo's Avatar Corporal
    Reputation
    2
    Join Date
    Mar 2012
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Yes - Use the search-button! There are profiles out there if you look around.
    I have tried all warrior profiles that are out there atm and none of them are doing decent job in raids/dungeons. Well maybe "decent" But not even nearly enough what i can do by hand. Would love to make my own but im too damn stupid to learn how. ;<

  9. #4614
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bekimo View Post
    I have tried all warrior profiles that are out there atm and none of them are doing decent job in raids/dungeons. Well maybe "decent" But not even nearly enough what i can do by hand. Would love to make my own but im too damn stupid to learn how. ;<
    Sadly I have to confirm this. In ds era i was being ranged etc... last night my dps was 18k lower then some other warrior I checked logs.

    We managed to kill 5 only due to other people in group being insane...

  10. #4615
    MACH9 WoW Services's Avatar Member CoreCoins Purchaser
    Reputation
    3
    Join Date
    Jun 2012
    Posts
    219
    Thanks G/R
    1/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    Just an update,

    I'm adding in some ability for world pvp for hunters and i refreshed the code a tad.
    Lock profiles are up in the air but I am working on them, abit slowly.
    still working with a donator about windwalker profile, I've recoded it and hes seeing 5k more dps than the verison on the svn.

    links will be updated shortly.
    Is it a PvE or PvP profile for the mistwalker?

  11. #4616
    jackus's Avatar Active Member
    Reputation
    58
    Join Date
    Aug 2006
    Posts
    802
    Thanks G/R
    1/12
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any one got the hamstring code for Arms PVP warrior? Cant seem to get old ones working.

  12. #4617
    Bgreen12's Avatar Banned
    Reputation
    32
    Join Date
    Aug 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm making a arms warrior profile for pve and pvp. Following simcraft exactly and prioritize the pvp cooldown over the simcraft rotation for the pvp one. I am level 85 now with junk gear and at 84 with a 409 wep (last time I dpsed with it) I was doing 30k single target dps without recklessness. I will release finished 90 for raids when I get to 90..

    Also started to **** around with fury. that seems an easy rotation too

    Interrupts, spell reflects, disarms, hamstrings and everything else you could want for pvp is working as intended as well
    Last edited by Bgreen12; 10-04-2012 at 08:55 AM.

  13. #4618
    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)
    Anyone see obvious errors here?

    PHP Code:
    -- Seal Check
    local PlayerHP 
    100 UnitHealth("player") / UnitHealthMax("player")
    local PlayerMana 100 UnitPower("player") / UnitPowerMax("player")

    if (
    select(2GetSpecializationInfo(GetSpecialization()))) == "Retribution" then
        
    if not IsInInstance() and PlayerHP <= 35 and GetShapeshiftForm("player") ~= or IsInInstance() and select(2GetInstanceInfo()) ~= "raid" and PlayerHP <= 35 and GetShapeshiftForm("player") ~= 4 then
            CastShapeshiftForm
    (4)
        elseif 
    PlayerMana <= 15 and GetShapeshiftForm("player") ~= 4 then
            CastShapeshiftForm
    (4)
        elseif 
    AoeSwap == nil and GetShapeshiftForm("player") ~= and PlayerMana 15 then 
            CastShapeshiftForm
    (1)
        
    end
    elseif (select(2GetSpecializationInfo(GetSpecialization()))) == "Protection" then
        
    if PlayerHP <- 25 and GetShapeshiftForm("player") ~= 4 then
            CastShapeshiftForm
    (4)
        elseif 
    AoeSwap == nil and GetShapeshiftForm("player") ~= and PlayerHP 25 then 
            CastShapeshiftForm
    (1)
        
    end
    end

    -- Blessing of Might/Kings
    local haveBuff 
    false
    if haveBuff == nil then haveBuff false end
    if not IsMounted() and not UnitInVehicle("player") and not UnitIsDeadOrGhost("player"then
        
    if not UnitBuffID("player"19740) and not UnitBuffID("player"116956) and haveBuff == false then
            CastSpellByName
    (GetSpellInfo(19740), "player")
            
    haveBuff true
        
    elseif not UnitBuffID("player"20217) and not UnitBuffID("player"1126) and not UnitBuffID("player"90363) and not UnitBuffID("player"115921) and haveBuff == false then
            CastSpellByName
    (GetSpellInfo(20217), "player")
            
    haveBuff true
        end
    end 

    Can anyone tell me how light's hammer works? I haven't reached 90 yet.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  14. #4619
    maleth's Avatar Banned
    Reputation
    8
    Join Date
    Feb 2012
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    WTB A holy pally pvp profile :< Bubbbbbbbaaaaa! :3
    This x1000000.

  15. #4620
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Anyone see obvious errors here?

    PHP Code:
    -- Seal Check
    local PlayerHP 
    100 UnitHealth("player") / UnitHealthMax("player")
    local PlayerMana 100 UnitPower("player") / UnitPowerMax("player")

    if (
    select(2GetSpecializationInfo(GetSpecialization()))) == "Retribution" then
        
    if not IsInInstance() and PlayerHP <= 35 and GetShapeshiftForm("player") ~= or IsInInstance() and select(2GetInstanceInfo()) ~= "raid" and PlayerHP <= 35 and GetShapeshiftForm("player") ~= 4 then
            CastShapeshiftForm
    (4)
        elseif 
    PlayerMana <= 15 and GetShapeshiftForm("player") ~= 4 then
            CastShapeshiftForm
    (4)
        elseif 
    AoeSwap == nil and GetShapeshiftForm("player") ~= and PlayerMana 15 then 
            CastShapeshiftForm
    (1)
        
    end
    elseif (select(2GetSpecializationInfo(GetSpecialization()))) == "Protection" then
        
    if PlayerHP <- 25 and GetShapeshiftForm("player") ~= 4 then
            CastShapeshiftForm
    (4)
        elseif 
    AoeSwap == nil and GetShapeshiftForm("player") ~= and PlayerHP 25 then 
            CastShapeshiftForm
    (1)
        
    end
    end

    -- Blessing of Might/Kings
    local haveBuff 
    false
    if haveBuff == nil then haveBuff false end
    if not IsMounted() and not UnitInVehicle("player") and not UnitIsDeadOrGhost("player"then
        
    if not UnitBuffID("player"19740) and not UnitBuffID("player"116956) and haveBuff == false then
            CastSpellByName
    (GetSpellInfo(19740), "player")
            
    haveBuff true
        
    elseif not UnitBuffID("player"20217) and not UnitBuffID("player"1126) and not UnitBuffID("player"90363) and not UnitBuffID("player"115921) and haveBuff == false then
            CastSpellByName
    (GetSpellInfo(20217), "player")
            
    haveBuff true
        end
    end 

    Can anyone tell me how light's hammer works? I haven't reached 90 yet.
    Didn't look at code all the way through, but I suggest using incoming heals added in because if your health is constantly spiking, this slows down the profile from swapping back and forth so much. Multiply by 100 if you use whole percent numbers.

    Code:
    (UnitHealth("player")+UnitGetIncomingHeals("player"))/UnitHealthMax("player")

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:08 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