PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 524 of 779 FirstFirst ... 24424474520521522523524525526527528574624 ... LastLast
Results 7,846 to 7,860 of 11681
  1. #7846
    NicodemusAtNIMH's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    48
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if IsStealthed() and not PQR_UnitFacing("target", "player") then
    CastSpellByName(GetSpellInfo(8676), "target")
    elseif (UnitBuffID("player", 51713) or UnitBuffID("player", 11327))
    and not PQR_UnitFacing("target", "player") then
    CastSpellByName(GetSpellInfo(8676), "target")
    end


    so here is the code, where would i put sap (6770) i guess check if it is sapped then pick pocket (921) then do the ambush (8676). again any help is greatly appreciated.

    PQR - Rotation Bot
  2. #7847
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    212
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    trying to make a queue table of spells we want to cast that will have priority over anything in the rotation.

    lets say we click spell X during GCD, as well as Y and Z....

    The rotation will try to cast X, Y and Z before moving on to the rest of the rotation...

    So if X and Y are on 4 seconds of CD remaining, but Z is not, it will cast Z, continue on with the rotation, but as soon as X and Y are available, it will cast them

    but how im finding what spell is being clicked, is by taking the name of the button being clicked by the Mouse, finding the slot id of the button, then finding the Spell ID of the spell inside that button, then sending all of the information into a table.

    then when the Combat Log sees a Start or Success from one of the spells inside the table, it removed that table entry to avoid spamming

    *edit*
    my code i posted above works for what I've said with Default UI and Dominoes, but no with Bartender or ElvUI...

    that's why im trying to find another easy way to determine the Slot ID using their name, without resorting to something like...

    PHP Code:
    if IsAddOnLoaded('ElvUI'then
      local i 
    1
      
    for y=110 do
        for 
    z=112 do
          
    table.insert(Example, { Slot iName 'ElvUI_Bar'..tostring(y)..'Button'..tostring(z) }
          
    1
        end
      end
    end 
    not to mention all of the special circumstances like stance bars and such like that, that would need to be coded... thats what i mean by recreating

    if there is an easier way that i have overlooked...... im all ears
    I'm not sure offhand but if I were attempting that i would start by looking through LibActionButton-1.0 - Libraries - World of Warcraft Addons - Curse
    Last edited by diesall; 02-03-2013 at 08:41 PM.

  3. #7848
    zambeaux's Avatar Corporal
    Reputation
    2
    Join Date
    Nov 2009
    Posts
    33
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kinkeh View Post
    PQR is definitely not CPU intensive, runs lower then my chrome tabs.


    You could just be crossing the CPU usage with PQR/WoW open that is causing your CPU fan to turn up, if they stop when you close PQR and start when you open it that is pretty odd.
    yes its happening only when PQR and WoW are running, when PQR is turned off, fan stops making crazy noise... this happens on 2 different computers (mac mini 2011 with amd and dell notebook with intel 3000)...

    any clue how to solve this ?

  4. #7849
    Shamrockstar's Avatar Member
    Reputation
    51
    Join Date
    May 2007
    Posts
    108
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zambeaux View Post
    yes its happening only when PQR and WoW are running, when PQR is turned off, fan stops making crazy noise... this happens on 2 different computers (mac mini 2011 with amd and dell notebook with intel 3000)...

    any clue how to solve this ?
    Let me google that for you Will point you in the right direction.

  5. #7850
    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 zambeaux View Post
    yes its happening only when PQR and WoW are running, when PQR is turned off, fan stops making crazy noise... this happens on 2 different computers (mac mini 2011 with amd and dell notebook with intel 3000)...

    any clue how to solve this ?
    Two computers w/o dedicated GPUs?... Get a real computer that doesn't have on-board graphics.

  6. #7851
    kingdps's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any guide how to make Offsets ?

  7. #7852
    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)
    any one can make offsets the problem is if blizz changed a way xelper program uses said offsets then we are still waiting on xelper to update the program itself. so it just makes sense to wait for xelper to release/create them.

    Please if someone helped you donate rep to them.

  8. #7853
    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)
    I wouldnt call PQInterface junk by any means, it helps a lot when you're making profiles and need to debug/see what spell a rotation locks up on etc. But Im really psyched about PQR 3.0 as well, Xelper is our santa here ^^

  9. #7854
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    3.0 will most likely come out in 5.2 as it would make the most sense.

  10. #7855
    voilet's Avatar Member
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    would anyone be able to recommend a good resto/moonkin raiding profile?

  11. #7856
    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)
    voilet yes, there are:

    Nova has a good resto-profile I use
    Have gone 6/6 MSV Normal 1/6 HC (tried hc's yesterday for the first time) 6/6 Terrace of endless Spring Normal with it with little to no manual interaction.
    http://www.ownedcore.com/forums/worl...-profiles.html

    I use Soapbox Boomkin-profile (there's a free one and a elite one, but both are good)
    Nerder also has a Boomkin-profile
    http://www.ownedcore.com/forums/worl...-profiles.html
    http://www.ownedcore.com/forums/worl...-profiles.html

  12. #7857
    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)
    Swifty gets Haxorz - YouTube

    I have a strong feeling PQR is going to be bombarded because of this D:

  13. #7858
    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 Kinkeh View Post
    Swifty gets Haxorz - YouTube

    I have a strong feeling PQR is going to be bombarded because of this D:
    lol i saw that. sounds like interrupt profile needs to be changed to math.random(20, 60) instead of if casting.

    Please if someone helped you donate rep to them.

  14. #7859
    vitalic's Avatar Contributor CoreCoins Purchaser
    Reputation
    182
    Join Date
    Jun 2010
    Posts
    3,527
    Thanks G/R
    8/3
    Trade Feedback
    10 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    lol i saw that. sounds like interrupt profile needs to be changed to math.random(20, 60) instead of if casting.
    I always thought that should be the default, or at the very least a minimum delay. Instant interrupts are a ban me feature

  15. #7860
    gvaukjoe's Avatar Private
    Reputation
    1
    Join Date
    Dec 2012
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Guys, will the recent patch from blizzard affect the PQR ? Sorry, a new with it

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 03:25 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