PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 665 of 779 FirstFirst ... 165565615661662663664665666667668669715765 ... LastLast
Results 9,961 to 9,975 of 11681
  1. #9961
    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)
    heres a quick update to my SV hunter profile for 5.3 (this is NOT on the svn)

    http://db.tt/BpU4yQ9Z

    Please if someone helped you donate rep to them.

    PQR - Rotation Bot
  2. #9962
    JUANNY's Avatar Master Sergeant
    Reputation
    21
    Join Date
    May 2013
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bgr View Post
    Could you please be specific? Which profile and under what conditions?

    Thanks.
    The profiles for me that are broken are rubims dk profiles that are currently being maintained by imdasandman and all used the PQR interface addon for variables among other things. Rubims older profiles that use the nova data files instead of the interface all are working fine. imdasandman has contacted me and told me that he is looking into a workaround for rubims profiles-the point i was getting at is that it is better for the developers to address the bug then having all the profile authors code a workaround the bug

    this is a repost from earlier in the thread

    <<< IMPORTANT NOTICE TO PROFILE AUTHORS THAT USE PQInterface >>>
    There are several reports of getting errors caused from using PQI variables before the addon has made them a variable, the errors look similar to this:
    Message: [string "if (IsAddOnLoaded("PQInterface")) == 1 then..."]:45: attempt to concatenate global 'PQI VARIABLE' (a nil value)
    Time: 04/21/13 18:02:57
    Count: 6
    Stack: [C]: ?
    [string "if (IsAddOnLoaded("PQInterface")) == 1 then..."]:45: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:573: in function `PQR_ExecuteInterrupt'
    [string "if PQR_Addon_Loaded == nil then..."]:334: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
    After extensive testing i found this to be caused from PQI not instantly making variables when the PQI:AddRotation(config) is called, thus resulting in the profile checking against a variable that was expected to equal something but in reality equals nil.

    This happening seems to be random as i have had reports of this occurring over a month ago and yet i did not see this happen on my end till around a week ago, with the 5.3 update it looks to be effecting even more people the before!

    There is a really simple fix for this error. all you have to do is delay the profile till the variables are set, here is an example:
    if PQI_AveryRetSimCraft_CombatModNotifications_enable == nil then
    return true
    end
    Something similar should be right after you set PQI with the PQI:AddRotation(config), the variable should be any variable set by PQI in your profile that will return true/false (thus any variable that ends in _enable)

    If you are like me and support both using PQI and not then you can look at how i solved it in either my Alpha Interrupt or Avery's ret PQI for a more detailed example.

    If you have any questions feel free to PM me and i can see what i can do to help out =D

  3. #9963
    WoWSondermüll's Avatar Member
    Reputation
    10
    Join Date
    Dec 2008
    Posts
    111
    Thanks G/R
    113/2
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    one quick question from a total newb regarding this fancy little toy: is it normal for pqr to break all my addons ? as soon as i activate it i get lua errors over and over, that all my addons try to use blizz only functions and that i have to disable them

  4. #9964
    JUANNY's Avatar Master Sergeant
    Reputation
    21
    Join Date
    May 2013
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WoWSondermüll View Post
    one quick question from a total newb regarding this fancy little toy: is it normal for pqr to break all my addons ? as soon as i activate it i get lua errors over and over, that all my addons try to use blizz only functions and that i have to disable them
    it is not normal-if you see the previous posts you might think it is related to a PQI/PQR bug-besides getting lua errors it also gives me addon errors

    edit:even disabling all addons except PQ interface still produce the errors
    Last edited by JUANNY; 05-24-2013 at 04:11 PM. Reason: more info

  5. #9965
    WoWSondermüll's Avatar Member
    Reputation
    10
    Join Date
    Dec 2008
    Posts
    111
    Thanks G/R
    113/2
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    jupp, noticed that, it might explain why someof the rotation are impossible to get to work. if they require the pqinterface addon, they wont work, if they dont need it, i can run them, but only with a naked wow, i have to disable ALL addons, else they produce errors all the time

  6. #9966
    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)
    Are you sure you got the latest PQInterface installed? I have never had any problems using non PQInterface-related profiles while having PQI on. I find it strange that you do :/

  7. #9967
    JUANNY's Avatar Master Sergeant
    Reputation
    21
    Join Date
    May 2013
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Are you sure you got the latest PQInterface installed? I have never had any problems using non PQInterface-related profiles while having PQI on. I find it strange that you do :/
    the profiles that do not use the addon PQI work perfectly and im using the latest PQI which is v2.2 i think

  8. #9968
    BoTniT's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    PLEASE HELP still getting Edit Mode (no Bot Functionality) Have tried every was posted in the last 6 pages have reinstalled pqr several times tried copying and pasting 19662_offsets are there tried the alt tabbing way to get in and still nothing pls help!

  9. #9969
    BoTniT's Avatar Private
    Reputation
    1
    Join Date
    May 2013
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this how my exe file should look like?it doesnt say anything about offset type?

    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
    <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
    <requiredRuntime version="v4.0.20506"/>
    </startup>
    </configuration>

  10. #9970
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    anyone know where i could get profiles for 3.3.5 ?

    /edit

    nvm was a great derp of mine found em ^^
    Last edited by Weird0; 05-25-2013 at 01:46 AM.

  11. #9971
    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 BoTniT View Post
    PLEASE HELP still getting Edit Mode (no Bot Functionality) Have tried every was posted in the last 6 pages have reinstalled pqr several times tried copying and pasting 19662_offsets are there tried the alt tabbing way to get in and still nothing pls help!
    grab my 5.3 hunter and copy the folders to your PQR folder it has the latest offset in there.

    http://db.tt/BpU4yQ9Z

    Please if someone helped you donate rep to them.

  12. #9972
    Jaylock's Avatar Member
    Reputation
    13
    Join Date
    Apr 2009
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi everyone! Thanks for all you do with the pqr rotation community, its awesome!

    Does anyone happen to know of a good profile for leveling an Arms warrior? I have tried some of the profiles but when i load them up, they dont do anything. Any help would be appreciated! Thanks.

    Edit: also, does anyone have a link to the latest PQInterface addon?
    Last edited by Jaylock; 05-25-2013 at 10:42 AM.

  13. #9973
    dklcfr's Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    3/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jaylock View Post
    Hi everyone! Thanks for all you do with the pqr rotation community, its awesome!

    Does anyone happen to know of a good profile for leveling an Arms warrior? I have tried some of the profiles but when i load them up, they dont do anything. Any help would be appreciated! Thanks.

    Edit: also, does anyone have a link to the latest PQInterface addon?
    PQInterface - PQRotation Wiki

    any arms rotation should be fine, you'll probably need to remove spells you have yet to learn from the rotation and add them back in as you go

  14. #9974
    Saear's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm working on a DK rotation which saves the DOT damage the moment (as close as possible) it's applied to the target. this would allow the bot to determine if it should reapply my DOTs with stronger ones than those already applied.

    I've tried having is save the value as shown below but the code goes so fast. The problem is the code runs so fast and several time before the actual spell is cast. After the code runs once it wont run again as it thinks the DOTs have already been applied. Any ideas how I could make this work?

    if AvailableDot > AppliedDot then
    CastSpell (DOT)
    AppliedDOT = AvailableDOT
    end

  15. #9975
    Weird0's Avatar Contributor
    Reputation
    137
    Join Date
    Jan 2009
    Posts
    352
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    now that i have the wotlk profiles... uhm does anyone happen to know if there was like a "one file database" with all the cataclysm profiles ? or like a database that pointed you to where each cata profiles was obtainable ?

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