PQR - Rotation Bot menu

User Tag List

Page 334 of 779 FirstFirst ... 234284330331332333334335336337338384434 ... LastLast
Results 4,996 to 5,010 of 11681
  1. #4996
    goldio's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by goldio View Post
    I´m looking for a piece of code to interrupt a cast of a target, something like "UnitIsCasting"...
    Can anybody help me out..?
    Is there no function that can handle it?

    PQR - Rotation Bot
  2. #4997
    Luckycharm's Avatar Member
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a working Warlock Affl profil that works with 5.0.5??

    *Solved* Got a working Affliction , sry for my stupidness. ^^
    Last edited by Luckycharm; 10-15-2012 at 04:24 AM.

  3. #4998
    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)
    @Sheuron, can't seem to download your profiles dude. The link takes me to your post on the first page!

  4. #4999
    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)
    Willing to DONATE for a Brewmaster or Windwalker PvP PROFILE!

  5. #5000
    tatakau's Avatar Member
    Reputation
    2
    Join Date
    Mar 2008
    Posts
    93
    Thanks G/R
    10/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is any enh shaman pvp profile ? cant found one.. ty

  6. #5001
    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)
    Code:
    -- HoW Check
    local howSTART, howDURATION = GetSpellCooldown(24275)
    if howSTART - GetTime() + howDURATION < 0.1 and howSTART - GetTime() + howDURATION > 0 then
    	return false
    -- Holy Avenger Check
    elseif UnitBuffID("player", 105809) and UnitPower("player", 9) >= 3 then
    	return false
    -- Prevents Wrong Spell Cast 
    elseif PQR_SpellAvailable(879)
    or PQR_SpellAvailable(24275) 
    or PQR_SpellAvailable(35395) 
    or UnitBuffID("player", 87138) then
    	return false
    end
    
    -- Seal Check
    if GetShapeshiftForm() ~= 0 then hasSeal = true else hasSeal = false end
    
    -- Double Jeporady
    if fA == nil then fA = false end
    
    -- Judgment
    if hasSeal and UnitPower("player", 9) < 5 then
    	if RangeCheck(20271, "focus") and UnitExists("focus") and fA == false then
                CastSpellByName(GetSpellInfo(20271), "focus")
                fA = true
        elseif RangeCheck(20271, "target") and UnitExists("target") and fA == true then
    			CastSpellByName(GetSpellInfo(20271), "target")	  
              	fA = false
    	elseif ( not UnitExists("focus") or not RangeCheck(20271, "focus") and UnitExists("focus") ) and RangeCheck(20271, "target") and UnitExists("target") then
    			CastSpellByName(GetSpellInfo(20271), "target")	 
    	end
    end


    New judge for my profile, so it stops getting stuck on focus if it's too far


    From derfred pm

    Originally Posted by derfred
    Hello!

    First i want to thank you for your work with the Paladin profiloe, it looks really impressive.

    However either im doing something very wrong, but I cant get your new Ret profile to work. It cast seal, exorcism and inquisition but not Judgement or Crusader Strike. Is this something I can correct maybe just by rearranging the priority-rotationlist?
    Anyone else having this problem? I asked him to re-download, would be nice to know if anyone else is.


    from tigraz123 pm

    Originally Posted by Tigraz123
    Thank you for your work and sorry for the Google translator. Please add the following entry:

    If there was a divine buff, it checks the number of charges the light and cd on exorcism and hammer and if the charge is less than 5 and not in cd spells and duration of the buff more than 3 seconds, the first cast a exorcism or a hammer and only after the verdict.

    tnx.
    If holy power is less than 5 and we have a divine purpose buff then
    if we have exorcism and hammer of wrath on cooldown then
    if we don't have wings and we dont have holy avenger


    What if holy power is 4? Exo > divine Purpose > templar5 > HoW, we lose one holypower in this situation.


    But you said exo/how after the verdict so are we doing

    divinepurpose > templar5 > exo > how?


    Because if we have a divine purpose buff then it won't use templar first it will use the proc



    edit: Grats on contributor Blinded!
    Last edited by averykey; 10-14-2012 at 08:45 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  7. #5002
    mmo4me's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there anyway to add "auto poison" on the rogue profiles? Cannot seem to find any that have it.

  8. #5003
    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 mmo4me View Post
    Is there anyway to add "auto poison" on the rogue profiles? Cannot seem to find any that have it.
    isn't it a buff now from a flyout menu?

    Please if someone helped you donate rep to them.

  9. #5004
    Shamrockstar's Avatar Member
    Reputation
    51
    Join Date
    May 2007
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Code:
    -- HoW Check
    local howSTART, howDURATION = GetSpellCooldown(24275)
    if howSTART - GetTime() + howDURATION < 0.1 and howSTART - GetTime() + howDURATION > 0 then
    	return false
    -- Holy Avenger Check
    elseif UnitBuffID("player", 105809) and UnitPower("player", 9) >= 3 then
    	return false
    -- Prevents Wrong Spell Cast 
    elseif PQR_SpellAvailable(879)
    or PQR_SpellAvailable(24275) 
    or PQR_SpellAvailable(35395) 
    or UnitBuffID("player", 87138) then
    	return false
    end
    
    -- Seal Check
    if GetShapeshiftForm() ~= 0 then hasSeal = true else hasSeal = false end
    
    -- Double Jeporady
    if fA == nil then fA = false end
    
    -- Judgment
    if hasSeal and UnitPower("player", 9) < 5 then
    	if RangeCheck(20271, "focus") and UnitExists("focus") and fA == false then
                CastSpellByName(GetSpellInfo(20271), "focus")
                fA = true
        elseif RangeCheck(20271, "target") and UnitExists("target") and fA == true then
    			CastSpellByName(GetSpellInfo(20271), "target")	  
              	fA = false
    	elseif ( not UnitExists("focus") or not RangeCheck(20271, "focus") and UnitExists("focus") ) and RangeCheck(20271, "target") and UnitExists("target") then
    			CastSpellByName(GetSpellInfo(20271), "target")	 
    	end
    end


    New judge for my profile, so it stops getting stuck on focus if it's too far


    From derfred pm



    Anyone else having this problem? I asked him to re-download, would be nice to know if anyone else is.


    from tigraz123 pm



    If holy power is less than 5 and we have a divine purpose buff then
    if we have exorcism and hammer of wrath on cooldown then
    if we don't have wings and we dont have holy avenger


    What if holy power is 4? Exo > divine Purpose > templar5 > HoW, we lose one holypower in this situation.


    But you said exo/how after the verdict so are we doing

    divinepurpose > templar5 > exo > how?


    Because if we have a divine purpose buff then it won't use templar first it will use the proc



    edit: Grats on contributor Blinded!
    Hard for me to believe that Avery has less than 70 rep when he's been busting his tail for a long time on some pretty sweet profiles, show him some love? +5
    Last edited by Shamrockstar; 10-14-2012 at 12:53 PM. Reason: forgot to rep...

  10. #5005
    failroad's Avatar Banned
    Reputation
    76
    Join Date
    Oct 2012
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Here u go for all you lazys wanting warrior profiles, as of my latest testing this out dps simcraft and all pqr profiles that's out there.

    http://www.ownedcore.com/forums/showthread.php?t=381732

  11. #5006
    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)
    I've updated my frost profile to include a DW Masterfrost rotation. This is a brand new, untested rotation based off elitistjerks and some of simulationcraft (My DK is not 90, and don't have the time to level it up at the moment) so take it and test it with a grain of salt, I haven't added Plague leech yet since I don't exactly know what the proper times are for DW(So PM if you do know ;P) but it covers everything else.
    Last edited by Kinkeh; 10-14-2012 at 05:54 PM.

  12. #5007
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated

    KMD_All_Hunter_Rotations_v13.zip

    - tweaked Arcane Shot focus usage once again.
    - "Rabid" has been changed to be used all the time, rather than syncing with other abilities. Since the change to Rabid there is no point in saving it.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  13. #5008
    buskimaster's Avatar Member
    Reputation
    8
    Join Date
    Apr 2007
    Posts
    30
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there any Resto Shaman or Resto Druid PVP profile ?
    Thx

  14. #5009
    IgNiTex3's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've been using xrncompve, anyone have issues with this not working during raids? Example: During elegon

    If this is fixed I can give a small donation

    Second thing - it only doesnt work on raid bosses, it works on raid trash

    Third Thing - it has to do with the buff you get inside elegons circle. - It will pop my cds but it wont execute my rotation
    Last edited by IgNiTex3; 10-14-2012 at 09:09 PM.

  15. #5010
    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)
    Originally Posted by averykey View Post
    Code:
    -- HoW Check
    local howSTART, howDURATION = GetSpellCooldown(24275)
    if howSTART - GetTime() + howDURATION < 0.1 and howSTART - GetTime() + howDURATION > 0 then
        return false
    -- Holy Avenger Check
    elseif UnitBuffID("player", 105809) and UnitPower("player", 9) >= 3 then
        return false
    -- Prevents Wrong Spell Cast 
    elseif PQR_SpellAvailable(879)
    or PQR_SpellAvailable(24275) 
    or PQR_SpellAvailable(35395) 
    or UnitBuffID("player", 87138) then
        return false
    end
    
    -- Seal Check
    if GetShapeshiftForm() ~= 0 then hasSeal = true else hasSeal = false end
    
    -- Double Jeporady
    if fA == nil then fA = false end
    
    -- Judgment
    if hasSeal and UnitPower("player", 9) < 5 then
        if RangeCheck(20271, "focus") and UnitExists("focus") and fA == false then
                CastSpellByName(GetSpellInfo(20271), "focus")
                fA = true
        elseif RangeCheck(20271, "target") and UnitExists("target") and fA == true then
                CastSpellByName(GetSpellInfo(20271), "target")      
                  fA = false
        elseif ( not UnitExists("focus") or not RangeCheck(20271, "focus") and UnitExists("focus") ) and RangeCheck(20271, "target") and UnitExists("target") then
                CastSpellByName(GetSpellInfo(20271), "target")     
        end
    end


    New judge for my profile, so it stops getting stuck on focus if it's too far
    Everything was working fine in 5 mans and farming outside of raids but in raids, judgement and TV both hang up, I wonder if it's based on something raid related. I've never had an issue outside of a raid. But in the raid I notice immediately. It also errors out with.

    Code:
    <string>:"if PQR_Addon_Loaded == nil then...":760: attempt to call field "?" (a nil value)
    <string>:"if PQR_Addon_Loaded == nil then...":760: in function "PQR_NextAbility"
    <string>:"if PQR_Addon_Loaded == nil then...":533: in function "PQR_ExecuteRotation"
    <string>:"if PQR_Addon_Loaded == nil then...":289: in function <string>:"if PQR_Addon_Loaded == nil then...":214
    
    
    Locals:
    rotationNumber = 0
    inCombat = 1
    requireCombat = false
    Not sure where that is coming from but it is certainly hanging up the rotation in raids but not outside of raids.

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 08:25 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search