[BETA] PQRotation - an automated ability priority queue. menu

User Tag List

Page 714 of 731 FirstFirst ... 214614664710711712713714715716717718 ... LastLast
Results 10,696 to 10,710 of 10955
  1. #10696
    BHLDepression's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    132
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone else having an issue while running PQR a message pops up saying a certain addon is messing with the blizzard ui? Then PQR stops working :/ Ive had this happen like 6 times now. Which is bad because idk my rogues rotation XD

    [BETA] PQRotation - an automated ability priority queue.
  2. #10697
    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 BHLDepression View Post
    Anyone else having an issue while running PQR a message pops up saying a certain addon is messing with the blizzard ui? Then PQR stops working :/ Ive had this happen like 6 times now. Which is bad because idk my rogues rotation XD
    i know this happens with tidy plates... I had to disable it while running the rogue profile yesterday
    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

  3. #10698
    nertharul's Avatar Member
    Reputation
    3
    Join Date
    Apr 2010
    Posts
    72
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello everyone, i would like to buy or hire someone that could write the perfect arms warrior pve profile for DS HM raiding, plz send me via PM if u can so we can talk about the little things.
    Atm using Boss 7.3 arms but i dont know feel like sometimes goes low on dps, thnx in advance.

    Thnx all for ur awsome profiles and Xelper for this gift of the god's.

  4. #10699
    Holobyte's Avatar Sergeant
    Reputation
    43
    Join Date
    Apr 2012
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    And while I am going off to work... does anyone know a way to validate Lua code inside WoW before it is run to at least make sure it is structurally sound? I don't care if they are using a bad variable name or whatever, just want to avoid these errors. Maybe I can find some way of doing it with C# if Lua can't handle it.
    Got home and found some other resources that may help you with this:

  5. #10700
    BHLDepression's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    132
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    i know this happens with tidy plates... I had to disable it while running the rogue profile yesterday
    Im having it happen with bartender, recount, atlas loot and xperl

  6. #10701
    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 nertharul View Post
    Hello everyone, i would like to buy or hire someone that could write the perfect arms warrior pve profile for DS HM raiding, plz send me via PM if u can so we can talk about the little things.
    Atm using Boss 7.3 arms but i dont know feel like sometimes goes low on dps, thnx in advance.

    Thnx all for ur awsome profiles and Xelper for this gift of the god's.
    My first question for you is, what do you think the profile is doing wrong?

  7. #10702
    nertharul's Avatar Member
    Reputation
    3
    Join Date
    Apr 2010
    Posts
    72
    Thanks G/R
    1/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ralphiuss View Post
    My first question for you is, what do you think the profile is doing wrong?
    well, normally the profile works awsome, but then it stops for a few secs with rage at 50+ then start again, instead of using a filler or something, maybe i could be wrong so i rly appretiate ur knowledge.

    Edit: Also to add something like check if its on range to use deadly calm cuz at morchok hm happend that uses DC when its the earthen thing
    Last edited by nertharul; 05-02-2012 at 06:55 PM.

  8. #10703
    Cookie799's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Nov 2009
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whats the best shadow priest profile ?? and where may i find it plz ??

  9. #10704
    brandonedm0nds's Avatar Private
    Reputation
    3
    Join Date
    Jan 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there sucha thing as a good Boomkin Profile?

  10. #10705
    Chicotheman's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Run LFR Faster crystal! D=

  11. #10706
    sheuron's Avatar Knight-Champion
    Reputation
    319
    Join Date
    Aug 2011
    Posts
    504
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How to use PQR_UnitInfo function to autoface a target

    Code:
    if UnitExists("target") and not IsMouselooking() and ( not TurnDelay or GetTime() - TurnDelay > 1 ) then
      local x1,y1,z1,r1 = PQR_UnitInfo("target") 
      local x2,y2,z2,r2 = PQR_UnitInfo("player") 
      local angle = math.atan2(y1-y2,x2-x1) + r2 - math.pi 
      if ( angle < -0.5 and angle > -math.pi ) or angle >= math.pi then 
        TurnLeftStart() 
      elseif ( angle > 0.5 and angle < math.pi ) or angle < -math.pi then
        TurnRightStart()
      else
        TurnDelay = GetTime() TurnRightStop() TurnLeftStop()
      end
    end
    Last edited by sheuron; 05-02-2012 at 10:15 PM.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  12. #10707
    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)
    Oh btw, I put 2.1.3 on the updater about an hour ago..

    MOP offsets aren't up for this patch, but when they are up (soon) they will not have the offsets for the object manager (so no UnitFacing, etc for beta) I need the time to check the object manager on MOP for any major changes and just don't have the time until at least the weekend.

  13. #10708
    Kelley204's Avatar Private
    Reputation
    2
    Join Date
    May 2012
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't wait to see this released +rep in advance.
    Last edited by Kelley204; 05-02-2012 at 10:28 PM.

  14. #10709
    bu_ba_911's Avatar Elite User
    Reputation
    552
    Join Date
    May 2006
    Posts
    1,638
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kelley204 View Post
    I can't wait to see this released +rep in advance.
    lol im a little curious what u're waiting for?

    the beta offset release that supports Unit Facing?

    Honestly... it's the beta.... he could postpone a month and it wouldn't phase me one bit

    And to Xelper.... Props again for another great addition !
    ^0^Team Nova's PQR NCC ^0^

    If you think someone did something good, take the time to show your appreciation!

  15. #10710
    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)
    Originally Posted by Xelper View Post
    I know some people who run PQR with Honorbuddy, maybe they will post in this thread how they manage it.
    Well, it's really as simple as creating a custom class for honor buddy that does the resting, facing and movement then just enabling the profile on PQR. I do this all the time, and it works wonders. I can create custom PQR profiles for certain farming spots so it can spam abilities that are better for that farm then waste time using diseases, etc.

Similar Threads

  1. [Buying] Planetside 2 Priority Beta Key
    By isit123 in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-21-2012, 06:34 AM
  2. [Selling] PLANETSIDE 2 Priority/Early Access Beta Account
    By Kabraxiss in forum General MMO Buy Sell Trade
    Replies: 0
    Last Post: 07-18-2012, 10:20 AM
  3. [Selling] Planetside 2 Priority/Early access Beta Keys
    By mrsluf in forum General MMO Buy Sell Trade
    Replies: 3
    Last Post: 07-17-2012, 04:45 AM
  4. [Selling] Planetside 2 Priority Access beta key codes
    By fatalefout in forum General MMO Buy Sell Trade
    Replies: 1
    Last Post: 06-26-2012, 04:08 PM
  5. [Bot] Automated dungeon queue / Justice Point leecher(Auto-it source)
    By s_e_a_n_66 in forum World of Warcraft Bots and Programs
    Replies: 36
    Last Post: 01-17-2011, 11:50 AM
All times are GMT -5. The time now is 04:42 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