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

Shout-Out

User Tag List

Page 660 of 731 FirstFirst ... 160560610656657658659660661662663664710 ... LastLast
Results 9,886 to 9,900 of 10955
  1. #9886
    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 Stonedlaser View Post
    Hm, I got a new problem now after this patch. Upon opening PQR it even doesn't recognize I'm logged in at wow. Can only access bot-mode. Anyone else got this problem and know a fix?
    "Download Offsets"

    @xelper: aonther thing you could add, if current build is not found auto download offsets
    Last edited by sheuron; 04-18-2012 at 12:35 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]

    [BETA] PQRotation - an automated ability priority queue.
  2. #9887
    TotalRecall's Avatar Member
    Reputation
    1
    Join Date
    Jan 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Got a problem with Fury warriors rotaion (using xmFury) it keeps saying that "PQR_xrn.lua is missing. Rotation has been stopped." anyone know how to fix this?

  3. #9888
    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 TotalRecall View Post
    Got a problem with Fury warriors rotaion (using xmFury) it keeps saying that "PQR_xrn.lua is missing. Rotation has been stopped." anyone know how to fix this?
    http://goo.gl/rseZ0

    The zip file include a file name PQR_xrn.lua you must copy on your PQR data folder
    [ 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]

  4. #9889
    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)
    New rogue poison code I have been toying with, any input/feedback would be helpful.

    Code:
    local mh,_,_,oh,_,_,th = GetWeaponEnchantInfo()
    local weapon = { mh,oh,th,"nil" }
    local poison = { 6947,2892,10918 }
    for i=1,(#weapon-1) do
    	if weapon[i] == nil then
    		UseItemByName(poison[i])
    		if SpellIsTargeting() == 1 then
    			PickupInventoryItem(15+i)
    			PQR_DelayRotation(3)
    		end
    	end
    end

  5. #9890
    MrHunter's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by farnumdizzle View Post
    Imdasandman has a frost and a Masterfrost profile in his downloads.

    Why would you want a frost pve profile? If you're raiding frost is probably THE WORST dps out there right now.
    I know that it is not really good for making dps.
    For making dps I use Fire.
    Would be only for fun in lfr and with ilvl 400 it should make enough damage for this.

  6. #9891
    farnumdizzle's Avatar Master Sergeant
    Reputation
    32
    Join Date
    Mar 2012
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MrHunter View Post
    I know that it is not really good for making dps.
    For making dps I use Fire.
    Would be only for fun in lfr and with ilvl 400 it should make enough damage for this.
    Well then good luck finding one! As far as I've seen, I couldn't find any frost PvE profiles. I could be wrong, though.

  7. #9892
    Stonedlaser's Avatar Private
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    "Download Offsets"

    @xelper: aonther thing you could add, if current build is not found auto download offsets
    Thanks, but I have no idea where I do/find that function. I will read through these last pages after the raid I'm currently in, thanks anyway.

  8. #9893
    zednem's Avatar Private
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is some function that i can use to PQRotation only use certain skill when a buff has certain stacks?
    For example: i want to make it to use combustion only when achieve 10 stacks of Stolen Time.

  9. #9894
    MastaRage's Avatar Sergeant Major
    Reputation
    56
    Join Date
    Dec 2011
    Posts
    170
    Thanks G/R
    4/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use deterrence before the cast gets to 1.3 seconds left and it will stay out.

    Sent from my VS910 4G using Tapatalk 2

  10. #9895
    Gabbz's Avatar Contributor
    Reputation
    184
    Join Date
    Dec 2011
    Posts
    451
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zednem View Post
    There is some function that i can use to PQRotation only use certain skill when a buff has certain stacks?
    For example: i want to make it to use combustion only when achieve 10 stacks of Stolen Time.
    Use this but you need to remove the stuff you dont want.
    I will highlight the check for stolen Time

    Code:
    local LB, _, _, _, _, _, LBtimer = UnitDebuffID("target", 44457, "player")
    local IGNITE, _, _, _, _, _, IGNITEtimer = UnitDebuffID("target",  12654, "player")
    local _,_,_,Stolencount = UnitBuffID("player",105785)
    
    if UnitHealth("target") > UnitHealthMax("player")*Pressure("target")
    and IgniteLastDamage > 15000 --Change this to suit your gear
    and modkeystate --Just cast combustion when we want
    and UnitDebuffID("target", 92315,"PLAYER") 
    and UnitDebuffID("target", 44457,"PLAYER") 
    and Stolencount >= 9 --Check for stolen Time
    then
    	if IGNITE then
      		if IGNITEtimer - GetTime() >= 1 then 
       		return true end
     	 end
    end
    Looking for exploiters and botters to Elder Scrolls Online.

  11. #9896
    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 farnumdizzle View Post
    Well then good luck finding one! As far as I've seen, I couldn't find any frost PvE profiles. I could be wrong, though.
    ... The profiles for both masterfrost and unholy are in my Sig... They are also in the pqr wiki page which can be found on the first post of this whole pqr project.

    Btw frost is only like 2% behind unholy... When unholy has good gurth procs... Frost has more consistent numbers and alot higher burst.

    Sent from my SAMSUNG-SGH-I717 using Tapatalk 2
    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

  12. #9897
    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 zednem View Post
    There is some function that i can use to PQRotation only use certain skill when a buff has certain stacks?
    For example: i want to make it to use combustion only when achieve 10 stacks of Stolen Time.
    ~600 dps loss when BiS in Simcraft

    You can simulate your own character by adding this to the end of the combustion action.
    Code:
    &buff.tier13_2pc.stack=10
    By waiting this is what happens:
    You risk not getting any Pyroblast(s)!
    Waiting longer to use combustion, pushes the cooldown further back on the dps timeline when you may of been able to use it 1 more time if you used it sooner.

  13. #9898
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stonedlaser View Post
    Thanks, but I have no idea where I do/find that function. I will read through these last pages after the raid I'm currently in, thanks anyway.
    If it doesn't immediately offer you the option to download new offsets when you are offered the bot functionality then you probably have an outdated version of PQR2 and I would recommend downloading from the front page.
    https://www.ownedcore.com/forums/world-of-warcraft/world-of-warcraft-bots-programs/wow-bot-maps-profiles/422388-kickmydog-bm-mm-sv-hunter-profiles.html#post2793017

  14. #9899
    TehVoyager's Avatar I just love KuRIoS
    Reputation
    1282
    Join Date
    Nov 2010
    Posts
    2,733
    Thanks G/R
    85/470
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Stonedlaser View Post
    Thanks, but I have no idea where I do/find that function. I will read through these last pages after the raid I'm currently in, thanks anyway.

    Download this
    http://dl.dropbox.com/u/39925787/PQR.zip
    it should be called "PQR updater" or something similar. its linked in the opening post, first page.
    put it in your PQR folder.

    run it, then click the 2nd button, that says "download offsets"

    should do the trick for you.

    also if your PQR is out of date you can click the "download newest version" button and get the most recent release.


    (don't post things I post to Patreon.)

  15. #9900
    shortround8's Avatar Member
    Reputation
    6
    Join Date
    Apr 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Kaolla or whoever

    Hey, how do I configure the interrupt to kick at 65%.

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 05:36 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search