PQR - Rotation Bot menu

User Tag List

Page 48 of 116 FirstFirst ... 44454647484950515298 ... LastLast
Results 706 to 720 of 1739
  1. #706
    DARKFOXX's Avatar Active Member
    Reputation
    38
    Join Date
    Jul 2007
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    not sure who to talk to but when I use pqr with certain addons I get a wow error that says my addons tried to access something in wow that it didnt have permission to, any way to stop this?

    PQR - Rotation Bot
  2. #707
    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 DARKFOXX View Post
    not sure who to talk to but when I use pqr with certain addons I get a wow error that says my addons tried to access something in wow that it didnt have permission to, any way to stop this?
    Turn off those add-ons.

    Sent from my Galaxy S4 using Tapatalk 2

  3. #708
    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 DARKFOXX View Post
    not sure who to talk to but when I use pqr with certain addons I get a wow error that says my addons tried to access something in wow that it didnt have permission to, any way to stop this?
    the profile your using prob uses the same global var name and thats causing the problems, whos profile are you using?

    Please if someone helped you donate rep to them.

  4. #709
    Dotdk's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have the problem with Elvui and PQR its not working together enymore tryed with some difrent warrior profiles.. i can see its show its run but nothing off the spells are used but if i do with the same profile but disable elvui its working

  5. #710
    histo's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I do not know here, whether it is also a question of this kind.
    Hot keys such as ls la lc does not work correctly. There is also a profile that can be operated, it is also useless. I tried to change us to a keyboard.
    1,2,3 or f1, f2, f3, Is it possible to change the hot key in the same key maybe?
    If you can change, and it must be ensured that how will you tell me?
    Sorry if you are not sure of what it is can not be English.

  6. #711
    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)
    Hi! Leftshift LeftAlt and Leftcontrol works just fine, its up to the profile developers to implement them in their profiles.
    About the profile I dont know what profile you refer to as "useless"? But there are plenty profiles to be found here:

    http://www.ownedcore.com/forums/worl...1252013-a.html ([PQR] List of Community Rotations - Updated 01252013)

  7. #712
    muffin man's Avatar Member
    Reputation
    14
    Join Date
    Jun 2009
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone have offsets for ptr ?

  8. #713
    Pein17's Avatar Private
    Reputation
    4
    Join Date
    Sep 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey there.

    the interrupt doesnt work with warlock pet interrupt, i made a post before like 2 weeks ago and no one helpt me

    i tried changing the spell ID doesnt work

  9. #714
    CodeMyLife's Avatar Contributor
    Reputation
    272
    Join Date
    Mar 2013
    Posts
    707
    Thanks G/R
    24/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Pein17 View Post
    hey there.

    the interrupt doesnt work with warlock pet interrupt, i made a post before like 2 weeks ago and no one helpt me

    i tried changing the spell ID doesnt work
    Show us your code it will be easier to assist you did you reloadui? If its a Xelper interrupt you are editing keep in min the ids are in a function!
    Soapbox Rotations Developer

  10. #715
    Erikrsson's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone been banned using this tool yet? I'm considering using this tool, but I'm too afraid I'll get banned. I know this question was probably asked a thousand times if not more, but then, there's like 800 pages in the old thread and it would kind of takes ages to go through, at least for me.

    Thank you for reading and sorry for asking about something that's been already asked.

  11. #716
    Pein17's Avatar Private
    Reputation
    4
    Join Date
    Sep 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CodeMyLife View Post
    Show us your code it will be easier to assist you did you reloadui? If its a Xelper interrupt you are editing keep in min the ids are in a function!
    thanks for answering, yes its xelper interrupt

    --make sure the interrupt spell is available
    local interruptSpell = PQR_InterruptSpell()
    if interruptSpell ~= 0 then

    local interruptName = GetSpellInfo(interruptSpell)
    if not PQR_SpellAvailable(interruptSpell) or not IsSpellInRange(interruptName, customTarget) then
    return false
    end
    else
    return false
    end

    --Finally, make sure the spell they are casting is on the interrupt list or interrupt all is checked
    if PQR_IsOnInterruptList(castName) or PQR_IsInterruptAll() then
    PQR_Debug("Casting interrupt on "..customTarget)
    CastSpellByID(interruptSpell, customTarget)
    return true
    end

    end
    what shud i edit ?

  12. #717
    moochild's Avatar Corporal
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has anyone been able to successfully get counter shot and silencing shot to work in the interrupt profiles? I've searched the forums and tried a few things that were suggested, but I haven't seen any solid answers posted and I have yet to get it to work. Counter shot works fine, silencing shot never fires.

  13. #718
    Pera's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey,

    Is it possible to add a Delay to any profile by a standard function? Something like PQR_DelayRotation or something? It would be great to have this for adding delays to interrupt rotations.

  14. #719
    Bobita70's Avatar Member
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi all.. back to the game after a full year exit...
    I used to use pqr to run my multibox toons but I lost the follow code and it will be great for Scenarios

    Could someone please tell me the code to use as interrupt to allow your toons to follow
    Search on this thread did not give me any results but I know it existed in the old one

    Many thanks

  15. #720

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. [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
  3. rotation bot leveling (PQR)
    By classdog in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 09-17-2013, 06:13 PM
  4. [Release] PQR - Rotation Bot
    By Xelper in forum World of Warcraft Bots and Programs
    Replies: 11680
    Last Post: 09-16-2013, 07:47 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 09:59 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