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

Shout-Out

User Tag List

Page 269 of 731 FirstFirst ... 169219265266267268269270271272273319369 ... LastLast
Results 4,021 to 4,035 of 10955
  1. #4021
    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 outoforder View Post
    yeah with pred swift procs i lbx3 then instacast healing touch... i just can only get it to work on me.... not my lowest arena partner
    i would like it do do this for my arena partners.
    im using these abilities:

    healing touch with predswiftness, after lbx3:
    local _, _, _, PS = UnitBuffID("player", 69369)
    local inRange = IsSpellInRange("Healing Touch", "player")

    if PS ~= nil and inRange == 1 then
    return true
    else
    return false
    end

    lb1:
    local _, _, _, PS = UnitBuffID("player", 69369)
    local inRange = IsSpellInRange("Lifebloom", "player")
    local _,_,_,LB = UnitBuffID("player", 33763)
    if PS ~= nil and inRange == 1 and LB == nil then
    return true
    else
    return false
    end

    lb2:
    local _, _, _, PS = UnitBuffID("player", 69369)
    local inRange = IsSpellInRange("Lifebloom", "player")
    local _,_,_,LB = UnitBuffID("player", 33763)
    if PS ~= nil and inRange == 1 and LB < 3 then
    return true
    end
    Everything works as you intended but I seem to have the issue of popping out of bear form during FR again to cast ht or lb.

    [BETA] PQRotation - an automated ability priority queue.
  2. #4022
    onya's Avatar Member
    Reputation
    67
    Join Date
    May 2008
    Posts
    152
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by momo1029 View Post
    do you have to disable all addons to use it ?
    it won't run with any addons enabled

    but it does run with addons disabled? i'd guess that you have an addon that is messing with the tradeskill windows then. to the other person who said disenchanting won't work, it's only going to disenchant the specific jc items it creates they're listed by itemid in the code.

    i created this to automate the processing of all the ore my bot farms. it works for me. i figured other people could use it so i've released the code, but i have no interest in develping the code any further. if someone else wants to pick this up and run with it then feel free i'm sure it wouldn't be too hard to adapt to other professions and stuff.


    re: my shaman profile, it can still be a bit jittery on spine/lootship but it's nowhere near as bad as it was (it would freeze the game pretty much with earlier versions). i know a lot of the code is horribly inefficient. i plan an doing an overhaul next week to parse the raid once and store a snaphot of the raid in an array (health values, curses, distance between players etc) and then have the abilities reference that instead of doing the same system calls over and over and that should make it much faster.

  3. #4023
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    My ret paladin profile

    I have changed my ret paladin profile a bit, with my gear i pull about 37k on ultraxion right now, I know the profile can be better but i don't know lua and I need help making it better.


    http://up.ht/wCrq1t

    I have just been looking at the various profiles around the site to put this one together, with the lfr deathwing weapon it has no problem bursting up to 60k+ in heroics it levels out at about 50k.


    If anyone can help, the changes would be when combat beings wait 10 seconds before popping GOAK- Guardian of Ancient Kings, and do not pop wings-Avenging Wrath if zealotry is not up; "3 holy power" to maximize 4 piece, maybe a whole different skill, for example 4pZealotry+wings- Just a example name so it doesn't collide with the people who have not acquired 4 piece yet.

    For the ret paladins who may use this, pop the cooldowns your self until the changes above can be made.

  4. #4024
    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 D1sc1pl1n3 View Post
    Actually, Unholy > Frost on single target fights.
    I didn't see an updated rotation anywhere though. But nothing major changed, so the old ones should work just fine.

    I have a question. I know it is possible to make an ability that will be cast when SHIFT, ALT, or CTRL is pressed. Is it also possible to do that for for example, SHIFT+4? I have a problem with strangulate in arena, the rotation make it impossible for me to cast and the default right alt to trigger it is too inconvenient for me.
    i made the unholy one spur of the moment without even really knowing the most ideal rotation for unholy XD

    if you guys could either let me know what to fix in my unholy rotation or point me towards a well written unholy rotation guide i can see about updating it XD

    ---------- Post added at 10:15 AM ---------- Previous post was at 10:07 AM ----------

    Originally Posted by averykey View Post
    I have changed my ret paladin profile a bit, with my gear i pull about 37k on ultraxion right now, I know the profile can be better but i don't know lua and I need help making it better.


    http://up.ht/wCrq1t

    I have just been looking at the various profiles around the site to put this one together, with the lfr deathwing weapon it has no problem bursting up to 60k+ in heroics it levels out at about 50k.


    If anyone can help, the changes would be when combat beings wait 10 seconds before popping GOAK- Guardian of Ancient Kings, and do not pop wings-Avenging Wrath if zealotry is not up; "3 holy power" to maximize 4 piece, maybe a whole different skill, for example 4pZealotry+wings- Just a example name so it doesn't collide with the people who have not acquired 4 piece yet.

    For the ret paladins who may use this, pop the cooldowns your self until the changes above can be made.
    Here's Crystal Tech's code for checking if a warlock has 4 piece or not, should look into using a check like this for your code

    Code:
    local gloves = IsEquippedItem("Gloves of the Faceless Shroud")
    local hood = IsEquippedItem("Hood of the Faceless Shroud")
    local legs = IsEquippedItem("Leggings of the Faceless Shroud")
    local robes = IsEquippedItem("Robes of the Faceless Shroud")
    local mantle = IsEquippedItem("Mantle of the Faceless Shroud")
    local total = 0
    local gloves1 = 1
    local hood1 = 1
    local legs1 = 1
    local robes1 = 1
    local mantle1 = 1
    
    if gloves == nil then
    	gloves1 = 0
    end
    
    if hood == nil then
    	hood1 = 0
    end
    
    if legs == nil then
    	legs1 = 0
    end
    
    if robes == nil then
    	robes1 = 0
    end
    
    if mantle == nil then
    	mantle1 = 0
    end
    
    if gloves == nil then
    	gloves1 = 0
    end
    
    total = (gloves1 + hood1 + legs1 + robes1 + mantle1)
    if total >= 4 then 
    	return true
    end
    Last edited by bu_ba_911; 01-12-2012 at 10:15 AM. Reason: typos >.<
    ^0^Team Nova's PQR NCC ^0^

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

  5. #4025
    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)
    yea that code isn't pretty at all lol. I'm workin on cleaning it up.

    ---------- Post added at 11:44 AM ---------- Previous post was at 11:43 AM ----------

    Originally Posted by merrikh View Post
    hey Lofty i keep getting this error any idea how to fix?

    Message: [string " function pqrFunc0() -- Avoid sudden death ..."]:58: attempt to call global 'DangerousMagic' (a nil value)
    Time: 01/11/12 22:09:07
    Count: 1698
    Stack: [string " function pqrFunc0() -- Avoid sudden death ..."]:58: in function `?'
    [string "..."]:267: in function `PQR_NextAbility'
    [string "..."]:161: in function `PQR_CastNext'
    [string "..."]:150: in function `PQR_ExecuteBot'
    [string "..."]:40: in function <[string "..."]:23>

    Locals: group = "raid"
    members = 25
    (for index) = 1
    (for limit) = 25
    (for step) = 1
    i = 1
    member = "raid1"
    memberhp = 100
    (*temporary) = nil
    (*temporary) = "raid1"
    (*temporary) = "attempt to call global 'DangerousMagic' (a nil value)"

    it also does a party instead of raid as well
    try setting 'DangerousMagic' to a local and give it a number value. its seems its trying to do math but it can't due to it being a nil or nothing at all.

  6. #4026
    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)
    DangerousMagic is actually a function that was written into the auto target ability of the "new" targeting code

    played around with it a little myself but decided that the pro's weren't worth the time it would take to get working at that point in time.... because my hpally code was getting that same error when i was trying to incorporate it XD
    ^0^Team Nova's PQR NCC ^0^

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

  7. #4027
    itzaraya's Avatar Member
    Reputation
    1
    Join Date
    Nov 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    New version of my stance dance arms warrior profile. No big changes, just a few bug fixes. I made slam lower priority than heroic strike again and it's definitely the right thing to do with 2pc t13. Look at the top 10 arms warriors for every DS fight and heroic strike is almost always #2 in their total % dmg done. If you don't have 2 piece just change all the rage values for heroic strike / slam in the ability editor if you want it to use slam more, I wouldn't recommend it though. It seems best the way I have it set up.

    BossSD5.3.rar
    Im showing a pretty significant dps decrease in comparison to 5.2. Where are you seeing parses of top 10 arms warriors with heroic strike as their #2 total damage output? i just went through the world of logs rankings for normal 25man dragon soul and and 90% of top warrs for every fight except Ultraxion its always MS>OP>Slam with heroic strike coming up at about 7-8% of their total. And those are the figures im getting out of your 5.2 profile.

    Yes, 2pct13 makes heroic strike much more appealing however you dont NEED to make slam less of a priority because heroic strike is off the GCD. You'll still be able to set parameters for HS without having to lose slams. Also those who are testing and showing 5.3 to be a dps increase, what weapon are you using? In order to get accurate numbers you CANNOT use Gurthalak. The proc on the sword is too RNG to provide any consistency.

    Currently for my testing im using 4pt13 with a 410 Experimental Specimen Slicer with an overall gear ilvl of 399 and on multiple testing dummy tests im showing 5.2 pulling far ahead of 5.3.

    Just my 2copper, hope it helps!

  8. #4028
    smrdlja's Avatar Member
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    109
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by itzaraya View Post
    Im showing a pretty significant dps decrease in comparison to 5.2.
    Same here. Decrease. P4 and 397 weapon.

  9. #4029
    ilikepvp's Avatar Member
    Reputation
    3
    Join Date
    Sep 2011
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Polymorph is still on the profile but not include on the rotation. Open Rotation editor and add Polymorph to right side
    Thanks I will try this in arenas later today see if it works.
    Keep up the awsome work man!

  10. #4030
    Qwog's Avatar Private
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey, new to the forums and thought I would make a post regarding the PQR Profiles.

    After looking through nearly 270 pages of posts, it came to my attention that there needs to be a place where profiles can be stored, as having one thread for the hundreds of the different things going on, just don't work.

    Maybe someone could create new thread for each class, something along them line would do the trick, or even post profiles to the profiles section of the forum?

    Also if anyone has played around with low level pvp healing profiles (level 10 - 19) I would like a chat.

    Thanks.

  11. #4031
    Discipline's Avatar Contributor ALADEEN MOTHERFUCKER! CoreCoins Purchaser
    Reputation
    128
    Join Date
    Dec 2007
    Posts
    253
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bu_ba_911 View Post
    i made the unholy one spur of the moment without even really knowing the most ideal rotation for unholy XD

    if you guys could either let me know what to fix in my unholy rotation or point me towards a well written unholy rotation guide i can see about updating it XD
    ummmmmmmm
    elitistjerks.com

    I'm not using yours, I use Kaollas Your Unholy rotation is pretty much like awful, but your frost and holy pal profiles kick ass

  12. #4032
    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)
    I've cleaned up the code for the gear check and need to see if it works proper in game. I've tested it in wowlua addon and it worked so it should work for PQR

    change the equip vars to match your set.

    Code:
    local equip = { "Gloves of the Faceless Shroud", "Hood of the Faceless Shroud", "Leggings of the Faceless Shroud", "Robes of the Faceless Shroud", "Mantle of the Faceless Shroud" } --can be item ids as well
    
    local total = 0
    
    for i,v in ipairs(equip) do
       if IsEquippedItem("v") == true then
          total = total + 1
       end
    end
    
    
    if total >= 4 then
       print("you have 4pc") --prints if you have 4 or more pcs of tier
       return true
    end
    Last edited by crystal_tech; 01-12-2012 at 12:09 PM.

  13. #4033
    CharleyWex's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    57
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Buba, welcome back and thanks for the update to the holy paladin profile. One thing I noticed is that sometimes (in a 5 man) instead of healing one of the injured dps, it just spams holy light on the healer. Did you code it to where holy light is suppose to be cast on heals if all the tank needs is holy light and its getting hung up somehow?

    I haven't noticed this problem in LFR, but I've only ran it once with this profile.

    EDIT: This is in the holy nomouseover profile.
    Last edited by CharleyWex; 01-12-2012 at 11:29 AM.

  14. #4034
    Cahonez's Avatar Sergeant
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @LtButterman & a few other posters.

    I have a Balance Druid Rotation here, as far as I know it has the ideal rotation single target. If you tab target it will also throw dots up, and if you keep switching, you can effectively do aoe dmg too.

    Would love to hear your feedback

    Heres the link to the original post:

    http://www.ownedcore.com/forums/worl...ml#post2163499 ([BETA] PQRotation - an automated ability priority queue.)

  15. #4035
    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 CharleyWex View Post
    Buba, welcome back and thanks for the update to the holy paladin profile. One thing I noticed is that sometimes (in a 5 man) instead of healing one of the injured dps, it just spams holy light on the healer. Did you code it to where holy light is suppose to be cast on heals if all the tank needs is holy light and its getting hung up somehow?

    I haven't noticed this problem in LFR, but I've only ran it once with this profile.

    EDIT: This is in the holy nomouseover profile.
    weird about the spamming holy light on heals...... have NEVER ran into that one lol

    and i fixed the hangup problem.... when i updated Judgement I accidentally removed the Range Check :-/ silly little me

    so when u aren't in range of a target it will continue to try and spam Judgement which locks up the profile

    *Edit*
    decided that problem was large enough for a reupload instead of my normal just svn update

    here you go:

    http://bubba-pqr-profiles.googlecode...bba_HPally.zip
    Last edited by bu_ba_911; 01-12-2012 at 01:07 PM.
    ^0^Team Nova's PQR NCC ^0^

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

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 07:01 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