PQR - Rotation Bot menu

Shout-Out

User Tag List

Page 705 of 779 FirstFirst ... 205605655701702703704705706707708709755 ... LastLast
Results 10,561 to 10,575 of 11681
  1. #10561
    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)
    so, LineOfSight() freezes rotattions, PQR_IsOutOfSight() always returns false, and no idias how to fix\replace it?
    and how to check i looking on the target or target behind me? PQR_UnitFacing? always returns false too.
    PS if no one can make full videoguide how to make offsets, then support PTR offsets would be great!
    Last edited by WWF; 06-22-2013 at 02:26 AM.

    PQR - Rotation Bot
  2. #10562
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by WWF View Post
    so, LineOfSight() freezes rotattions, PQR_IsOutOfSight() always returns false, and no idias how to fix\replace it?
    and how to check i looking on the target or target behind me? PQR_UnitFacing? always returns false too.
    PS if no one can make full videoguide how to make offsets, then support PTR offsets would be great!
    i have no idea how to fix that if what you just listed does not work.

    a video guide going over every step needed for offsets would be awesome and something that i would be very interested in watching and learning how to make!

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

  3. #10563
    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)
    I can confirm PQR_IsOutOfSight is broken and always returning false. I have a feeling this has been broken since atleast 5.3. Hopefully xhelper can look into it <3
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  4. #10564
    iceymot's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    do we no longer use IsSpellKnown? should i replace all the entries with IsPlayerSpell instead?

  5. #10565
    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 iceymot View Post
    do we no longer use IsSpellKnown? should i replace all the entries with IsPlayerSpell instead?
    I still use IsSpellKnown and it's been working fine...
    Former PQR Developer

  6. #10566
    Crackle666's Avatar Corporal
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any chance to get the ptr offsets in time for the raid test?
    Would give the one who finds the offsets 10$ in paypal, i dont know how to find them :/
    Last edited by Crackle666; 06-23-2013 at 12:01 PM.

  7. #10567
    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)
    How do you get the off sets ? For ptr.

  8. #10568
    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)
    17093 PTR Offsets https://dl.dropboxusercontent.com/u/...79/Offsets.zip

    PQI is broken on the PTR so dont turn it on it will cause extreme lag.
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  9. #10569
    NickGI's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cpowroks View Post
    17093 PTR Offsets https://dl.dropboxusercontent.com/u/...79/Offsets.zip

    PQI is broken on the PTR so dont turn it on it will cause extreme lag.
    thanks + rep 4 u

  10. #10570
    kevinnash79's Avatar Corporal
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does anyone know why the monk inturrpt isn't working?

  11. #10571
    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)
    Check in the interrupt code and see if monk is listed. I don't believe that Xelper had added it last I saw...

    Abilitiy Editor < Interrupt < Xelper < --Initialize --

    see if it says

    Code:
    elseif playerClass == "MONK" then
    			return 116705
    just before the

    Code:
    else
    			return 0
    		end
    If it doesn't, you need to add it.
    Former PQR Developer

  12. #10572
    kevinnash79's Avatar Corporal
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ty so much it works

  13. #10573
    Bakami's Avatar Banned
    Reputation
    7
    Join Date
    Jan 2008
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I am new to the new PQInterface concept, I downloaded the new PQR and PQInterface and put the interface folders in the PQR folder but my PQR just freezes up when I activate the rotation.

  14. #10574
    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)
    PQInterface goes in your World Of Warcraft/Interface/Addons Folder
    WoW LUA Script Developer
    Need Something Custom? WarmaneScripts.com
    Skype - grapejuice111

  15. #10575
    paintpauller's Avatar Contributor
    Reputation
    128
    Join Date
    Jan 2012
    Posts
    265
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kevinnash79 View Post
    does anyone know why the monk inturrpt isn't working?
    there my interrupt profile has monk working, link in the sig. also does a lot more than the default one.

    Alpha Profiles: - All profiles with PQInterface support!
    Alpha Interrupt: https://goo.gl/OLhGi - Ignore List, Random Percentage, Time Delays, & much More!
    Alpha Utilities: https://goo.gl/rt7WA - Farming, Prospecting, Disenchanting, Milling, & Questing
    Alpha Moonkin: https://goo.gl/gjxw0 - Optimized DPS Rotation for PvE, Mashup of 3 Profiles
    Avery's Ret: https://goo.gl/GhurM - My take on Avery's outstanding Ret profile with PQI

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 12:45 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