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

Shout-Out

User Tag List

Page 109 of 731 FirstFirst ... 959105106107108109110111112113159209609 ... LastLast
Results 1,621 to 1,635 of 10955
  1. #1621
    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)
    hey could one of you guys "if" you may have saved or remember roughly what page i would find the newest basic feral pvp rotation. and or pve with stampede proc.

    thnx alot!

    [BETA] PQRotation - an automated ability priority queue.
  2. #1622
    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)
    well here's the latest cat dps profile, im sure u can edit it to suit your purposes haha

    http://www.ownedcore.com/forums/worl...ml#post2130409 ([BETA] PQRotation - an automated ability priority queue.)
    ^0^Team Nova's PQR NCC ^0^

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

  3. #1623
    djmazi's Avatar Member
    Reputation
    12
    Join Date
    Nov 2006
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi, i am new at this Lua macro thing. Can someone explain me how this works. and it seems to have been there for alot of time. is there any chance to get banned? for pve use? Thanks

  4. #1624
    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)
    Is there a Subtletly rogue PvE profile around? I've been wanting to test a few things out.

  5. #1625
    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)
    Check the first post, there's links to all kinds of profiles there.

  6. #1626
    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)
    No dice. All there is, is assassination -.-

  7. #1627
    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)
    yea tried all kitty profiles and none will ravage on stampede proc

  8. #1628
    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)
    @Lost

    local stampede, _, _, _, _, _, stamptimer = UnitBuffID("player", 78893, "PLAYER")

    if stampede ~= nil then
    if stamptimer - GetTime() <= 9 then
    return true
    end
    else
    return true
    end

    try this lost this says if stampede procs and basically as soon as its up it should fire. Oh and thats rank 2 stamp if only rank one its 78892
    Last edited by trulygangster; 09-22-2011 at 07:21 AM.

  9. #1629
    kickmydog's Avatar Contributor
    Reputation
    257
    Join Date
    Jul 2011
    Posts
    635
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    Code:
    if UnitExists("target") == nil 
    and UnitAffectingCombat("player") 
    then TargetUnit("pettarget") end
    Thank you.

  10. #1630
    AdamZZ's Avatar Active Member
    Reputation
    42
    Join Date
    May 2007
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lostinthewoodslol View Post
    hey could one of you guys "if" you may have saved or remember roughly what page i would find the newest basic feral pvp rotation. and or pve with stampede proc.

    thnx alot!
    My latest PvE rotation got an auto Ravage on Stampede ability, it's set to use ravage when Stampede got 1 second left (more DPS that way), you can easily edit it to use Ravage earlier. Like one of the posters above this already did.

  11. #1631
    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 Voar View Post
    Sheuron I like your rotation a lot but especially for raid enviroments using Killing Spree in an inappropriate moment can get you killed and the raid wiped so you might want to make it triggered from a modifier
    - Tap RIGHT CONTROL to disable/enable Killing Spree. Is enabled by default

    xeronrogue220911bPQRProfiles.zip

  12. #1632
    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 trulygangster View Post
    @Lost

    local stampede, _, _, _, _, _, stamptimer = UnitBuffID("player", 78893, "PLAYER")

    if stampede ~= nil then
    if stamptimer - GetTime() <= 9 then
    return true
    end
    else
    return true
    end

    try this lost this says if stampede procs and basically as soon as its up it should fire. Oh and thats rank 2 stamp if only rank one its 78892
    Originally Posted by AdamZZ View Post
    My latest PvE rotation got an auto Ravage on Stampede ability, it's set to use ravage when Stampede got 1 second left (more DPS that way), you can easily edit it to use Ravage earlier. Like one of the posters above this already did.
    ive tested it so many times its driving me insane.

    could this be because im testing it on a target dummy? ran every profile, tried trulygangster's code all tested with 15+ charges and not one proc in recount. ive specced correctly, idk what the deal is =[

  13. #1633
    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 lostinthewoodslol View Post
    ive tested it so many times its driving me insane.

    could this be because im testing it on a target dummy? ran every profile, tried trulygangster's code all tested with 15+ charges and not one proc in recount. ive specced correctly, idk what the deal is =[
    i'll look more deeply into this myself... i jsut discovered my druid actually is a high enough level to respec into feral to try XD
    ^0^Team Nova's PQR NCC ^0^

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

  14. #1634
    snippetsr's Avatar Member
    Reputation
    1
    Join Date
    Aug 2011
    Posts
    71
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Has any one got a Affliction Warlock PVP rotation The PVE is good but missing spells like if pally healer cast curse of tongues etc..

  15. #1635
    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 snippetsr View Post
    Has any one got a Affliction Warlock PVP rotation The PVE is good but missing spells like if pally healer cast curse of tongues etc..
    Code:
    local class, token = UnitClassBase("target")
    local ps = {Druid, Warrior, Death Knight, Hunter, Rogue}
    
    for i,v in ipairs(ps) do
    if UnitBuffID("player", 7302) == nil and UnitAffectingCombat("player") == nil and class == v then
      return true
    end
    end
    alright now i could make this only cast on pally healers, druid casters, any and all other casters and such..... but i want to see if you can edit this to suit your purposes

    it has most of the basic components u'll need


    *edit*
    for the record this is grb's (i think) code for auto cast frost armor depending on who the target is
    ^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 02:37 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