PQR - Rotation Bot menu

User Tag List

Page 148 of 779 FirstFirst ... 4898144145146147148149150151152198248648 ... LastLast
Results 2,206 to 2,220 of 11681
  1. #2206
    sinbad20069's Avatar Member
    Reputation
    3
    Join Date
    Feb 2012
    Posts
    26
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    local target = UnitExists("target")

    if target ~= nil then
    CastSpellByID(585,"mouseover")
    return true
    else
    return false
    end


    ...ok i need help with this, trying to write my own script.(new character{Priest})..so far no luck...anyway it work sorta...my issues is that it doesn't autocast at the begining when i right click to a target! It work only after i hit that specific button for that spell 'smite' or when the enemy targeting at me....i am new at this and i appreciated if some one can help me out..TY!

    PQR - Rotation Bot
  2. #2207
    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 [Jwicky] View Post
    Whats up guys, I am looking for a Feral tank profile for Beta. I have looked for a while, it is very hard to find stuff within 148 pages of posts. Plus rep if anybody can help me out. THANKS!
    None as of yet, but Gabbz is working on one.

    Originally Posted by sinbad20069 View Post
    ...ok i need help with this, trying to write my own script.(new character{Priest})..so far no luck...anyway it work sorta...my issues is that it doesn't autocast at the begining when i right click to a target! It work only after i hit that specific button for that spell 'smite' or when the enemy targeting at me....i am new at this and i appreciated if some one can help me out..TY!
    Have you disabled "Require combat to execute rotation"?
    Last edited by dklcfr; 08-19-2012 at 11:03 AM.

  3. #2208
    Bgreen12's Avatar Banned
    Reputation
    32
    Join Date
    Aug 2012
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sinbad20069 View Post
    local target = UnitExists("target")

    if target ~= nil then
    CastSpellByID(585,"mouseover")
    return true
    else
    return false
    end


    ...ok i need help with this, trying to write my own script.(new character{Priest})..so far no luck...anyway it work sorta...my issues is that it doesn't autocast at the begining when i right click to a target! It work only after i hit that specific button for that spell 'smite' or when the enemy targeting at me....i am new at this and i appreciated if some one can help me out..TY!

    Also - the else return false is not needed. Could just end that if with return true end

  4. #2209
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Master34 View Post
    There exist a profile for a windwalker monk dps ... obviously on the beta?

    And where i can donate for this team?
    My modification of Nova Windwalker 64k on new raid dummy
    https://www.dropbox.com/s/hu2e8412at...nk%20DPS.rar?m

  5. #2210
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dimonoff View Post
    My modification of Nova Windwalker 64k on new raid dummy
    https://www.dropbox.com/s/hu2e8412at...nk%20DPS.rar?m
    64k!!!?? Which level, which gear? Enchant gem? Food and flask?
    Omfg i cant wait to try that thx man!!

  6. #2211
    Dimonoff's Avatar Master Sergeant
    Reputation
    12
    Join Date
    May 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Master34 View Post
    64k!!!?? Which level, which gear? Enchant gem? Food and flask?
    Omfg i cant wait to try that thx man!!
    PvP gear 1-H reforge haste-crit-mastery

    Attachment 9576

    15983 build
    Last edited by Dimonoff; 08-19-2012 at 02:45 PM.

  7. #2212
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Offsets for build 16004 are up?

  8. #2213
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Master34 View Post
    Offsets for build 16004 are up?
    Nope, not yet.

  9. #2214
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sinbad20069 View Post
    local target = UnitExists("target")

    if target ~= nil then
    CastSpellByID(585,"mouseover")
    return true
    else
    return false
    end


    ...ok i need help with this, trying to write my own script.(new character{Priest})..so far no luck...anyway it work sorta...my issues is that it doesn't autocast at the begining when i right click to a target! It work only after i hit that specific button for that spell 'smite' or when the enemy targeting at me....i am new at this and i appreciated if some one can help me out..TY!
    Change UnitExists("Target") to UnitExists("Mouseover"). That should fix your problem. And maybe add in UnitCanAttack("Player","Mouseover") somewhere in there to make sure the Mouseover target is a enemy and not a player, so it wont spam shit all over the screen.
    For example:
    Code:
    local hasTarget = UnitExists("Mouseover")
    local Enemy = UnitCanAttack("Player","Mouseover")
    local inCombat = UnitAffectingCombat("Player")
    
    if hasTarget and Enemy and inCombat then
    	CastSpellByName(tostring(GetSpellInfo(585)),"Mouseover")
    end
    P.S. Maybe also add in a check to see if the Mouseover doesn't already have your DoT on the target if it is in fact a DoT (since were talking about Priest here).
    Code:
    local hasDoT = UnitDebuffID(dotIDhere,"Mouseover","Player")
    Or something like that, I've really never used the player tag.
    Last edited by firepong; 08-19-2012 at 04:31 PM.

  10. #2215
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    74
    Join Date
    Aug 2011
    Posts
    222
    Thanks G/R
    12/6
    Trade Feedback
    15 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    no offsets atm?

  11. #2216
    Master34's Avatar Master Sergeant
    Reputation
    2
    Join Date
    Nov 2011
    Posts
    119
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostinthewoodslol View Post
    no offsets atm?
    No, not yet

  12. #2217
    Xelper's Avatar ★ Elder ★
    Reputation
    1024
    Join Date
    Mar 2007
    Posts
    860
    Thanks G/R
    0/8
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I just uploaded the latest MOP offsets. Make sure you are on PQR 2.1.8 or they will not work properly.

  13. #2218
    chipeat's Avatar Member
    Reputation
    2
    Join Date
    Jul 2012
    Posts
    27
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by FrostDKsFTW View Post
    Any Resto Shaman profiles yet for MoP? I've went through the last 50 pages but no luck. Nothing with search either.
    ^
    This. An MoP Enhancement Shaman profile would rock too. Sheuron? Bubba? firepong? Bueller? Bueller?

  14. #2219
    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)
    I'm currently leveling a rogue (34), but PQR seems to stop using rotations after awhile. I've tried different rotations and none of them keep working...

    Tried updating QPR but that only worked for a minute.

    How can I fix this?

  15. #2220
    blacknightlll's Avatar Member
    Reputation
    4
    Join Date
    Mar 2009
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Try taking out abilities you don't have yet. And replacing them as you go. Might be getting. Caught up on something.

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 10:50 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