PQR - Rotation Bot menu

User Tag List

Page 60 of 116 FirstFirst ... 10565758596061626364110 ... LastLast
Results 886 to 900 of 1739
  1. #886
    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 ithinkyourmad View Post
    I have a problem using PQR on a 4.3.4 server, when I used a profile it crashed. I'm using Vitalic's profile as it has 4.3.4 support.
    Yes I do have the correct offsets (15595).
    Some private servers use custom offsets anyways. So live WoW 4.3.4 offsets may not be the same as a 4.3.4 private server.

    Sent from my Galaxy S4 using Tapatalk 2

    PQR - Rotation Bot
  2. #887
    empty_skillz's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2009
    Posts
    104
    Thanks G/R
    18/24
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i was wondering if its possible to leap of faith grip friendly target out of smoke bomb (if enemy uses smoke bomb?) like grip instantly

    Something like

    local TriggerList = {
    "Smoke Bomb"
    }
    for f = 1, #TriggerList do
    if spellId == TriggerList[f] then
    SpellStopCasting()
    CastSpellByName("Leap of Faith")
    print ("Trying to Grip Smoke")
    end
    end


    But this way it grips anytime the debuff smoke bomb is on the target/used, so if a friendly rogue bombs it will grip him, just want it to grip when enemy uses it

  3. #888
    gongmang1's Avatar Member
    Reputation
    10
    Join Date
    Mar 2011
    Posts
    116
    Thanks G/R
    6/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    today i got ban I just use PQR and PQI.

  4. #889
    wowmacro's Avatar Member
    Reputation
    7
    Join Date
    Oct 2013
    Posts
    93
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got a warning form battle.net today~~~

  5. #890
    empty_skillz's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2009
    Posts
    104
    Thanks G/R
    18/24
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cukiemunster View Post
    Some private servers use custom offsets anyways. So live WoW 4.3.4 offsets may not be the same as a 4.3.4 private server.

    Sent from my Galaxy S4 using Tapatalk 2
    post a copy of the mail please. and what where u doing with pqr?

    Originally Posted by gongmang1 View Post
    today i got ban I just use PQR and PQI.
    post a copy of the mail please. and what where u doing with pqr?

  6. #891
    Chinaboy's Avatar Active Member
    Reputation
    75
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Post some proof and what you were doing with pqr, like pve or pvp with int profile

  7. #892
    Taran32's Avatar Knight-Lieutenant
    Reputation
    9
    Join Date
    Feb 2012
    Posts
    369
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gongmang1 View Post
    today i got ban I just use PQR and PQI.
    Based on your forum posts, it looks like you frequent the Exploits section too. I'm pretty sure that's a good place to start trying to figure out how. It's a pretty consistent thing around here that people who say they "only used PQR" when they got banned were also using HonorBuddy, random exploits, or other hacks at the same time.
    Last edited by Taran32; 12-26-2013 at 12:25 PM.

  8. #893
    imdasandman's Avatar Contributor
    Reputation
    206
    Join Date
    Feb 2011
    Posts
    965
    Thanks G/R
    9/4
    Trade Feedback
    7 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by empty_skillz View Post
    i was wondering if its possible to leap of faith grip friendly target out of smoke bomb (if enemy uses smoke bomb?) like grip instantly

    Something like

    local TriggerList = {
    "Smoke Bomb"
    }
    for f = 1, #TriggerList do
    if spellId == TriggerList[f] then
    SpellStopCasting()
    CastSpellByName("Leap of Faith")
    print ("Trying to Grip Smoke")
    end
    end


    But this way it grips anytime the debuff smoke bomb is on the target/used, so if a friendly rogue bombs it will grip him, just want it to grip when enemy uses it
    Smoke bombs buff(rogue)Id is the same as the debuff id on other players. Now I know smoke bomb gives you targeting errors so maybe put a Los check in there?

    Sent from Samsung Note 3
    My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
    https://imdasandmandeathknight.googl...com/svn/trunk/
    Originally Posted by Valma View Post
    Oh sure. (: Plz,lord,rewrite my profile without "re-inventing a wheel".I'm really interested how would you do so.I even ready to eat my pants if yours will perform better in raids than mine

  9. #894
    cpowroks's Avatar Contributor
    Reputation
    180
    Join Date
    Oct 2007
    Posts
    623
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by empty_skillz View Post
    i was wondering if its possible to leap of faith grip friendly target out of smoke bomb (if enemy uses smoke bomb?) like grip instantly

    Something like

    local TriggerList = {
    "Smoke Bomb"
    }
    for f = 1, #TriggerList do
    if spellId == TriggerList[f] then
    SpellStopCasting()
    CastSpellByName("Leap of Faith")
    print ("Trying to Grip Smoke")
    end
    end


    But this way it grips anytime the debuff smoke bomb is on the target/used, so if a friendly rogue bombs it will grip him, just want it to grip when enemy uses it
    you have to use a combat log reader.

    Pretty much you have to grip the target before bomb is cast, Kinda like deathing a sheep or blind or scatter
    Last edited by cpowroks; 12-27-2013 at 10:32 AM.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  10. #895
    Babii's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay so i Literally just started using PQR, and i set it all up and such x3 But when i get in game, and i click on the keybind to start using a profile i selected, it doesn't do anything :< It just stands there. I tried right clicking on the dummy to get in combat, but all i do is stand there and autoattack u_u The bar shows that it wants to do shred (since it's a feral profile), but it never does shred or any of the other abilities it says it's gonna do D:

  11. #896
    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 Babii View Post
    Okay so i Literally just started using PQR, and i set it all up and such x3 But when i get in game, and i click on the keybind to start using a profile i selected, it doesn't do anything :< It just stands there. I tried right clicking on the dummy to get in combat, but all i do is stand there and autoattack u_u The bar shows that it wants to do shred (since it's a feral profile), but it never does shred or any of the other abilities it says it's gonna do D:
    sounds like a profile issue, whos are you using and what client are you using?

    Please if someone helped you donate rep to them.

  12. #897
    Babii's Avatar Corporal
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    sounds like a profile issue, whos are you using and what client are you using?
    I'm suing 32 bit since i used to use quicktracker as well. And i'm using feral profile from here http://www.ownedcore.com/forums/worl...-profiles.html ([PQR/PE] ImoCuteOne's Pve and PvP Profiles)

    I really wanna try iit, but it wont work T_T

    EDIT! Nvm, it turns out an addon was causing it to not work! Ask mr robot.
    Last edited by Babii; 12-27-2013 at 01:11 PM.

  13. #898
    revrite's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Helloy everybody. I have a problem - when i play WOW and launch PQR, then press alt+x or alt+z without profiles (or with them) so my character is not moving, he sits down that means that he passes to afk mode. Tell me what to do. Thx

  14. #899
    Kaylo's Avatar Active Member
    Reputation
    20
    Join Date
    Jun 2012
    Posts
    68
    Thanks G/R
    11/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by revrite View Post
    Helloy everybody. I have a problem - when i play WOW and launch PQR, then press alt+x or alt+z without profiles (or with them) so my character is not moving, he sits down that means that he passes to afk mode. Tell me what to do. Thx
    Hey,

    PQR with profiles are combat bots only. It will not move the character for you. You have to move to combat and while in combat. The profiles should take care of the rest when you are in combat unless info says otherwhise.

    Hard to tell what you mean by your comment. Do you want a bot that moves for you or an afk bot that just keeps you online? feel free to elaborate.

  15. #900
    revrite's Avatar Member
    Reputation
    1
    Join Date
    Dec 2013
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont want Pqr to move my character for me. PQR always goes my character to afk mode ( /afk ) out of combat and he sit down every time when i don't move
    Last edited by revrite; 12-28-2013 at 02:37 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. [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 08:39 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