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

User Tag List

Page 561 of 731 FirstFirst ... 61461511557558559560561562563564565611661 ... LastLast
Results 8,401 to 8,415 of 10955
  1. #8401
    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 deadpanstiffy View Post
    Not entirely true, something like this should work. *UNTESTED*

    Code:
    local shadow = 3
    local current_spec = GetPrimaryTalentTree()
    local main_spec = GetPrimaryTalentTree(nil, nil, 1)
    local off_spec = GetPrimaryTalentTree(nil, nil, 2)
    
    if current_spec ~= shadow then
    	if main_spec ==  shadow then
    		SetActiveTalentGroup(1)
    	elseif off_spec == shadow then
    		SetActiveTalentGroup(2)
    	else
    		--in spec or none available
    	end
    end
    I may have misunderstood.... but I took it was reading what an Arena Target was.... or just what your enemy target is
    ^0^Team Nova's PQR NCC ^0^

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

    [BETA] PQRotation - an automated ability priority queue.
  2. #8402
    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 bu_ba_911 View Post
    I may have misunderstood.... but I took it was reading what an Arena Target was.... or just what your enemy target is
    Maybe i misunderstood, didn't see "target".

  3. #8403
    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 bu_ba_911 View Post
    It's a possibility... you aren't the first person to ask for one lol.... however my tanking gear is severely lacking atm... and i have na obligation to look at Blood DK's again first :-/



    Just keep a backup of that exact profile somewhere on your computer (or email even haha) and u can give the new one a try a lot of the newer code is still experimental, but it is starting to seem pretty solid to me

    Only thing I'm still on the fence about it, is if people can be aware enough to not idle around while healing so that Crusader Strike and Hammer of Wrath wont pause their rotation trying to cast at some1 behind them XD



    TYTY!
    Well its is quite simple. I mean if your gear is lacking just gather some greens/blues and do some easy dungeons. I would write the codes myself if I knew how to code.

    Sent from my ADR6300 using Tapatalk

  4. #8404
    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 kickmydog View Post
    I was in a BH raid one time with a hunter who did that !aspect of the hawk thing. The aspect spam was crazy. Drove me looking for ways to turn off the sounds for changing aspects.
    yea i got a sound remover/disabler addon for it but moved away from it.

    Please if someone helped you donate rep to them.

  5. #8405
    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)
    I'm going to be adding in a new "Download Profile" ability in the next update that works similar to the "Download Update" button currently in the rotation editor. There will be two ways for someone to offer rotations for download. (Other than the ways currently available!)

    In both cases there will be a "Download Profile" button somewhere, that will prompt the user for a URL.
    1) Simply provide the link to one of the XML files, ex: http //www website#.com/MyWarriorProfile_WARRIOR_Rotations.xml and it will download both the Rotations and Abilities XML from that same URL.
    -You can also provide a link to a .lua file and it will download it and place it in the data folder.

    2) Provide a link to a .txt file. PQR will download it and parse out every file you want downloaded. For example:
    http //www website#.com/profiles.txt
    In that text file you will provide the URLs for every file you would like downloaded. Any XML file will be placed in the appropriate class folder, and any Lua file in the data folder.
    Ex:
    --IF YOU ARE VIEWING THIS, OPEN PQR AND SELECT "DOWNLOAD PROFILE" AND PASTE THE URL FOR THIS PAGE THERE
    --ALL FILES BELOW WILL AUTOMATICALLY BE DOWNLOADED AND INSTALLED FOR YOU.
    http //www website#.com/MyWarriorProfile_WARRIOR_Rotations.xml
    http //www website#.com/MyWarriorProfile_WARRIOR_Abilities.xml
    http //www website#.com/PQR_MyCustomLua.lua
    http //www website#.com/MyPaladinProfile_PALADIN_Abilities.xml
    http //www website#.com/MyPaladinProfile_PALADIN_Rotations.xml

    You can put comments in this file as long as the line starts with --

    Just a heads up incase anyone wanted to plan for it
    Last edited by Xelper; 03-26-2012 at 03:54 PM.

  6. #8406
    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 Xelper View Post
    I'm going to be adding in a new "Download Profile" ability in the next update that works similar to the "Download Update" button currently in the rotation editor. There will be two ways for someone to offer rotations for download.

    In both cases there will be a "Download Profile" button somewhere, that will prompt the user for a URL.
    1) Simply provide the link to one of the XML files, ex: http //www website#.com/MyWarriorProfile_WARRIOR_Rotations.xml and it will download both the Rotations and Abilities XML from that same URL.
    -You can also provide a link to a .lua file and it will download it and place it in the data folder.

    2) Provide a link to a .txt file. PQR will download it and parse out every file you want downloaded. For example:
    http //www website#.com/profiles.txt
    In that text file you will provide the URLs for every file you would like downloaded. Any XML file will be placed in the appropriate class folder, and any Lua file in the data folder.
    Ex:
    --IF YOU ARE VIEWING THIS, OPEN PQR AND SELECT "DOWNLOAD PROFILE" AND PASTE THIS URL THERE.
    http //www website#.com/MyWarriorProfile_WARRIOR_Rotations.xml
    http //www website#.com/MyWarriorProfile_WARRIOR_Abilities.xml
    http //www website#.com/PQR_MyCustomLua.lua
    http //www website#.com/MyPaladinProfile_PALADIN_Abilities.xml
    http //www website#.com/MyPaladinProfile_PALADIN_Rotations.xml

    You can put comments in this file as long as the line starts with --

    Just a heads up incase anyone wanted to plan for it
    Sounds good to me :-) when I'm done with pally, I gotta update everything else anyways

    Sent from my Xoom using Tapatalk
    ^0^Team Nova's PQR NCC ^0^

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

  7. #8407
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Xelper maybe you should add as standard part of profile syntax part about talent link, button modifiers and other explanations that people neeed and that are sometimes hard to find in this 600 pages topic .

  8. #8408
    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)
    Originally Posted by yourson View Post
    Xelper maybe you should add as standard part of profile syntax part about talent link, button modifiers and other explanations that people neeed and that are sometimes hard to find in this 600 pages topic .
    Profile authors should be using the "Rotation Notes" to give details about the profile like that... Then all you have to do is click the exclamation mark next to the selected rotation for more info. For example, I know sheuron uses it and provides details of what all the modifiers do as well as the spec the rotation was designed for (and link to download).

  9. #8409
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just got my bro into using PQR, and he is looking for a raiding boomkin profile. Any good ones out there? I know firepong has one, but not sure how far along it is, since I seem to recall it kind of being a side project of his. Any out there ready to go?

  10. #8410
    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)
    Is there a blood dk profile out there?

    Nvmrm found one
    Last edited by saga3180; 03-26-2012 at 05:21 PM.

  11. #8411
    BHLDepression's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    132
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any rogue leveling profiles?

  12. #8412
    me28791's Avatar Member
    Reputation
    10
    Join Date
    Jul 2011
    Posts
    90
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by BHLDepression View Post
    Any rogue leveling profiles?
    should be able to use any rogue profile that fits your spec and use as xelper added in a check for known spells so *fingers crossed* should work

  13. #8413
    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 cukiemunster View Post
    Just got my bro into using PQR, and he is looking for a raiding boomkin profile. Any good ones out there? I know firepong has one, but not sure how far along it is, since I seem to recall it kind of being a side project of his. Any out there ready to go?
    I think I've gotten mine as far as I can take it Got DoT's on focus as well as DoT's on Mouseover. Got Wild Mushrooms on one of the Left keys, either Shift or Control. When the mushrooms are at 3 stacks, it will then cast StarFall for added AoE damage then blow-up the mushrooms after.

    With all that said, you know of anything else I need to add to the code to make it better? I don't play Boom much, so I was going with what Noxxic showed as the DPS rotation. Maybe I'll take a look at what SimCraft shows for their rotation and build around that.

  14. #8414
    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 firepong View Post
    I think I've gotten mine as far as I can take it Got DoT's on focus as well as DoT's on Mouseover. Got Wild Mushrooms on one of the Left keys, either Shift or Control. When the mushrooms are at 3 stacks, it will then cast StarFall for added AoE damage then blow-up the mushrooms after.

    With all that said, you know of anything else I need to add to the code to make it better? I don't play Boom much, so I was going with what Noxxic showed as the DPS rotation. Maybe I'll take a look at what SimCraft shows for their rotation and build around that.
    Starfall should be casted in the correct eclipse, not: only when Wild Mushroom are out. Wild Mushrooms are primarily used for when moving or pre-pull.

  15. #8415
    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 firepong View Post
    I think I've gotten mine as far as I can take it Got DoT's on focus as well as DoT's on Mouseover. Got Wild Mushrooms on one of the Left keys, either Shift or Control. When the mushrooms are at 3 stacks, it will then cast StarFall for added AoE damage then blow-up the mushrooms after.

    With all that said, you know of anything else I need to add to the code to make it better? I don't play Boom much, so I was going with what Noxxic showed as the DPS rotation. Maybe I'll take a look at what SimCraft shows for their rotation and build around that.
    "Got Wild Mushrooms on one of the Left keys, either Shift or Control. When the mushrooms are at 3 stacks, it will then cast StarFall for added AoE damage then blow-up the mushrooms after."

    Prob need to have a function where one button sets them and another button will pop starfall/detonate the shrooms because there are a lot of situations where you set shroom up ahead of time like when moving for seeds on Rag, black adds on yorshaj, running out of nasty on moarchok, running around on hagara etc.
    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

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:38 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