PQR - Rotation Bot menu

User Tag List

Page 639 of 779 FirstFirst ... 139539589635636637638639640641642643689739 ... LastLast
Results 9,571 to 9,585 of 11681
  1. #9571
    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)
    it was a i5-2500k oc'd to 4.6 watercooled with a raid0 setup, the barbs sprung a leak at the cpu and that was that, I was able to mount the raid on the wifes pc to recover most my data, just have to sift through the backup image.

    @Evgenij

    you need some math for it to work atm its only going to work if your at 80 hp not 80%
    add this
    local percenthp = 100 * UnitHealth("player") / UnitHealthMax("player")

    if percenthp < 80 then return true end

    Please if someone helped you donate rep to them.

    PQR - Rotation Bot
  2. #9572
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damn, watercooling scares me, thats why I use air on my i5 [email protected]. Glad you could save your data though!

    Anybody else having problems getting PQR Alpha Utilities to work? I tried to use them to disenchant yesterday but it did nothing while I activated it.

  3. #9573
    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 Ninjaderp View Post
    Damn, watercooling scares me, thats why I use air on my i5 [email protected]. Glad you could save your data though!

    Anybody else having problems getting PQR Alpha Utilities to work? I tried to use them to disenchant yesterday but it did nothing while I activated it.
    the loop been running 2+ years with flushes and checks, this one just sprung a leak.

    Please if someone helped you donate rep to them.

  4. #9574
    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)
    I am being driven insane by this double jeopardy problem, I have had to change it a million times because of addon interference and non english clients.

    I think I finally found a fix but it freezes up on judgment after I get 5 stacks of censure on the target.

    PHP Code:
    local cStack select(4UnitDebuffID("focus"31803))
    local cTime select(7UnitDebuffID("focus"31803)) 
    local censure UnitDebuffID("focus"31803)

    if 
    GetShapeshiftForm() ~= 0 then hasSeal true else hasSeal false end

    if hasSeal then
        
    if UnitPower("player"9) < 5 then
            
    if UnitExists("focus"then
                
    if censure == nil or cStack or ((cTime GetTime()) <= 7then
                    CastSpellByName
    (GetSpellInfo(20271), "focus")
                
    end
            
    elseif UnitExists("focus") == nil or (cStack == and ((cTime GetTime()) > 7)) then
                CastSpellByName
    (GetSpellInfo(20271), "target")
            
    end
        end
    end 
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  5. #9575
    thenthelies's Avatar Member
    Reputation
    14
    Join Date
    Dec 2007
    Posts
    70
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So this might be going full scum-bag, but I want to start frapsing my play - but there is a problem with the fact that there is no key spam when abilities are used...

    You know when you press a key and you see it highlight before it goes off? PQR doesn't do that at all.

    Is there any possible cast function/whatever to get PQR to send the key as a normal person doing a keyboard press would do and spam the key it's using next, highlighting it on the WoW interface?

  6. #9576
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont think thats possible, and you shouldnt be concerned about it either.

    May I ask though how you hide/blackout the chatframe when you fraps? Thinking of frapsing some myself sometime.

  7. #9577
    Alfalfa's Avatar Legendary
    Reputation
    751
    Join Date
    Feb 2013
    Posts
    669
    Thanks G/R
    70/79
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    I dont think thats possible, and you shouldnt be concerned about it either.

    May I ask though how you hide/blackout the chatframe when you fraps? Thinking of frapsing some myself sometime.
    /script ChatFrame1:Hide()
    Works until you click on the chat tabs.
    Then do the same command but Show() instead.

    Type /fstack to hide certain parts, replace chatframe with it's name.

  8. #9578
    thenthelies's Avatar Member
    Reputation
    14
    Join Date
    Dec 2007
    Posts
    70
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    I dont think thats possible, and you shouldnt be concerned about it either.

    May I ask though how you hide/blackout the chatframe when you fraps? Thinking of frapsing some myself sometime.
    mm if it was possible I suppose It would have to be sending the exact keybinding for the ability, rather than any kind of cast by spell name/ID stuff.

    Is there any API code that sends a keybind?

    -----------
    also you add that in editing before you compress the video, you add a extra frame on top of the video over the chat box.

    there's tuts on youtube how to do it in sony vegas and stuff

  9. #9579
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks, I did not know those things ^^ I'll be trying it out later today.

  10. #9580
    thenthelies's Avatar Member
    Reputation
    14
    Join Date
    Dec 2007
    Posts
    70
    Thanks G/R
    3/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    okay this is possible

    RunBinding("ACTIONBUTTON1")
    RunBinding("ACTIONBUTTON1","up")

    does exactly the human like keyspam, only thing now is figuring out how to delay it after the then

    something like

    if PQR_SpellAvailable() then
    RunBinding("ACTIONBUTTON1")
    wait_0.1
    RunBinding("ACTIONBUTTON1","up")
    wait_0.2
    RunBinding("ACTIONBUTTON1")
    wait_0.1
    RunBinding("ACTIONBUTTON1","up")
    wait_0.3
    end


    The only hurdle now is figuring out how to delay things within an action? is THAT even possible?

    like you can't use any of the old tricks like PQR_DelayRotation(0.5) or nova code because it's all in one action (after the then, everything goes off at once and I have no idea how to delay it until the end)

    ideas?

  11. #9581
    xpknightx's Avatar Member
    Reputation
    1
    Join Date
    Jun 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am so very sorry if this has been explained in a wiki or FAQ before, my preliminary search results did not turn up any information,

    I was curious why the PQR rotation cancels out during certain vehicle/boss mechanics, for instance on Magmaw when I get lifted in the air, I am unable to use PQR to dmg the head during that phase, or another example being on the Isle of Thunder dailies during the quests that fly you around on a mount while you aerial combat another mob using your own abilities, similar to the rare dragon mount in Deepholm, while mounted I am unable to attack using PQR and must resort to manual attacks

    It just stops the rotation completely or only casts certain spells, greatly hindering performance.

    Any help is greatly appreciated, thank you.

    Edit: I forgot to mention that I am also not certain if it is merely the profile to blame, but for reference, I am running [Rubim] Blood DK profile
    Last edited by xpknightx; 05-11-2013 at 04:31 PM.

  12. #9582
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    xpknightx you should bring the issue up in Rubims thread, might be something with his profile that stops it from working in those conditions!

  13. #9583
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sounds like the mobs being attacked are failing a validation check in his profile somewhere. Kind of like Elegon used to before we figured out a work around.
    Former PQR Developer

  14. #9584
    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)
    Any ideas on how to fix this. I was trying this out to fix the problems I have with steadyfocus, but it totally makes the rotation not work when it reaches the ability.

    PHP Code:
    If (select(7,UnitBuffID("player",53224)) - GetTime() > 2then steadyfocus 0 end

    --disable steadyfocus

    If (select(7,UnitBuffID("player",53224)) - GetTime() < 2) and not steadyfocus then
    steadyfocus 

    steadyshot 
    2 end

    -- enable steadyfocus check

    If steadyfocus and steadyshot 0 then
    steadyshot 

    CastSpellByName
    (GetSpellInfo(56641),nil
    return 
    true end

    -- take a shot 
    Last edited by kickmydog; 05-11-2013 at 06:33 PM.
    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

  15. #9585
    Evgenij's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    you need some math for it to work atm its only going to work if your at 80 hp not 80%
    add this
    local percenthp = 100 * UnitHealth("player") / UnitHealthMax("player")

    if percenthp < 80 then return true end
    Right, math is always good.

    The code does not work. It does not heal itself with the Healthstone. Spellid (5512) is correct. So that with the UnitHeal does not work. UnitPower works perfectly.

    Greetings Evgenij
    Last edited by Evgenij; 05-11-2013 at 06:54 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 12: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