PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 673 of 779 FirstFirst ... 173573623669670671672673674675676677723773 ... LastLast
Results 10,081 to 10,095 of 11681
  1. #10081
    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 Axercis View Post
    Is there a way for a profile to detect when a player is falling? Was going to write a function that would automatically deploy the goblin glider flight form when knocked off a cliff or dismounted.
    IsFalling()

    You will need a timer to get it working.

    PQR - Rotation Bot
  2. #10082
    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)
    dont know why you'd need a timer since its 1 or nil return

    however,

    local starttime = 0

    if IsFalling() then
    starttime = GetTime()
    end

    if starttime <= GetTime() then
    UseItemByID(id)
    end
    Last edited by crystal_tech; 06-05-2013 at 07:10 PM.

    Please if someone helped you donate rep to them.

  3. #10083
    Linejah's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi guys!

    So I decided to try PQR but everytime I try to activate my rotation in game with Alt+X it says "PQR_xrn5.lua is missing. Rotation has been stopped".
    Any idea how to solve this?

  4. #10084
    Axercis's Avatar Member
    Reputation
    4
    Join Date
    Sep 2012
    Posts
    72
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was wondering too, Crystal, but I saw why immediately after writing the ability - If you fall even for a split second, as in riding over a bump in the road, it will trigger the ability...There needs to be a short delay so that the profile understands the you're really falling and didn't just press your space bar and jump.

  5. #10085
    forceshield's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Feb 2009
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    profile won't attack
    That's asked constantly.. the usual problem is operator error, by chance have you tried starting combat?

  6. #10086
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by forceshield View Post
    That's asked constantly.. the usual problem is operator error, by chance have you tried starting combat?
    Nah, I have been using PQR for almost 2 years, and I had this happen to me on Tuesday night. Profile seems to load, printed to chat that it loaded, but profile did not actually start. I asked if anyone else has had this happen to them a few posts ago(http://www.ownedcore.com/forums/show....php?p=2764743)

    Sent from my Galaxy S3 using Tapatalk 2
    Last edited by cukiemunster; 06-05-2013 at 11:08 PM.

  7. #10087
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Double post

  8. #10088
    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)
    Originally Posted by cukiemunster View Post
    Nah, I have been using PQR for almost 2 years, and I had this happen to me on Tuesday night. Profile seems to load, printed to chat that it loaded, but profile did not actually start. I asked if anyone else has had this happen to them a few posts ago([Release] PQR - Rotation Bot - Page 672)

    Sent from my Galaxy S3 using Tapatalk 2
    happen to my windwalker profile, but not mistweaver
    i just re-download it within pqr and it works again

  9. #10089
    Whatsmyname's Avatar Master Sergeant
    Reputation
    7
    Join Date
    Apr 2012
    Posts
    76
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Linejah View Post
    Hi guys!

    So I decided to try PQR but everytime I try to activate my rotation in game with Alt+X it says "PQR_xrn5.lua is missing. Rotation has been stopped".
    Any idea how to solve this?
    When using a profile, don't forget to put the data file(s) from the rotation into the data folder of PQR.
    Basicly, you need to have atleast 3 things when using a rotation:
    1) The data file which needs to be in the Data folder
    2) The ability file which needs to be in the Profile > Class folder
    3) The rotation file which needs to be in the Profile > Class folder
    I can upload the file if you can't find it on the forum.

  10. #10090
    nebmyers's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Apr 2011
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I tab out of WoW for an extended period of time both the WoW client and PQR stop responding meaning I need to reload everything, How does one fix this?

  11. #10091
    Linejah's Avatar Private
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Whatsmyname View Post
    When using a profile, don't forget to put the data file(s) from the rotation into the data folder of PQR.
    Basicly, you need to have atleast 3 things when using a rotation:
    1) The data file which needs to be in the Data folder
    2) The ability file which needs to be in the Profile > Class folder
    3) The rotation file which needs to be in the Profile > Class folder
    I can upload the file if you can't find it on the forum.
    I was gonna use a rotation that came with the program :S The ability file and rotation file are where they should be but I don't understand what is this data file you're talking about. xD I'd love it if you could upload the file for me! And sorry for my terrible english, I'm swedish but I hope you understand!

  12. #10092
    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 Axercis View Post
    I was wondering too, Crystal, but I saw why immediately after writing the ability - If you fall even for a split second, as in riding over a bump in the road, it will trigger the ability...There needs to be a short delay so that the profile understands the you're really falling and didn't just press your space bar and jump.
    PHP Code:
    local delay 1.5 ---secs
    if falltime == nil then falltime GetTime() end

    if IsFalling() then
         
    if GetTime() - falltime delay then
              falltime 
    GetTime()
              return 
    true
          end
    end 
    that should get you going, the last code i typed out for ya my wife was yelling at me and i was unable to correct it.

    Please if someone helped you donate rep to them.

  13. #10093
    spearfish's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by nebmyers View Post
    When I tab out of WoW for an extended period of time both the WoW client and PQR stop responding meaning I need to reload everything, How does one fix this?
    try running wow in fullscreen windowed mode instead of full screen.

  14. #10094
    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)
    crystal_tech (and everyone else)

    what is your opinion on the below, I try not to use the if statement anymore

    Code:
    if falltime == nil then falltime = GetTime() end
    Code:
    falltime = falltime or GetTime()

  15. #10095
    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 deadpanstiffy View Post
    crystal_tech (and everyone else)

    what is your opinion on the below, I try not to use the if statement anymore

    Code:
    if falltime == nil then falltime = GetTime() end
    Code:
    falltime = falltime or GetTime()
    i used the if statement to make sure when the var was nil'd that it would get value from GetTime() at the time it was ran not at the time it was started/declared. just my 2 cents.

    Please if someone helped you donate rep to them.

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