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

User Tag List

Page 582 of 731 FirstFirst ... 82482532578579580581582583584585586632682 ... LastLast
Results 8,716 to 8,730 of 10955
  1. #8716
    vorn10's Avatar Active Member
    Reputation
    75
    Join Date
    Nov 2010
    Posts
    303
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Will it work for hagara hc?
    local WE = UnitDebuffID(PQR_CustomTarget, 110317)
    local FF = UnitDebuffID(PQR_CustomTarget, 109325)

    if WE ~= nil and FF ~= nil then
    return true
    end

    [BETA] PQRotation - an automated ability priority queue.
  2. #8717
    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 vorn10 View Post
    Will it work for hagara hc?
    should work
    ^0^Team Nova's PQR NCC ^0^

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

  3. #8718
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    **** i can code, im a moron!

    Trying to make this:

    Code:
    if not UnitDebuffID("target", 1160) 
    then return true end
    Work with "1160,99,81130,26017,702,24423,50256"

    trying to put or not (but its not working)

  4. #8719
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Version 2.1 of my rotation is up; either update through PQR or use the link in my signature.

    As always, feedback is highly appreciated

  5. #8720
    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)
    Originally Posted by Kaolla View Post
    That's actually an excellent solution; I'm just concerned that I'm already out of easily-reachable modifier keys.

    I use a BlackWidow, so I can (sorta) bind the Right Modifiers to my left macro keys, but most people don't really have that luxury.

    Assuming I went that route, would you simply like to see Necrotic Strikes dumped on the target, or is there a more comprehensive "rotation" you had in mind for the Modifier?
    Hmmmm well for maximum burst besides the necrotic stack would be, gargoyle+trinket+dark transformation+ unholy frenzy+(assuming you don't need it to break a healer)+outbreak+empower rune weapon if you really want to go hard. So maybe make a nuke modifier if you want to kill? xDDDD

  6. #8721
    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 Rubim View Post
    **** i can code, im a moron!

    Trying to make this:

    Code:
    if not UnitDebuffID("target", 1160) 
    then return true end
    Work with "1160,99,81130,26017,702,24423,50256"

    trying to put or not (but its not working)
    Code:
    local list = {1160,99,81130,26017,702,24423,50256 }
    
    for i=1, #list do
      if UnitDebuffID("target", list[i]) then return true end
    end
    ^0^Team Nova's PQR NCC ^0^

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

  7. #8722
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha, challenge accepted. I'll think about it this weekend and give it a shot when I get back. Go go Unholy!

  8. #8723
    leonel916's Avatar Member
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by IIeTpoc View Post
    crystal_tech, thanks for your Demo lock profile, though it is rather old it still works great for me (even better than Valma`s because I have some problems with hist profile always spamming Felguard Summon with debug mode and spamming Immolate+Corruption without debug mode). So if it is possible for you to update your demo profile it would be awesome especially if you could add something like "burn phase" for non boss targets (so the idea is not to cast BOD etc at targets like Haggara`s Tombs).
    If your read valmas post she said she was working to fix that along with some new features

    Sent from my ADR6300 using Tapatalk

  9. #8724
    Rubim's Avatar Contributor
    Reputation
    247
    Join Date
    Mar 2010
    Posts
    267
    Thanks G/R
    4/7
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    Code:
    local list = {1160,99,81130,26017,702,24423,50256 }
    
    for i=1, #list do
      if UnitDebuffID("target", list[i]) then return true end
    end
    Still not working.

    I did understand what you did, but still, he is not casting Demoralizing Shout anymore.

    My last atempt was with a chain of ifs, but that its just dumb.

  10. #8725
    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 v2.1 - If you downloaded the preview version for profile writers please re-download.

    NOTE: If your rotation relies on an external Lua file your rotation will not work in this version and requires a very small tweak. See my notes below for more details. If you do not know how to update the rotations please wait for the profile developer to do it for you.

    Download using PQRUpdater.exe or see main post for manual download instructions.
    ---
    -New lua file editor. Access it using the Ability Editor.
    -If you upgrade from an older version of PQR to a new version of PQR in the same session your WoW will auto ReloadUI when you try to run a rotation.
    -New global: PQR_Version. You may check what version of PQR people are running by checking this variable. 2.1.0 is 210.
    -New function: PQR_LoadLua(fileName, forceRun) - Loads the lua file specified. Returns true if the file was run/loaded/already ran, returns false otherwise. If forceRun is true then it will run the lua file again even if it has already been previously run.
    -New function: PQR_StopRotation() - Stops the currently running rotation (automatic mode only)
    -New function: PQR_SwapRotation(rotationName or rotationNumber[, setRotation]) - Switches the currently running rotation to another rotation. If changing by name use the full rotation name as seen in the PQR window (example: PQR_SwapRotation("Ret PVE (Xelper)") .) If swapping by number you can figure out which are selected by checking the global variables: PQR_Rotation# (ex: PQR_Rotation1). Returns true if the swap was successful, false otherwise. You do NOT need to have the rotation selected in PQR when changing by name.

    I decided to move from loading every Lua file into WoW to running only requested Lua files. This is because some profiles wont even use them, and it is inefficient and a drain on resources/memory to have all Lua files run.
    Example usage, this should be in your initialize prior to using any custom functions:
    Code:
    if PQR_LoadLua("PQR_Bubba_Data.lua") == false then
        PQR_WriteToChat("You are missing PQR_Bubba_Data.lua. Rotation has been stopped.", "Error")
        PQR_StopRotation()
        return true
    end
    Last build of PQR dont seem to work with priest, testing with a blank profile.

    Code:
    Message: [string "..."]:2029: ')' expected (to close '(' at line 2011) near ']'
    Time: 03/30/12 21:54:51
    Count: 1
    Stack: 
    Locals:
    If youdont have a priest, create a level 1, try to execute PQR and get the error.
    [ 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. #8726
    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)
    Originally Posted by Kaolla View Post
    Haha, challenge accepted. I'll think about it this weekend and give it a shot when I get back. Go go Unholy!
    Rep added

  12. #8727
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likewise

  13. #8728
    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)
    Originally Posted by IIeTpoc View Post
    crystal_tech, thanks for your Demo lock profile, though it is rather old it still works great for me (even better than Valma`s because I have some problems with hist profile always spamming Felguard Summon with debug mode and spamming Immolate+Corruption without debug mode). So if it is possible for you to update your demo profile it would be awesome especially if you could add something like "burn phase" for non boss targets (so the idea is not to cast BOD etc at targets like Haggara`s Tombs).
    lol glad you are liking it. I'm in the process of updating all my stuff. workin on affliction right now as i type this lol.

    Please if someone helped you donate rep to them.

  14. #8729
    shuklu's Avatar Member
    Reputation
    6
    Join Date
    May 2009
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello good folks! I've been searching for a good firemage profile, but rather than continue to read all 584 pages I though I might just go ahead and ask! If you know of any profile who casts scorch before pyroblast! to prevent ignite munching i would be happy as a puppy!

  15. #8730
    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)
    A few pages back Gabbz posted his profile which is really good, look for it!

    Sent from my GT-I9100 using Tapatalk

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 12:39 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