PQR - Rotation Bot menu

User Tag List

Page 378 of 779 FirstFirst ... 278328374375376377378379380381382428478 ... LastLast
Results 5,656 to 5,670 of 11681
  1. #5656
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @travis2861: That's very strange. That error seems to be coming up occasionally without any kind of origin, as the var SCD is one of the first things loaded when you start the profile.
    I'll push and update on the SVN so you can download it through your PQR Rotation manager, and update the original 7.0.1 post right now.

    (Removed SCD from Cascade and Halo since you're managing them yourself, instead of the rotation doing it for you.)

    Edit:
    Removed the old package and uploaded a new package with the changes, if you're using SVN you should be able to check-out the new changes, otherwise download the updated package from the link above or through the PQR Rotation Manager.

    (I quit/restarted WoW and PQR before uploading this time and I have not recieve any LUA errors so far.)
    Last edited by Kinky; 11-04-2012 at 08:43 PM.

    PQR - Rotation Bot
  2. #5657
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @mentally

    Thanks for the speedy fix, working fine without any fuss now

  3. #5658
    magenpriest's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yourson View Post
    Whats last version of PQInterface and does it work? One link that I found is dead :/.
    Xhelper or anyone plz update this useful addon if u have time. Thank you!

  4. #5659
    lantus's Avatar Active Member
    Reputation
    46
    Join Date
    Feb 2012
    Posts
    161
    Thanks G/R
    0/0
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by magenpriest View Post
    Xhelper or anyone plz update this useful addon if u have time. Thank you!
    Using it right now, works fine to me

  5. #5660
    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 magenpriest View Post
    Xhelper or anyone plz update this useful addon if u have time. Thank you!
    The addon works fine if you download it from http://pqrotation.wikia.com/wiki/PQInterface just enable load out of date addons in game.
    Last edited by dklcfr; 11-05-2012 at 02:50 AM. Reason: sorted shit out

  6. #5661
    KleskReaver's Avatar Sergeant
    Reputation
    9
    Join Date
    Jul 2012
    Posts
    39
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by mentally View Post
    Alrighty, I've got a raid in about an hour -- Which I'll test my Demonology profile in, hopefully I managed to remove that pesky stop-casting bug.

    I've updated the Priest Rotation and Data file on our SVN, added in more Warlock spells and such. Removed the automatic Halo usage and moved Cascade and Halo to Right Alt instead.
    I also updated missing links in the Auto-Downloader and changed the URL's in PQR's Rotation downloader.


    You should now be able to update my Shadow Priest profile directly through PQR whenever there is an update!
    You can download our latest releases through our Google Code SVN page or directly from this link

    Edit: There was an error within Cascade and Halo that caused some people to recieve unexpected errors from the Cooldown toggle feature, version changed from 7.0.1 to 7.0.2. If you downloaded 7.0.1 - Please update the profile through the PQR Rotation Manager or re-download the above package!

    As always, if you're interested in helping me out and keep me motivated to create bigger and better profiles, you can make a donation here.

    A special and warm thanks to you guys who already donated some!
    <3 Donation coming your way!


  7. #5662
    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)
    is there anything wrong with this ?
    it seems i kept getting GetspellBook error


    PHP Code:
    local _,_,_,FnB UnitBuffID("player"108683)

    if 
    FnB and not UnitDebuffID(PQR_CustomTarget108686then
        CastSpellByName
    (GetSpellInfo(108686), PQR_CustomTarget)
        return 
    true
    elseif FnB and select(7UnitDebuffID(PQR_CustomTarget108686)) - GetTime() <= 2.5 then
        CastSpellByName
    (GetSpellInfo(108686), PQR_CustomTarget)
        return 
    true
    end 

  8. #5663
    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)
    Originally Posted by momo1029 View Post
    is there anything wrong with this ?
    it seems i kept getting GetspellBook error


    PHP Code:
    local _,_,_,FnB UnitBuffID("player"108683)

    if 
    FnB and not UnitDebuffID(PQR_CustomTarget108686then
        CastSpellByName
    (GetSpellInfo(108686), PQR_CustomTarget)
        return 
    true
    elseif FnB and select(7UnitDebuffID(PQR_CustomTarget108686)) - GetTime() <= 2.5 then
        CastSpellByName
    (GetSpellInfo(108686), PQR_CustomTarget)
        return 
    true
    end 
    I want to say something with PQR_CustomTarget. Try using "target" and see if that is the issue.

  9. #5664
    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)
    something is not right, always getting getspellbook error
    with the "fire and brimstone (108683)" the immolate spell changed from 348 -> 108686
    with this code, i always get lua error


    PHP Code:
    if UnitBuffID("player",108683) and not UnitDebuffID("target"108686then
        CastSpellByName
    (tostring(GetSpellInfo(108686)))
        return 
    true
    elseif UnitBuffID("player",108683) and select(7UnitDebuffID("target"108686)) - GetTime() <= 2.5 then
        CastSpellByName
    (tostring(GetSpellInfo(108686)))
        return 
    true
    end 
    Last edited by momo1029; 11-05-2012 at 06:16 AM.

  10. #5665
    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)
    cameronmc88 you need to clear your inbox, says you can't receive more pm's!

  11. #5666
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just as a service to you guys, and to keep track of it; I've uploaded the PQInterface Addon to the Google Code SVN page, and updated the TOC version to release.
    You can checkout this direct link through SVN or simply update your complete checkout folders.

    Alternatively, you can find the direct download on our Google Download Page or directly through PQInterface @ Wikia.

    I'm in no way taking over the project for Diesal, simply maintaining it. Should it break, need updating or similar, without Diesal noticing, I'll keep it running until he updates it.
    Last edited by Kinky; 11-05-2012 at 06:33 AM.

  12. #5667
    magenpriest's Avatar Banned
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    28
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dklcfr View Post
    The addon works fine if you download it from PQInterface - PQRotation Wiki just enable load out of date addons in game.
    Originally Posted by lantus View Post
    Using it right now, works fine to me
    Thank you for your information!

  13. #5668
    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)
    @mentally how is the demo profile?

  14. #5669
    huntz's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome man! so keen for this profile!

  15. #5670
    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)
    anyone can help me with this spell please
    mine always give me GetSpellBookItemName(): Invalid spell slot error

    with buff 108683 and target debuff 108686 then cast it on target

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:48 PM. 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