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

User Tag List

Page 692 of 731 FirstFirst ... 192592642688689690691692693694695696 ... LastLast
Results 10,366 to 10,380 of 10955
  1. #10366
    Chest3r's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    Im sorry, I forgot sheuron has a datafile with his rotations. This link has everything you need for his profiles to work:

    http://goo.gl/rseZ0
    Thanks man, thats an awesome pack did look for sheuron but i found nothing

    [BETA] PQRotation - an automated ability priority queue.
  2. #10367
    dariusz's Avatar Member
    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)
    Originally Posted by dariusz View Post
    as is said even with just pQInterface running ( no other add on) i have the issue, i have this issue since the 4.3.4 patch

    will try on a cleaned up install this night
    get the following error on 2 different wow installs

    the add on try to execute the insctruction UNKNOWN()) from a tainted execution path.
    Debug:
    [C]: ?
    [C]: CastSpellByID()
    [string "if PQR_Addon_Loaded == nil then..."]:698: PQR_CastAbility()
    [string "if PQR_Addon_Loaded == nil then..."]:540: PQR_ExecuteRotation()
    [string "if PQR_Addon_Loaded == nil then..."]:288:
    [string "if PQR_Addon_Loaded == nil then..."]:214

  3. #10368
    LiquidAtoR's Avatar Member
    Reputation
    12
    Join Date
    Mar 2009
    Posts
    62
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chest3r View Post
    Thanks man, thats an awesome pack did look for sheuron but i found nothing
    Sheuron has the links to his profiles in his signature for ages already (sigs of devs in posts is a good start if the links to the individual classes at the first post doesn't give the required results).

  4. #10369
    Chest3r's Avatar Member
    Reputation
    1
    Join Date
    Apr 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by LiquidAtoR View Post
    Sheuron has the links to his profiles in his signature for ages already (sigs of devs in posts is a good start if the links to the individual classes at the first post doesn't give the required results).
    Look truh the thread, Sheuron doesn't have them in his signature.

  5. #10370
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chest3r View Post
    Look truh the thread, Sheuron doesn't have them in his signature.
    Yes he does.
    Look closer

  6. #10371
    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)
    Those having troubles with addons can disable all, try one by one and tell which addon interference. Im currenly only using DBM and Recount, didnt got any error with those.
    [ 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]

  7. #10372
    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 Trekku View Post
    Are you using SexyCooldown addon by any chance? i had it to and just turned it off, who needs that now anyway with this "addon"

    Also, is it possible to disable the "shortcuts" for DK's and warriors? for example DK's shortcut for Taunt on MouseOver = ALT, but thats alto the hotkey i use for speaking on ventrilo, sometimes i accidently taunt the boss. not cool
    You can use addon (Raven) for cooldowns works for me ,since sexycooldowns dosent:P

    Ipass

  8. #10373
    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)
    hey sheuron i have a question for ya:

    would it break it if I changed this:

    function HaveBuff(UnitID,SpellID,TimeLeft,Filter)
    to
    function HaveBuff(UnitID,SpellID,Filter,TimeLeft)

    and do the same for HaveDebuff?

    or would it force it to provide a filter

    Please if someone helped you donate rep to them.

  9. #10374
    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 dxterminator View Post
    Awesome, but im kinda noob with this stuff, can you upload it for me?


    PS: i would love one for affliction too, but i can only find one where i have to make the profile myself, but i don't know how
    Ok here ya go Dxterminator:P

    I made them into xml files for ya.

    Enjoy:P
    Download it here Download Slaweek_WARLOCK_Rotations.rar from Sendspace.com - send big files the easy way

    Ipass

  10. #10375
    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 crystal_tech View Post
    hey sheuron i have a question for ya:

    would it break it if I changed this:

    function HaveBuff(UnitID,SpellID,TimeLeft,Filter)
    to
    function HaveBuff(UnitID,SpellID,Filter,TimeLeft)

    and do the same for HaveDebuff?

    or would it force it to provide a filter
    I guess you can use nil

    HaveDebuff("target",666,nil,2)
    [ 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]

  11. #10376
    DymondKing's Avatar Member
    Reputation
    1
    Join Date
    May 2010
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey buds,

    I tried to google a solution to this but after a few hours of trying I've reached my limit and am gonna have to ask you guys for help just installing/using this program.

    After downloading PQR and installing it, I have absolutely no idea how to proceed. I've tried several times making my own and installing other user's profiles but each time I try to make a rotation it comes up blank. I install others' profiles and they don't show up.

    Any help would be very appreciated, or if there is a hidden FAQ that I failed to find that someone could link or provide me, I would be very grateful.

    Thanks

  12. #10377
    dxterminator's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ipass View Post
    Ok here ya go Dxterminator:P

    I made them into xml files for ya.

    Enjoy:P
    Download it here Download Slaweek_WARLOCK_Rotations.rar from Sendspace.com - send big files the easy way

    Ipass
    Awesome, tnx!

  13. #10378
    Sivers's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    62
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by DymondKing View Post
    Hey buds,

    I tried to google a solution to this but after a few hours of trying I've reached my limit and am gonna have to ask you guys for help just installing/using this program.

    After downloading PQR and installing it, I have absolutely no idea how to proceed. I've tried several times making my own and installing other user's profiles but each time I try to make a rotation it comes up blank. I install others' profiles and they don't show up.

    Any help would be very appreciated, or if there is a hidden FAQ that I failed to find that someone could link or provide me, I would be very grateful.

    Thanks
    are you using the most current version of WoW and PQR? there is an update button within PQR that will also download the latest offsets for the most current WoW patch.

    for the profiles, you need to make sure both the rotation.xml and abilities.xml is within the PQR\PROFILES\CLASS folder. some newer rotations also require the use of a data file, which should be included in whatever archive file the XMLs were in. the data file goes in the PQR\Data folder

  14. #10379
    dxterminator's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i try to load it it sais: It's not well formed, and when i read it on this forum, there are smiley's in it. Those smileys (probably : ), are not being copied, so the file isnt completet because it lacks some : and some )

  15. #10380
    Noelpqr's Avatar Member
    Reputation
    3
    Join Date
    Oct 2011
    Posts
    58
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tried to change onya profile to use it on hc unsleeping, it works fine with me but my friend said he had problem with it so if can someone looks at and inofrm me were is my mistake I will be thankful.
    anyway there was nothing much to change I change Riptide to cast always on focus target which should be a pet.
    I also removed CH, ES, HR , HS and HW from rotation .
    and did some change on some spells by adding a codes from eff's resto druid porfile

    I changed "cancel ghw" to :

    Code:
    local ghwname = GetSpellInfo(77472)
    local _,_,_,Stacks = UnitDebuffID(member[lowest].name, 105171)
    if ((member[lowest].health > 90)  and Spell == ghwname) or ( Stacks ~= nil and Stacks > 3) then
         RunMacroText("/stopcasting")
         return true
    end
    this will make sure to cancel casting GHW after 4 stacks

    and I changed "Nature's Swiftness" to

    Code:
    local _,lcd =  GetSpellCooldown(16188)
    
    if lcd == 0 and member[lowest].health < nshealth and IsUsableSpell(16188) then
      SilentCast(16188)
    end
    
    local NS = UnitBuffID("player", 16188) 
    local _,_,_,Stacks = UnitDebuffID(member[lowest].name, 105171)
    
    if NS ~= nil and IsUsableSpell(77472) and Stacks < 3 then
      SilentCast(77472,member[lowest].name)
      return true
    end
    this will make sure that it will sure it will not caste instance GHW on target with for 3 stacks and more since instance heal code confuse other healers.
    i think i need to modify this code more so it will use the cd on target with less than 3 stacks. but i guess i was not thinking stright so u could try this code instead on it.
    this will make sure to cancel casting GHW after 4 stacks

    Code:
    local _,lcd =  GetSpellCooldown(16188)
    local _,_,_,Stacks = UnitDebuffID(member[lowest].name, 105171)
    
    if lcd == 0 and member[lowest].health < nshealth and IsUsableSpell(16188) and Stacks < 3 then
      SilentCast(16188)
    end
    
    local NS = UnitBuffID("player", 16188) 
    
    if NS ~= nil and IsUsableSpell(77472) and Stacks < 3 then
      SilentCast(77472,member[lowest].name)
      return true
    end
    and i changed GHW to
    Code:
    local _,_,_,Stacks = UnitDebuffID(member[lowest].name, 105171)
    
    if moving == 0 and IsUsableSpell(77472) and isvalidhealtarget(member[lowest].name) and (member[lowest].health < ghwhealth ) and Stacks < 4 then
      SilentCast(77472,member[lowest].name)
      return true
    end
    and finally i change riptide to
    Code:
    local _,lcd =  GetSpellCooldown(61295)
         
    if lcd == 0 and IsUsableSpell(61295) and UnitExists("focus") then
                    SilentCast(61295,"focus")
            return true
          end
    ONYAtest

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 06:41 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