PQR - Rotation Bot menu

User Tag List

Page 707 of 779 FirstFirst ... 207607657703704705706707708709710711757 ... LastLast
Results 10,591 to 10,605 of 11681
  1. #10591
    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)
    Someone said something about PQI being broken on thew PTR. If you are using it then that is probably what is causing your lag.

    Sent from my Galaxy S3 using Tapatalk 2

    PQR - Rotation Bot
  2. #10592
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cukiemunster View Post
    Someone said something about PQI being broken on thew PTR. If you are using it then that is probably what is causing your lag.

    Sent from my Galaxy S3 using Tapatalk 2
    I'm not using any addons at all.

  3. #10593
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ralphiuss View Post
    Anyone using PQR on the PTR? The client lags so bad when it's on..anyone else seeing this?
    tested 1 min ago, without PQI all it's good, with PQI massive lags.
    Last edited by WWF; 06-24-2013 at 08:12 PM.

  4. #10594
    mikeyd234's Avatar Sergeant
    Reputation
    9
    Join Date
    Oct 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Think it's actually coming from the Ace libs PQI uses rather than PQI itself

  5. #10595
    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 Ralphiuss View Post
    I'm not using any addons at all.
    Some profiles require PQI though, so not sure what you are using, but may want to check it.

  6. #10596
    Lookin's Avatar Member
    Reputation
    7
    Join Date
    Oct 2012
    Posts
    28
    Thanks G/R
    2/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    Why not?

    This is some of my ancient code for tanking Ultraxion, set the other tank to focus and you can AFK the whole fight.

    Code:
    local twilight = UnitDebuff("player", "Twilight Shift")
    local faded = UnitDebuff("player", "Faded Into Twilight")
    if twilight ~= nil and faded == nil then
    	local twilight = UnitDebuff("focus", "Twilight Shift")
    		if twilight == nil then
    		local my_threat = UnitThreatSituation("player", "target")
    		if my_threat ~= 3 then
    			return true
    		end
    	end
    end
    Awesome, now make one for heroic horridon so i can afk-sammich and i'll agree with you.

  7. #10597
    mikeyd234's Avatar Sergeant
    Reputation
    9
    Join Date
    Oct 2012
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lookin View Post
    Awesome, now make one for heroic horridon so i can afk-sammich and i'll agree with you.
    If there was a way to query DBM timers in lua then I'd make an interrupt profile with taunting and smart CD usage for all bosses :P go find me a way!

  8. #10598
    Ralphiuss's Avatar Active Member
    Reputation
    44
    Join Date
    Sep 2011
    Posts
    230
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    tested 1 min ago, without PQI all it's good, with PQI massive lags.
    Might be that I'm using a very Legecy bu_911 Holy paladin profile.

    Sent from my SPH-L900 using Tapatalk 2

  9. #10599
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey everyone,

    What's the current best way of checking unit distance? PQR_UnitDistance or IsSpellInRange?

    Don't want to cause big FPS lag.

    Thanks

  10. #10600
    LazyRaider's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2013
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I'm looking to start coding my own mage profiles. Could anyone point me in the right direction aside from the wiki? Would it be a good idea to look at some of the existing profiles here?

  11. #10601
    WWF's Avatar Active Member
    Reputation
    31
    Join Date
    Jul 2010
    Posts
    215
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LazyRaider View Post
    I'm looking to start coding my own mage profiles. Could anyone point me in the right direction aside from the wiki? Would it be a good idea to look at some of the existing profiles here?
    http://www.ownedcore.com/forums/worl...1252013-a.html ([PQR] List of Community Rotations - Updated 01252013)

  12. #10602
    deadpanstiffy's Avatar Knight-Lieutenant
    Reputation
    158
    Join Date
    Mar 2012
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Dominium View Post
    Hey everyone,

    What's the current best way of checking unit distance? PQR_UnitDistance or IsSpellInRange?

    Don't want to cause big FPS lag.

    Thanks
    IsSpellInRange > CheckInteractDistance > PQR_UnitDistance

  13. #10603
    sparkyiezz's Avatar Member
    Reputation
    3
    Join Date
    Apr 2013
    Posts
    282
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this work on 5.3 tournament realm?

  14. #10604
    kuukuu's Avatar Contributor
    Reputation
    269
    Join Date
    Jul 2012
    Posts
    619
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sparkyiezz View Post
    Does this work on 5.3 tournament realm?
    If they're using retail offsets then yes, if not you might need to find your own offsets.
    Former PQR Developer

  15. #10605
    Dominium's Avatar Contributor
    Reputation
    124
    Join Date
    Dec 2011
    Posts
    389
    Thanks G/R
    0/1
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by deadpanstiffy View Post
    IsSpellInRange > CheckInteractDistance > PQR_UnitDistance
    Thanks! +rep

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