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

Shout-Out

User Tag List

Page 95 of 731 FirstFirst ... 45919293949596979899145195595 ... LastLast
Results 1,411 to 1,425 of 10955
  1. #1411
    michaelsky's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Someone should make a sub rogue PvE rotation. That would be sweet.

    [BETA] PQRotation - an automated ability priority queue.
  2. #1412
    Hoblerhans's Avatar Member
    Reputation
    9
    Join Date
    Dec 2010
    Posts
    64
    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

    Can't think of any more changes. Please report any bugs either on here or through PM, I will fix them asap. Tested Blood the most since that's what I changed the most, but doesn't mean my changes haven't broken something I wasn't testing
    Dont know if anyone has the same problem. When putting Necrotic strike in my Frost rotation list (want it for PVP) PQR simply doesn´t start the rotation. Am I missing something? Do I have to push any button? Thx 4 helping and sry for my bad english!

  3. #1413
    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)
    @sheuron: I'll add a function to check if the unit was out of LoS in the last second.

    It will work like follows probably, the unit will likely be a name check... so multiple mobs with the same name could return true in that 1 second period.
    (NOTE THIS DOES NOT WORK IN THE CURRENT RELEASE VERSION)
    Code:
    if PQR_OutOfLOS("unit") then
        return false
    end
    I am also going to be adding a "Custom" target option... I think you may have suggested it, but I could be wrong. You will be able to specify the unit you wish to attack via Lua code before returning true.

    PQR_Target = "party1"
    return true

  4. #1414
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    74
    Join Date
    Aug 2011
    Posts
    222
    Thanks G/R
    12/6
    Trade Feedback
    15 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Updated WARRIOR, HUNTER, PRIEST, MAGE profiles

    - Small bugfixes and forum request

    xeron140911PQRProfiles.zip

    @xelper: How i can check cast warnings on my scripts? Id like to write a code that skip specific spell if we got the error "target is not on line of sight" in last second.

    mage pvp one looks nice and neat and couldnt wait to use until bamm. it wouldnt work for me lol. fml.

  5. #1415
    Luciferozzy's Avatar Member
    Reputation
    2
    Join Date
    Apr 2011
    Posts
    81
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok was trying this with the resto druid lifebloom and is kinda working.

    local mytarget = 100 * UnitHealth("focus") / UnitHealthMax("focus")
    local _,_,_,LB,_,_,LBt = UnitBuffID("focus", 33763)

    if mytarget < 99 and LB == nil then CastSpellByID(33763,focus) end
    if mytarget < 99 and LB < 3 then CastSpellByID(33763,focus) end
    if mytarget < 99 and LBt - GetTime() < 4 then CastSpellByID(33763,focus) end
    Last edited by Luciferozzy; 09-14-2011 at 08:14 AM.

  6. #1416
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this possible?
    ause i cant get it to work

    vtf = UnitDebuffID("party1", 34914)
    if vtf ~= nil
    then CastSpellByID(527,"party1")
    end

  7. #1417
    trulygangster's Avatar Sergeant
    Reputation
    1
    Join Date
    Dec 2010
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was wondering if theres a way to cast hunter's mark Every time you switch targets.? Or like be able to cast it as soon as you enter combat. So basically Hunter's mark + Serpent Sting everytime Except on mobs with less health then you. Cuz right now its just doing serpent sting unless your out of combat so if your close enough where you can assist the tank in dps it will only cast serpent sting and bypass Hunter's mark. =./

  8. #1418
    cokx's Avatar Banned
    Reputation
    92
    Join Date
    Dec 2008
    Posts
    896
    Thanks G/R
    0/0
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have taken the liberty of using the newest profile (14.9) from sheuron/Xeron (thanks to his amazing skill) to do a disc pvp profile.

    i'm far away from being a LUA expert, i just copy and paste and do little tweaks.

    what it does:
    it heals :>
    it dispells ccs/stun/root effects (ignores trashbuffs, dispell cc/stun/root effect with UA or VT only when you and your target are over 90%)
    it purges your enemy (only relevant buffs like pwd:s, innervate aso)
    it dmg's your enemy

    feel free to improve it and +rep Sheuron

    discpvp.rar

  9. #1419
    R0w4n's Avatar Retired Model Editor :3
    Reputation
    349
    Join Date
    Apr 2007
    Posts
    1,084
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Updated profiles WARRIOR, PRIEST, HUNTER, MAGE (see included text file for use)

    Arcane Mage:

    - Arcane Power and Trinkets are only used on Arcane Blast debuff x4
    - Mana Gem is used only if Arcane Power is active

    Typical boss fight is 10 minutes long. The change on mana gem will make it being used on a boss fight at minute 1, minute 3 and minute 6

    Holy Priest:

    - Fixed abilties not working while spam casting Heal

    Hunter:

    - Fixed Missdirection pet loop on raids

    xeron120911PQRProfiles.zip
    Tested your profil and its almost there. The arcane power timing is definitely wierd! Sometimes it pops it 12 seconds before Mana gem is off CD other times it pops it 3 seconds before its off cd.. And because AP is popped before mana gem is ready, mana gem is not cast!


  10. #1420
    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 Hoblerhans View Post
    Dont know if anyone has the same problem. When putting Necrotic strike in my Frost rotation list (want it for PVP) PQR simply doesn´t start the rotation. Am I missing something? Do I have to push any button? Thx 4 helping and sry for my bad english!
    I can't remember if I made the change to Necrotic Strike before or after I released that latest DK Update. However regardless I did make a change to it at some point and it seems you don't have the updated one.

    LUA Code:
    Code:
    local NS = UnitDebuffID("target", 73975)
    local thealth = 100 * UnitHealth("target") / UnitHealthMax("target")
    
    if NS == nil then
    if thealth > 50 then
    return true
    end
    end
    This will only cast necrotic strike when the debuff isn't already on the target, and it will also only cast it when the person is above 50% health. That way when he gets under 50% health you have that extra rune for obliterate to just rape face. Edit that health thing however you want (the health > 50) depending on your play style.
    ^0^Team Nova's PQR NCC ^0^

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

  11. #1421
    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)
    Next thing i have in mind is to do profiles designed to track enemy players on arena without need to focus them. An example, If none player got (arena1, arena2, etc..) on target cast cc or interrupt on him

  12. #1422
    Omaha303's Avatar Member
    Reputation
    11
    Join Date
    Jun 2009
    Posts
    49
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by michaelsky View Post
    Someone should make a sub rogue PvE rotation. That would be sweet.
    I will second this but for PVP. I'm sure 10/0/31 can be a beast with it. Thanks.

  13. #1423
    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 sheuron View Post
    Next thing i have in mind is to do profiles designed to track enemy players on arena without need to focus them. An example, If none player got (arena1, arena2, etc..) on target cast cc or interrupt on him
    i would love to see it. i tried this but it did not work. ;/

    Code:
    Name,_,_,_,_,_,_,_,_ = UnitCastingInfo("target","focus","arena1","arena2","arena3")
    
    if Name == ("Fear") and GetSpellCooldown(23920) == 0 or Name == ("Hex") and GetSpellCooldown(23920) == 0 or Name == ("Polymorph") and GetSpellCooldown(23920) == 0 or Name == ("Cyclone") and GetSpellCooldown(23920) == 0 or Name == ("Lava Burst") and GetSpellCooldown(23920) == 0 or Name == ("Chaos Bolt") and GetSpellCooldown(23920) == 0 then
    	if UnitPower("player") >= 15 and UnitIsUnit("targettarget", "player") then
    	return true
    	end
    end

  14. #1424
    Debordes's Avatar Member
    Reputation
    14
    Join Date
    Oct 2007
    Posts
    128
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    i have taken the liberty of using the newest profile (14.9) from sheuron/Xeron (thanks to his amazing skill) to do a disc pvp profile.

    i'm far away from being a LUA expert, i just copy and paste and do little tweaks.

    what it does:
    it heals :>
    it dispells ccs/stun/root effects (ignores trashbuffs, dispell cc/stun/root effect with UA or VT only when you and your target are over 90%)
    it purges your enemy (only relevant buffs like pwd:s, innervate aso)
    it dmg's your enemy

    feel free to improve it and +rep Sheuron

    discpvp.rar

    Your profile seems to only work when targeting someone, as in the auto target lowhp part of the code seems to be wonky

  15. #1425
    ocso639's Avatar Private
    Reputation
    1
    Join Date
    Jun 2011
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any idea how to stop it from using my trinket (moonwell chalice) on the Warlock Demo: Single Target rotation?

    Thanks!

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