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

Shout-Out

User Tag List

Page 357 of 731 FirstFirst ... 257307353354355356357358359360361407457 ... LastLast
Results 5,341 to 5,355 of 10955
  1. #5341
    couky's Avatar Corporal
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Tested Holy pve priest profil in LFR and it did not cast any AoE spells
    Is it outdated ?
    Last edited by couky; 02-04-2012 at 03:05 PM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #5342
    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 vitalic View Post
    what is the best way to make an ability run only once? i saw in some profiles people set a global and only run when the global isn't set, but that doesn't work for me as it never gets past the first check. at the moment im creating a frame in game and checking if the frame exists but i'd like something more efficient
    Dont need to create a frame for it, just do

    if RunOnlyOnce == nil then
    RunOnlyOnce = true
    Code here
    ...
    end
    A global variable is defined as nil so when the script runs first time its nil. Then in the code part you define it to true.

  3. #5343
    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 Phobix View Post
    Hey all, looking to improve my combat rogue rotation. I want to basically make blade flurry toggle-able via a hotkey. Here is some pseudo code.

    local _, _, _, _, _, _, BFStatus = UnitBuffID("player", 13877)

    if BFStatus == true then
    CancelAura("player", 13877)
    else
    CastSpellByID(13877)end

    Not working for me, can anyone give some insight? Thanks!
    When you say toggle you mean that you want to hold down alt and it will bladeflurry or do you want to press alt once and it will use bladeflurry and then if you press it again it will stop using blade flurry?

    Have a look at http://www.ownedcore.com/forums/worl...ml#post2173927 ([BETA] PQRotation - an automated ability priority queue.) where Xelper describes how you can implement a toggle function.

    You script as it is does not checkl keypresses or anything, its just checks the blade flurry buff and either cast it or cancel it.
    Last edited by Gabbz; 02-04-2012 at 03:04 PM.

  4. #5344
    couky's Avatar Corporal
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Priests'profile : holy (made by Sheuron)

    Nevermind my first post, here is my report after a party :
    - my priest overhealed the tank, she just spam on him "Heal".
    - The holy power word : was not used.
    - I don't think she was dispelling anything.
    - The Aoe spells did not work in LFR, I don't know why but they worked in party
    - The rotation do not cast any spells/combo so I can regen my mana

    I hope that the pve holy priest profile will be update and sorry for my bad english.
    Last edited by couky; 02-04-2012 at 03:18 PM.

  5. #5345
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by couky View Post
    Nevermind my first post, here is my report after a party :
    - my priest overhealed the tank, she just spam on him "Heal".
    - I miss the holy power : shield in the rotation.
    - I don't think she was dispelling anything.
    - The Aoe spells did not work in LFR, I don't know why but they worked in party
    - The rotation do not cast any spells/combo so I can regen my mana

    I hope that the pve holy priest profile will be update and sorry for my bad english.
    Are you sure? I generally never have any issues with Sheuron's rotations. I know it is programmed to spam heal on the tank even if he is full, sheuron made it that way for preventative healing.

  6. #5346
    couky's Avatar Corporal
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi,

    Spamming heal make my priest easely oom, you know :x
    I will try again tomorow, I downloaded an update of the profile in page 230 (some thing like that).
    At the moment, discipline priest rotation suit me more because it doesn't consume too much mana, cast the pet when needed also and the power word : shield also.
    Though, I miss the AoE spell prayer of healing in both profile (disci and holy).

    Goodnight

  7. #5347
    onion88's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, can someone explain if there is a way or will be a way to make this program work with 64-bit wow?
    I tried searching, came up with nothing.
    Thanks.

  8. #5348
    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 onion88 View Post
    Hi, can someone explain if there is a way or will be a way to make this program work with 64-bit wow?
    I tried searching, came up with nothing.
    Thanks.
    Not until Xelper decides that a 64bit version of PQRotation is needed.

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    If anyone wants to give it a try, heres my Boomkin profile:

    BoomkinDPS_Druid_Profile.rar

    Toggles:
    -Hold Left Shift to cast Wild Mushrooms at Mouse Location.
    -When Wilde Mushroom gets to 3 stacks, it will cast Starfall, then Detonate.
    -If the Target NPC health is over 10x the amount of the players, Force of Nature will return true and cast at Mouse location.
    -Insect Swarm will refresh at anything under 2 seconds left on timer or if it falls off.
    -Innervate will be cast on self if player is below 65% mana

    Highest Single Target with Full Resto Gear on was 17k. Highest AoE with Full Resto Gear on was 23k on dummies.

    Provide feedback please and I'll see what other things I can do with the profile.
    Last edited by firepong; 02-04-2012 at 04:22 PM.

  9. #5349
    DSentinus's Avatar Member
    Reputation
    2
    Join Date
    Jan 2009
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Trying to get the code for Sudden Doom to work (free Death Coil for DKs) currently trying this but it never fires:
    ID:47541
    UnitBuffID("player", 49530)
    return true
    else
    end

    Any help would be appreciated, thanks.

  10. #5350
    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 DSentinus View Post
    Trying to get the code for Sudden Doom to work (free Death Coil for DKs) currently trying this but it never fires:
    ID:47541
    UnitBuffID("player", 49530)
    return true
    else
    end

    Any help would be appreciated, thanks.
    Name: Free Death Coil
    SpellID: 47541
    Delay: 0

    Code:
    local suddendoom = UnitBuffID("Player", 49530)
    
    if suddendoom ~= nil then
    	return true
    end
    Try that out and tell me how it works.

  11. #5351
    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 firepong View Post
    Name: Free Death Coil
    SpellID: 47541
    Delay: 0

    Code:
    local suddendoom = UnitBuffID("Player", 49530)
    
    if suddendoom ~= nil then
    	return true
    end
    Try that out and tell me how it works.
    or
    Code:
     if UnitBuffID("Player", 49530) ~= nil then return true end

  12. #5352
    couky's Avatar Corporal
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @firepong
    Sorry, I can't help you at the moment, my druid is not lvl 85
    Last edited by couky; 02-04-2012 at 08:59 PM.

  13. #5353
    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 kickmydog View Post
    or
    Code:
     if UnitBuffID("Player", 49530) ~= nil then return true end
    True, but the local tag with the info up top makes the code look a whole lot neater

    Originally Posted by couky View Post
    @firepong
    Sorry, I can't help you at the moment, my druid is not lvl 85
    No problem. Which ever you go, balance or feral DPS, I've got a profile made for both. Just wish I could add them to my signature, but I haven't donated or anything, so I don't have access to that part of the site

  14. #5354
    couky's Avatar Corporal
    Reputation
    2
    Join Date
    Jan 2012
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would like to test your feral profil if it can support non lvl 85 character xD

    Finally, I tested (lvl 75 priest) Sheuron pve holy profile (the one that he posted around page 230)
    The following skills are in the rotation but are not used in game :
    - power word : shield
    - prayer of healing
    - shadow fiend
    - dispell magic

    Missing spells ?
    Curse disease
    Hymne of hope

    I still do not like that my priest overheal the tank specially when she keep healing the tank when the boss is hidden (not in the screen) XD

    Sorry for my bad english.
    Last edited by couky; 02-04-2012 at 10:26 PM. Reason: Added a recap of profiles

  15. #5355
    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 couky View Post
    I would like to test your feral profil if it can support non lvl 85 character xD

    Finally, I tested (lvl 75 priest) Sheuron pve holy profile (the one that he posted around page 230)
    The following skills are in the rotation but are not used in game :
    - power word : shield
    - prayer of healing
    - shadow fiend
    - dispell magic

    Missing spells ?
    Curse disease
    Hymne of hope

    I still do not like that my priest overheal the tank specially when she keep healing the tank when the boss is hidden (not in the screen) XD

    Sorry for my bad english.
    Things to do before try PQR for first time:

    - Reach level 85. Most profiles are designed to help out when the game turn boring and repetitive, rotations are made to solve a typical 10 minutes boss fight.

    - Read forum threat to check if your troubles was solved before.

    - While reading forum threat download the last profile you find.

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:57 AM. 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