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

User Tag List

Page 228 of 731 FirstFirst ... 128178224225226227228229230231232278328728 ... LastLast
Results 3,406 to 3,420 of 10955
  1. #3406
    irri's Avatar Corporal
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Talent Calculator - World of Warcraft is the spec I use. Just the standard arms PvE but with tactical mastery.

    Here's the gist of what stance dance profile will currently prioritize in order:
    Overpower - if taste for blood is about to be wasted due to new rend tick
    Rend - if not applied
    Berserker stance - no TFB and rend is up
    Deadly Calm - if rage is low etc
    Inner rage - if CS is applied to target
    Heroic strike (3 versions) - 1 will happen on battle trance/incite/deadly calm, 1 will happen with high rage, the other will happen with medium rage while Inner rage is active and CS is applied to target and CD of MS and CS > 2 or rage >= 50 i think. Priority on rotation list is already set accordingly for each version.
    Colossus smash - if not currently applied to target
    Mortal Strike
    Overpower - if MS and CS cooldown > 2
    Slam

    I'm very open to constructive criticism, I'd like to make this profile the best possible. Please either post suggestions or PM me and I'll change it. I only just recently started playing a warrior and made this profile based off tidbits from EJ and other forums.

    Also wanted to post a few raid dps numbers from 10 man using this profile, again I have pretty bad gear and these were also before the most recent changes I made. I'll post new ones for each boss next tuesday. (384 ilvl, lots of 378's.)
    Madness of Deathwing - 52k
    Warlord Zon'ozz 44k
    Mochok - 36k (could be wrong on this one)
    Very nice profile.
    Did you think to add more Heroic strike for 2T13 set?

    P.S. http://eu.battle.net/wow/en/tool/tal...Yh!j!aZbYdSikK i think better for PVE
    Last edited by irri; 12-24-2011 at 10:39 AM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #3407
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by irri View Post
    Very nice profile.
    Did you think to add more Heroic strike for 2T13 set?

    P.S. http://eu.battle.net/wow/en/tool/tal...Yh!j!aZbYdSikK i think better for PVE
    Yeah it's actually already set up assuming 2t13, it'll activate inner rage when CS is applied to target and use new heroic strike parameters for the duration to get as much out as possible using the least amount of rage. And I think you're right about that spec being better.
    Last edited by Bossqwerty; 12-24-2011 at 11:10 AM.

  3. #3408
    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)
    Ok i'm at my wits end.

    Here's part of my code for Vendetta
    Code:
    local boss = {"Training Dummy"}
    local Isboss = 0
    for i,v in ipairs(boss) do
      if UnitIsUnit("target",v) then Isboss = 1  end
    end
    
    if Isboss == 1 then
    	return true
    end
    I just can't get it to fire. I know the array is short but in place of the training dummy will be bosses Names. I've tried getting this to work for the past 2 days. so the person to solve this gets some rep from me.

  4. #3409
    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)
    since only one person has pm'ed me about this I hadn't realized how big of an issue LoD was with the latest patch....... I haven't been able to check up on the forums very often but now that I have I see how much people was that built in. I don't know how to check when people are in front of you so I'll probably just make it cast on a modifier ability
    ^0^Team Nova's PQR NCC ^0^

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

  5. #3410
    ishtro's Avatar Master Sergeant
    Reputation
    36
    Join Date
    Jul 2010
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Talent Calculator - World of Warcraft is the spec I use. Just the standard arms PvE but with tactical mastery.

    Here's the gist of what stance dance profile will currently prioritize in order:
    Overpower - if taste for blood is about to be wasted due to new rend tick
    Rend - if not applied
    Berserker stance - no TFB and rend is up
    Deadly Calm - if rage is low etc
    Inner rage - if CS is applied to target
    Heroic strike (3 versions) - 1 will happen on battle trance/incite/deadly calm, 1 will happen with high rage, the other will happen with medium rage while Inner rage is active and CS is applied to target and CD of MS and CS > 2 or rage >= 50 i think. Priority on rotation list is already set accordingly for each version.
    Colossus smash - if not currently applied to target
    Mortal Strike
    Overpower - if MS and CS cooldown > 2
    Slam

    I'm very open to constructive criticism, I'd like to make this profile the best possible. Please either post suggestions or PM me and I'll change it. I only just recently started playing a warrior and made this profile based off tidbits from EJ and other forums.

    Also wanted to post a few raid dps numbers from 10 man using this profile, again I have pretty bad gear and these were also before the most recent changes I made. I'll post new ones for each boss next tuesday. (384 ilvl, lots of 378's.)
    Madness of Deathwing - 52k
    Warlord Zon'ozz 44k
    Mochok - 36k (could be wrong on this one)
    Here is what i use for Heroic Strike..

    target hp >= 20
    Code:
    local unithealth = 100 * UnitHealth("target") / UnitHealthMax("target")
    local rage = UnitPower("player")
    
    if unithealth>=20 then
    	if rage>=85 or (UnitBuff("player","Inner Rage") and rage>=75) or UnitBuff("player","Deadly Calm") or UnitBuff("player","Battle Trance") or (UnitBuff("player","Incite") or UnitBuff("player","Colossus Smash")) and rage>=50 or (UnitBuff("player","Inner Rage") and rage>=40) then 
    		return true
    	end
    end
    target hp < 20
    Code:
    local unithealth = 100 * UnitHealth("target") / UnitHealthMax("target")
    local rage = UnitPower("player")
    
    if unithealth<20 then
    	if rage>=75 or (UnitBuff("player","Inner Rage") and rage>=65) then
    		return true
    	end
    end

  6. #3411
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright I know I'm missing something stupid but like I said I've never touched LUA or any kind of code before. Whenever I try to make a new profile and start out basic with just a few abilties that only return true nothing fires off. What am I doing wrong?

  7. #3412
    ishtro's Avatar Master Sergeant
    Reputation
    36
    Join Date
    Jul 2010
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Alright I know I'm missing something stupid but like I said I've never touched LUA or any kind of code before. Whenever I try to make a new profile and start out basic with just a few abilties that only return true nothing fires off. What am I doing wrong?
    i had this problem as well. turns out i had to many profiles in my profile folder. once i removed some of them the problem went away.

  8. #3413
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ishtro View Post
    i had this problem as well. turns out i had to many profiles in my profile folder. once i removed some of them the problem went away.
    Yup that was exactly it, had too many profiles. Should be posted in the OP or something. +rep

    ---------- Post added at 12:52 PM ---------- Previous post was at 12:48 PM ----------

    Originally Posted by crystal_tech View Post
    Ok i'm at my wits end.

    Here's part of my code for Vendetta
    Code:
    local boss = {"Training Dummy"}
    local Isboss = 0
    for i,v in ipairs(boss) do
      if UnitIsUnit("target",v) then Isboss = 1  end
    end
    
    if Isboss == 1 then
        return true
    end
    I just can't get it to fire. I know the array is short but in place of the training dummy will be bosses Names. I've tried getting this to work for the past 2 days. so the person to solve this gets some rep from me.
    This is what I use to only return true if a boss is the target (or any specific mob). I'm not sure if this is even what you're looking for.

    Code:
    local boss = UnitName("target")
    
    if boss == "Raider's Training Dummy" then
    return true
    end
    Edit: On second glance I don't think that's what you're looking for at all, sorry!

    Edit 2: I made what you're looking for!

    Code:
    local boss = { "Raider's Training Dummy", "Training Dummy" }
    
    for i,v in ipairs(boss) do
    if UnitName("target") == v then return true end
    end
    Last edited by Bossqwerty; 12-24-2011 at 01:34 PM.

  9. #3414
    TheLordJesusHimself's Avatar Elite User Fuck am not Jewish. Authenticator enabled
    Reputation
    333
    Join Date
    Jun 2011
    Posts
    675
    Thanks G/R
    141/268
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    does this work for lower lvls?

  10. #3415
    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 Bossqwerty View Post
    Yup that was exactly it, had too many profiles. Should be posted in the OP or something. +rep

    ---------- Post added at 12:52 PM ---------- Previous post was at 12:48 PM ----------



    This is what I use to only return true if a boss is the target (or any specific mob). I'm not sure if this is even what you're looking for.

    Code:
    local boss = UnitName("target")
    
    if boss == "Raider's Training Dummy" then
    return true
    end
    Edit: On second glance I don't think that's what you're looking for at all, sorry!

    Edit 2: I made what you're looking for!

    Code:
    local boss = { "Raider's Training Dummy", "Training Dummy" }
    
    for i,v in ipairs(boss) do
    if UnitName("target") == v then return true end
    end
    THANK YOU!!!!!!!!!

    it works.
    now the fun part adding all the bosses to use it on.
    Code:
    { "Rom'ogg Bonecrusher", "Corla, Herald of Twilight", "Karsh Steelbender", "Beauty", "Ascendant Lord Obsidius", "Echo of Baine", "Echo of Jaina", "Echo of Sylvanas", "Echo of Tyrande", "Murozond", "General Umbriss", "Forgemaster Throngus", "Drahga Shadowburner", "Valiona", "Erudax, the Duke of Below", "Temple Guardian Anhuur", "Earthrager Ptah", "Anraphet", "Isiset, Construct of Magic", "Setesh, Construct of Destruction", "Rajh, Construct of Sun", "Arcurion", "Asira Dawnslayer", "Archbishop Benedictus", "General Husam", "Lockmaw", "High Prophet Barim", "Siamat", "Baron Ashbury", "Baron Silverlaine", "Commander Springvale", "Lord Walden", "Lord Godfrey", "Glubtok", "Helix Gearbreaker", "Foe Reaper 5000", "Admiral Ripsnarl", "'Captain' Cookie", "Vanessa VanCleef", "Corborus", "Slabhide", "Ozruk", "High Priestess Azil", "Grand Vizier Ertan", "Altairus", "Asaad, Caliph of Zephyrs", "Lady Naz'jar", "Commader Ulthok, the Festering Prince", "Erunak Stonespeaker", "Mindbender Ghur'sha", "Ozumat", "Peroth'arn", "Queen Azshara", "Mannoroth", "Varo'then", "Akil'zon", "Nalorakk", "Jan'alai", "Halazzi", "Hex Lord Malacrass", "Daakara", "High Priest Venoxis", "Bloodlord Mandokir", "High Priestess Kilnara", "Zanzil", "Jin'do the Godbreaker", "Argaloth", "Occu'thar", "Alizabal", "Magma", "Arcanotron", "Electron", "Magmatron", "Toxitron", "Chimaeron", "Maloriak", "Atramedes", "Nefarian", "Onyxia", "Morchok", "Warlord Zon'ozz", "Yor'sahj the Unsleeping", "Hagara the Stormbinder", "Ultraxion", "Warmaster Blackhorn", "Beth'tilac", "Lord Rhyolith", "Alysrazor", "Shannox", "Baleroc, the Gatekeeper", "Majordomo Staghelm", "Ragnaros", "Halfus Wyrmbreaker", "Theralion", "Valiona", "Cho'gall", "Sinestra", "Feludius", "Ignacious", "Arion", "Terrastra", "Elementium Monstrosity", "Al'Akir", "Nezir", "Rohash", "Anshal", "Training Dummy" }
    am I missing anything?

  11. #3416
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    THANK YOU!!!!!!!!!

    it works.
    now the fun part adding all the bosses to use it on.
    Code:
    { "Rom'ogg Bonecrusher", "Corla, Herald of Twilight", "Karsh Steelbender", "Beauty", "Ascendant Lord Obsidius", "Echo of Baine", "Echo of Jaina", "Echo of Sylvanas", "Echo of Tyrande", "Murozond", "General Umbriss", "Forgemaster Throngus", "Drahga Shadowburner", "Valiona", "Erudax, the Duke of Below", "Temple Guardian Anhuur", "Earthrager Ptah", "Anraphet", "Isiset, Construct of Magic", "Setesh, Construct of Destruction", "Rajh, Construct of Sun", "Arcurion", "Asira Dawnslayer", "Archbishop Benedictus", "General Husam", "Lockmaw", "High Prophet Barim", "Siamat", "Baron Ashbury", "Baron Silverlaine", "Commander Springvale", "Lord Walden", "Lord Godfrey", "Glubtok", "Helix Gearbreaker", "Foe Reaper 5000", "Admiral Ripsnarl", "'Captain' Cookie", "Vanessa VanCleef", "Corborus", "Slabhide", "Ozruk", "High Priestess Azil", "Grand Vizier Ertan", "Altairus", "Asaad, Caliph of Zephyrs", "Lady Naz'jar", "Commader Ulthok, the Festering Prince", "Erunak Stonespeaker", "Mindbender Ghur'sha", "Ozumat", "Peroth'arn", "Queen Azshara", "Mannoroth", "Varo'then", "Akil'zon", "Nalorakk", "Jan'alai", "Halazzi", "Hex Lord Malacrass", "Daakara", "High Priest Venoxis", "Bloodlord Mandokir", "High Priestess Kilnara", "Zanzil", "Jin'do the Godbreaker", "Argaloth", "Occu'thar", "Alizabal", "Magma", "Arcanotron", "Electron", "Magmatron", "Toxitron", "Chimaeron", "Maloriak", "Atramedes", "Nefarian", "Onyxia", "Morchok", "Warlord Zon'ozz", "Yor'sahj the Unsleeping", "Hagara the Stormbinder", "Ultraxion", "Warmaster Blackhorn", "Beth'tilac", "Lord Rhyolith", "Alysrazor", "Shannox", "Baleroc, the Gatekeeper", "Majordomo Staghelm", "Ragnaros", "Halfus Wyrmbreaker", "Theralion", "Valiona", "Cho'gall", "Sinestra", "Feludius", "Ignacious", "Arion", "Terrastra", "Elementium Monstrosity", "Al'Akir", "Nezir", "Rohash", "Anshal", "Training Dummy" }
    am I missing anything?
    Looks right. As long as it still works on the training dummy after adding all that then you're good.

  12. #3417
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    THANK YOU!!!!!!!!!

    it works.
    now the fun part adding all the bosses to use it on.
    Code:
    { "Rom'ogg Bonecrusher", "Corla, Herald of Twilight", "Karsh Steelbender", "Beauty", "Ascendant Lord Obsidius", "Echo of Baine", "Echo of Jaina", "Echo of Sylvanas", "Echo of Tyrande", "Murozond", "General Umbriss", "Forgemaster Throngus", "Drahga Shadowburner", "Valiona", "Erudax, the Duke of Below", "Temple Guardian Anhuur", "Earthrager Ptah", "Anraphet", "Isiset, Construct of Magic", "Setesh, Construct of Destruction", "Rajh, Construct of Sun", "Arcurion", "Asira Dawnslayer", "Archbishop Benedictus", "General Husam", "Lockmaw", "High Prophet Barim", "Siamat", "Baron Ashbury", "Baron Silverlaine", "Commander Springvale", "Lord Walden", "Lord Godfrey", "Glubtok", "Helix Gearbreaker", "Foe Reaper 5000", "Admiral Ripsnarl", "'Captain' Cookie", "Vanessa VanCleef", "Corborus", "Slabhide", "Ozruk", "High Priestess Azil", "Grand Vizier Ertan", "Altairus", "Asaad, Caliph of Zephyrs", "Lady Naz'jar", "Commader Ulthok, the Festering Prince", "Erunak Stonespeaker", "Mindbender Ghur'sha", "Ozumat", "Peroth'arn", "Queen Azshara", "Mannoroth", "Varo'then", "Akil'zon", "Nalorakk", "Jan'alai", "Halazzi", "Hex Lord Malacrass", "Daakara", "High Priest Venoxis", "Bloodlord Mandokir", "High Priestess Kilnara", "Zanzil", "Jin'do the Godbreaker", "Argaloth", "Occu'thar", "Alizabal", "Magma", "Arcanotron", "Electron", "Magmatron", "Toxitron", "Chimaeron", "Maloriak", "Atramedes", "Nefarian", "Onyxia", "Morchok", "Warlord Zon'ozz", "Yor'sahj the Unsleeping", "Hagara the Stormbinder", "Ultraxion", "Warmaster Blackhorn", "Beth'tilac", "Lord Rhyolith", "Alysrazor", "Shannox", "Baleroc, the Gatekeeper", "Majordomo Staghelm", "Ragnaros", "Halfus Wyrmbreaker", "Theralion", "Valiona", "Cho'gall", "Sinestra", "Feludius", "Ignacious", "Arion", "Terrastra", "Elementium Monstrosity", "Al'Akir", "Nezir", "Rohash", "Anshal", "Training Dummy" }
    am I missing anything?
    Code:
    if UnitLevel("target") >= 87 or UnitLevel("target") == -1 then 
    	if UnitHealth("target") > 300000  then
    			return true
    	end
    end
    Would that work? Boss level returns as -1 i believe. So you don't have to add in all the boss names, just look for something that is level x and then cast what you need? This came from Bubba's DK profile for raising dead.

  13. #3418
    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 expunge View Post
    Code:
    if UnitLevel("target") >= 87 or UnitLevel("target") == -1 then 
    	if UnitHealth("target") > 300000  then
    			return true
    	end
    end
    Would that work? Boss level returns as -1 i believe. So you don't have to add in all the boss names, just look for something that is level x and then cast what you need? This came from Bubba's DK profile for raising dead.
    yea thats what it was in the beginning. but i'm trying to make it for peps that aren't lvl 85. that way its a boss at ?? and at whatever lvl norm is ie 85 when your 80ish.

  14. #3419
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    I think Sheuron said if you are not undead remove that undead portion from the rotation and that fixes it.
    I am undead.

  15. #3420
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    yea thats what it was in the beginning. but i'm trying to make it for peps that aren't lvl 85. that way its a boss at ?? and at whatever lvl norm is ie 85 when your 80ish.
    Right, so just leave out the level and use -1 which bosses return at. Could be different at lower levels though. Haven't really tested it out.

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 02:57 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