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

User Tag List

Page 699 of 731 FirstFirst ... 199599649695696697698699700701702703 ... LastLast
Results 10,471 to 10,485 of 10955
  1. #10471
    what3ver's Avatar Private
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can't seem to find the Demo Warlock profile, can someone provide a link plz?

    [BETA] PQRotation - an automated ability priority queue.
  2. #10472
    xxmarlxx's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is there a up to date fire mage profile out there i have 1 but dont seem to put out the dps as the arc profile thxx)

  3. #10473
    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)
    Yes sheuron and gabbz has firemage-profiles. The fire-spec is very dependant on crits & RNG, and ofcourse it depends on your gear as well.

  4. #10474
    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)
    PQR 2.1.3b Beta - FOR PROFILE DEVELOPERS ONLY

    http://dl.dropbox.com/u/39925787/PQR...R213_BETAb.zip

    -Cleaned up some code.
    Added a parameter to two functions:
    PQR_FacingTarget(showDegrees) - returns true/false if showDegrees is not true. If showDegrees is true it will return the number of degrees. You can use this to determine smaller angles.
    PQR_BehindTarget(showDegrees) - same as FacingTarget.

    -Fixed bug with BehindTarget regarding a unit rotating but not moving. When a mob rotates but doesn't move its actual rotation in memory does not change, even though it actually does rotate visibly. To get around this, if you are targetting a non-player with a target (target of target), it will calculate the angle between target and target of target and calculate yaw based on that angle instead of the angle for the actual target. If a unit (non-player) is targetting you it is always assumed to be facing you even if you stun it and run behind. -- this should fix the vast majority of situations where it was incorrect if a tank rotated a mob. This was, and still is, not an issue with real players because their rotation will always update even if they do not move.
    -Note that BehindTarget is not a guaranteed "able to shred/backstab" indicator. Some mobs are exempt from the rear-only requirement and you must code around this in your rotation.

    -PQR_DistanceTarget() - shows the distance from you to the target.

    Restart your WoW before running this version if you had already run PQR.

    Please let me know of any problems.
    Last edited by Xelper; 04-28-2012 at 08:01 PM.

  5. #10475
    5pArxz's Avatar Private
    Reputation
    3
    Join Date
    Jan 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Elemental Shaman PVP Rotation

    Does anyone have a half decent or proper Elemental Shaman PVP Rotation ?

  6. #10476
    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)
    PQR_DistanceTarget()

    Works with odd hitbox npc, ie Ultraxion?

  7. #10477
    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 Xelper View Post
    PQR 2.1.3b Beta - FOR PROFILE DEVELOPERS ONLY

    http://dl.dropbox.com/u/39925787/PQR...R213_BETAb.zip

    -Cleaned up some code.
    Added a parameter to two functions:
    PQR_FacingTarget(showDegrees) - returns true/false if showDegrees is not true. If showDegrees is true it will return the number of degrees. You can use this to determine smaller angles.
    PQR_BehindTarget(showDegrees) - same as FacingTarget.

    -Fixed bug with BehindTarget regarding a unit rotating but not moving. When a mob rotates but doesn't move its actual rotation in memory does not change, even though it actually does rotate visibly. To get around this, if you are targetting a non-player with a target (target of target), it will calculate the angle between target and target of target and calculate yaw based on that angle instead of the angle for the actual target. If a unit (non-player) is targetting you it is always assumed to be facing you even if you stun it and run behind. -- this should fix the vast majority of situations where it was incorrect if a tank rotated a mob. This was, and still is, not an issue with real players because their rotation will always update even if they do not move.
    -Note that BehindTarget is not a guaranteed "able to shred/backstab" indicator. Some mobs are exempt from the rear-only requirement and you must code around this in your rotation.

    -PQR_DistanceTarget() - shows the distance from you to the target.

    Restart your WoW before running this version if you had already run PQR.

    Please let me know of any problems.
    Doubt it will happen as if your using the distance check the way I think you are, it's not going to work. But I'll throw it out there. Anyway it can be worked to do it as follows:

    PQR_DistanceTarget(unit,"Target") where unit can be Player or Pet?

  8. #10478
    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)
    Originally Posted by Xelper View Post
    PQR 2.1.3b Beta - FOR PROFILE DEVELOPERS ONLY

    http://dl.dropbox.com/u/39925787/PQR...R213_BETAb.zip

    -Cleaned up some code.
    Added a parameter to two functions:
    PQR_FacingTarget(showDegrees) - returns true/false if showDegrees is not true. If showDegrees is true it will return the number of degrees. You can use this to determine smaller angles.
    PQR_BehindTarget(showDegrees) - same as FacingTarget.

    -Fixed bug with BehindTarget regarding a unit rotating but not moving. When a mob rotates but doesn't move its actual rotation in memory does not change, even though it actually does rotate visibly. To get around this, if you are targetting a non-player with a target (target of target), it will calculate the angle between target and target of target and calculate yaw based on that angle instead of the angle for the actual target. If a unit (non-player) is targetting you it is always assumed to be facing you even if you stun it and run behind. -- this should fix the vast majority of situations where it was incorrect if a tank rotated a mob. This was, and still is, not an issue with real players because their rotation will always update even if they do not move.
    -Note that BehindTarget is not a guaranteed "able to shred/backstab" indicator. Some mobs are exempt from the rear-only requirement and you must code around this in your rotation.

    -PQR_DistanceTarget() - shows the distance from you to the target.

    Restart your WoW before running this version if you had already run PQR.

    Please let me know of any problems.
    Behind always rturn false, Facing always return false and distance always return nil.

    Tried deleting cache, wtf and intterface, on 2 characters (warrior & priest), and using PQR 2.1.3 beta on separated folder with empty profile. Same results.
    [ 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]

  9. #10479
    ipass's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    45
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    so what is that? is that from an addon that you use? Also try to use the code tags its just code with [ ] around it to start it and /code with [ ] to close it. makes it nicer to read.
    but i'm guessing you just want to disenage the moment you get charged? kinda hard to do that if the charge was from min distance. but i'll see what i can do.

    ok ty Crystal_Tech

    it is from a addon lol:P

    Ipass

  10. #10480
    ipass's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    45
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Seriously doubt disengaging while being charged would work. They blocked being able to jump while being charged, and disengage is basically the same thing. Automatically disengaging is such a bad idea. You could be facing the wrong way, and disengage off the middle part of EotS, or disengage off the LM cliff, bu just targeting a player who may not even be near you.
    Hmm i was wondering cuz in a BG a damn rogue blinded me from far away and he wasn't in stealth(
    and i wasn't using Disengage at that time....
    maybe it was honorbuddy bot or something

    Ipass
    Last edited by ipass; 04-29-2012 at 12:35 AM.

  11. #10481
    hbkx1's Avatar Member CoreCoins Purchaser
    Reputation
    2
    Join Date
    Dec 2008
    Posts
    131
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sheuron and Crystal_tech how's your guys Demo profile coming, anxious to try it out!! <3

  12. #10482
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by hbkx1 View Post
    Sheuron and Crystal_tech how's your guys Demo profile coming, anxious to try it out!! <3

    Yes and me :-)

  13. #10483
    Techz's Avatar Member
    Reputation
    2
    Join Date
    Aug 2009
    Posts
    160
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi All

    Just wonder if anyone can help me out at all we all love pqr and i have a bout 3 accounts now with some very good geared toons because of it :-) i want to run 2 toons together with pqr in like lfr so i can roll on tier items for same class can anyone tell me what they think the best program/addon is to auto assist and follow as we dont need to dps if we have pqr or is this not possible?

    I would like something simple really i mean i have used some of the multi box programs but dont need all that just need auto follow and assist :-)


    Many Thanks

    Techz

  14. #10484
    Weischbier's Avatar Member
    Reputation
    12
    Join Date
    Apr 2012
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ho guys,

    I just "updated" Firepongs druid profile from 2.8 to 2.8.1 via the build in update function.
    Everything seems fine, asks me if I want to overwrite the existing files but actually he isn't doing anything.
    It's still 2.8.
    The link for the updates must be fine else it wouldn't recognize a new version at all, right?

    greetz

    Weischbier

  15. #10485
    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)
    Originally Posted by Techz View Post
    Hi All

    Just wonder if anyone can help me out at all we all love pqr and i have a bout 3 accounts now with some very good geared toons because of it :-) i want to run 2 toons together with pqr in like lfr so i can roll on tier items for same class can anyone tell me what they think the best program/addon is to auto assist and follow as we dont need to dps if we have pqr or is this not possible?

    I would like something simple really i mean i have used some of the multi box programs but dont need all that just need auto follow and assist :-)


    Many Thanks

    Techz
    Hi! Yes there is such a program that allows you to do that, its called Honorbuddy and with the botbase called Lazyraider it allows you to do exactly that.

    WOW Bots Gatherbuddy & Honorbuddy

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 02:46 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