PQR - Rotation Bot menu

User Tag List

Page 481 of 779 FirstFirst ... 381431477478479480481482483484485531581 ... LastLast
Results 7,201 to 7,215 of 11681
  1. #7201
    lawlmoto's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Huntzafro View Post
    I know.

    I'm just trying to see if it's possible with just Wineskin
    Due to the way the program operates, no.

    Sent from my Galaxy Nexus using Tapatalk 2

    PQR - Rotation Bot
  2. #7202
    icotulookin's Avatar Member
    Reputation
    4
    Join Date
    May 2008
    Posts
    82
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I've tried everything everyone says. I've deleted PQR tried it again. Same problems. Not only that but for my Pally I can't get PQR to do anything except for one profile and that's a prot profile. This is the most baffling shit ever. Before I quit playing awhile back this ran on everything and every profile was amazing. What am I doing wrong or are all of these just dead? Xelper doesn't work on my ret, Rettest doesn't work. Avery paladin doesn't work.

    I downloaded the Firekitte (Firepong) as soon as I hit King of the Jungle shts broken. No matter if I add the line or not. So in order for me to play feral I cant use one of my biggest burst dps things. I'd give anything for some understanding!

  3. #7203
    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)
    Originally Posted by NicodemusAtNIMH View Post
    Hey Kick, I'm using you profiles for my hunter, love it. Question in the abilities editor i see you have some /cast rabid/cast blood fury. I'm a cow so would i break the profile by deleting that from the SV profile?
    No, it won't break the rotation at all.
    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

  4. #7204
    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 Huntzafro View Post
    I know.

    I'm just trying to see if it's possible with just Wineskin
    I'm not really familiar with WineSkin, but from what I have read this is my understanding:
    Even if WineSkin did successfully port PQR itself over to a Mac version, the Mac WoW client would require its own offsets and its own custom assembly code to inject into WoW... Wineskin would certainly not handle that properly. Then there are lots of Win32 calls I make to allow for hotkeys which I seriously doubt would work either.

  5. #7205
    Huntzafro's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    26
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    I'm not really familiar with WineSkin, but from what I have read this is my understanding:
    Even if WineSkin did successfully port PQR itself over to a Mac version, the Mac WoW client would require its own offsets and its own custom assembly code to inject into WoW... Wineskin would certainly not handle that properly. Then there are lots of Win32 calls I make to allow for hotkeys which I seriously doubt would work either.
    Aw darn, well I'll just use bootcamp for now then

  6. #7206
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    only thing i could think of is , are you sure you are in ret spec?

    Originally Posted by icotulookin View Post
    I've tried everything everyone says. I've deleted PQR tried it again. Same problems. Not only that but for my Pally I can't get PQR to do anything except for one profile and that's a prot profile. This is the most baffling shit ever. Before I quit playing awhile back this ran on everything and every profile was amazing. What am I doing wrong or are all of these just dead? Xelper doesn't work on my ret, Rettest doesn't work. Avery paladin doesn't work.

    I downloaded the Firekitte (Firepong) as soon as I hit King of the Jungle shts broken. No matter if I add the line or not. So in order for me to play feral I cant use one of my biggest burst dps things. I'd give anything for some understanding!

  7. #7207
    Edsaxe's Avatar Member
    Reputation
    2
    Join Date
    Sep 2011
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone got a warlock pvp profile? Willing to pay for a good one.

  8. #7208
    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 Valma View Post
    if UnitExists(PQ_JeopardyTargets[i]) and not UnitGUID(PQ_JeopardyTargets[i]) == PQ_LastJudGUID then
    if UnitDebuffID(PQ_JeopardyTargets[i],31801,"player") then

    WIZARDRY!!! <<== Credits goes to Ninja
    still won't work =/

    I don't understand why it isn't working.

    PHP Code:
    if hasSeal and UnitPower("player"9) < 5 then
        
    for i=1,#PQ_JeopardyTargets do 
            
    if UnitExists(PQ_JeopardyTargets[i]) and not UnitGUID(PQ_JeopardyTargets[i]) == PQ_LastJudGUID then 
                   
    if UnitDebuffID(PQ_JeopardyTargets[i],31801,"player"then 
                          local timer 
    select(7,UnitDebuffID(PQ_JeopardyTargets[i],31801,"player")) - GetTime() 
                          if 
    timer PQ_MarkTimer then 
                              PQ_MarkTimer 
    timer 
                              PQ_JudTarget 
    PQ_JeopardyTargets[i
                          
    end 
                      
    else 
                          
    PQ_MarkTimer 
                          PQ_JudTarget 
    PQ_JeopardyTargets[i
                          break 
                      
    end 
               end 
        end 
                
        PQR_CustomTarget 
    PQ_JudTarget 
        
    return true 
    end 
    Checking unfiltered
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  9. #7209
    sandoog's Avatar Member
    Reputation
    1
    Join Date
    May 2009
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by icotulookin View Post
    I've tried everything everyone says. I've deleted PQR tried it again. Same problems. Not only that but for my Pally I can't get PQR to do anything except for one profile and that's a prot profile. This is the most baffling shit ever. Before I quit playing awhile back this ran on everything and every profile was amazing. What am I doing wrong or are all of these just dead? Xelper doesn't work on my ret, Rettest doesn't work. Avery paladin doesn't work.

    I downloaded the Firekitte (Firepong) as soon as I hit King of the Jungle shts broken. No matter if I add the line or not. So in order for me to play feral I cant use one of my biggest burst dps things. I'd give anything for some understanding!
    you need to remove some glyphs like Mass Exorcism since the profile doesn't support it

  10. #7210
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Two questions...

    1. Is there a function that automatically casts a spell that needs to be 'put down' such as Death and Decay on a certain unit? i think Xelper said something about it a few weeks ago..

    2. Is it possible to check if other keys then just the modifiers are pressed? For example is 'e' key down? Or is there some other way? Using only left shift key, left control etc. is kinda limiting.

    Thanks in advance!

  11. #7211
    darksahde's Avatar Master Sergeant
    Reputation
    12
    Join Date
    Jan 2012
    Posts
    76
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Two questions...

    1. Is there a function that automatically casts a spell that needs to be 'put down' such as Death and Decay on a certain unit? i think Xelper said something about it a few weeks ago..

    2. Is it possible to check if other keys then just the modifiers are pressed? For example is 'e' key down? Or is there some other way? Using only left shift key, left control etc. is kinda limiting.

    Thanks in advance!
    1: that feature is implemented in 3.0 version, but the launch day is unknown to me.

    2: someone tired something a few pages back, you have to look for it....

  12. #7212
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by darksahde View Post
    1: that feature is implemented in 3.0 version, but the launch day is unknown to me.

    2: someone tired something a few pages back, you have to look for it....
    Alright thanks!

  13. #7213
    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)
    1) 3.0 is still being worked on, I was hoping to have some time over the next week to hopefully get it to a place where it is ready for testing. In 3.0 you will be able to click an X/Y/Z location or the location of any unit.

    2) No WoW support for checking other keys states, but I have an idea that might allow for this to happen, and it is fairly simple to implement. I'll keep this in mind as im working with PQR 3.0.

  14. #7214
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    1) 3.0 is still being worked on, I was hoping to have some time over the next week to hopefully get it to a place where it is ready for testing. In 3.0 you will be able to click an X/Y/Z location or the location of any unit.

    2) No WoW support for checking other keys states, but I have an idea that might allow for this to happen, and it is fairly simple to implement. I'll keep this in mind as im working with PQR 3.0.
    Great news Xelper, both of these functions would be superb for any PvP profiles!

  15. #7215
    DiabloFan's Avatar Master Sergeant
    Reputation
    10
    Join Date
    Sep 2011
    Posts
    80
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    1) 3.0 is still being worked on, I was hoping to have some time over the next week to hopefully get it to a place where it is ready for testing. In 3.0 you will be able to click an X/Y/Z location or the location of any unit.

    2) No WoW support for checking other keys states, but I have an idea that might allow for this to happen, and it is fairly simple to implement. I'll keep this in mind as im working with PQR 3.0.
    Looking forward to that. Do you have any thoughts regarding this?

    Originally Posted by DiabloFan View Post
    Spell delays don't seem to function correctly for Prot/Ret Paladins due to Sanctity of Battle. They have separate GCD times for abilities affected by the talent and spell delays only seem to work when the ability is used during a GCD caused by an ability unaffected by said talent.

    Using Hammer of Justice when it's off cooldown during a Crusader Strike GCD results in this:


    Using Hammer of Justice when it's off cooldown during a Hand of Freedom GCD functions normally:


    Is there any way to get around this?
    How do you calculate the current GCD, do you just check the cooldown of a spell that doesn't have a cooldown (like Emancipate for example)? I'm wondering if it could be fixed by changing the spell that's used.
    Last edited by DiabloFan; 12-26-2012 at 12:39 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 08:38 AM. 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