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

User Tag List

Page 399 of 731 FirstFirst ... 299349395396397398399400401402403449499 ... LastLast
Results 5,971 to 5,985 of 10955
  1. #5971
    js1974's Avatar Member
    Reputation
    27
    Join Date
    Jan 2008
    Posts
    199
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone help me modify this so it judges a focus target if I have one otherwise judges my target?


    Code:
    if IsSpellInRange("Judgement", "target")  ~= 1 then
    	return false
    end
    
    if PQ_Buffs[PQ_SealOfTruth].hasBuff or PQ_Buffs[PQ_SealOfRight].hasBuff then
    	return true
    end

    [BETA] PQRotation - an automated ability priority queue.
  2. #5972
    Valma's Avatar Contributor
    Reputation
    152
    Join Date
    Nov 2011
    Posts
    209
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fixed almost all bugs you have stated.Thx for feedback guys,will release new version tomorrow.
    MEDVED+VODKA+BALALAYKA

  3. #5973
    MastaRage's Avatar Sergeant Major
    Reputation
    56
    Join Date
    Dec 2011
    Posts
    170
    Thanks G/R
    4/6
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Yes, I see SV hunters have been patched recently right? No, I didn't think so. So how about telling me what is wrong with it apart from some rather vague it's outdated. I've been getting totally fine numbers with it.
    Lol, ya I agree Kick, the rotation as I see is SOLID! I push top dps on a lot of fights.
    @Ginsplosion: I can't confirm this bug because I purely raid in 10mans now.

  4. #5974
    Starphall's Avatar Corporal
    Reputation
    1
    Join Date
    Feb 2011
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    we're starting heroic spine of deathwing and i need my CD to be use only when target the tendon ? anybody can help me ?

  5. #5975
    sharkyx1x's Avatar Active Member
    Reputation
    36
    Join Date
    Jun 2008
    Posts
    270
    Thanks G/R
    1/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kickmydog View Post
    Yes, I see SV hunters have been patched recently right? No, I didn't think so. So how about telling me what is wrong with it apart from some rather vague it's outdated. I've been getting totally fine numbers with it.
    Ive been using your KMD_SV_HUNTER on the dummy and it does mot fire a serpent sting. is this normal?

  6. #5976
    Ginsplosion's Avatar Member
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sharkyx1x View Post
    Ive been using your KMD_SV_HUNTER on the dummy and it does mot fire a serpent sting. is this normal?
    Yeah what I said a few posts above, think he just forgot to incorporate the recent SS changes he made which I believe fixed that issue.

  7. #5977
    sharkyx1x's Avatar Active Member
    Reputation
    36
    Join Date
    Jun 2008
    Posts
    270
    Thanks G/R
    1/12
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ginsplosion View Post
    Yeah what I said a few posts above, think he just forgot to incorporate the recent SS changes he made which I believe fixed that issue.
    have a link to the updates one?

  8. #5978
    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)
    I tested your code Sheuron for Arena Poly and it doesn't seem to do the auto poly function.

    Code:
    if not polyfunctions then
    
      function HaveCC(t) 
        local debuff = { 118, 90337, 82676, 49203, 1499, 51514, 6770, 20066, 19386, 5484, 6358, 8122, 5782, 2094, 
                                 33786, 605, 19503 }
        for _,v in ipairs(debuff) do 
          local name,_,_,_,_,_,expiration = UnitDebuffID(t,v)
          if name and expiration - GetTime() > 1 then return true end 
        end
      end
    
      function BeingTarget(t)
        if UnitIsUnit("target",t) then return true end
        for i=1, GetNumPartyMembers(), 1 do
          local member = "party"..tostring(i)
          if UnitIsUnit(member.."target",t) then return true end
        end
      end
    
      function CanbeCC(t)
        if not HaveCC(t) 
        and not BeingTarget(t) 
        and not PQR_IsOutOfSight(t) 
        and not UnitIsDeadOrGhost(t) 
        and UnitCanAttack("player",t) 
        and IsSpellInRange(tostring(GetSpellInfo(118)),t) == 1 
        then return true end
      end
    
      polyfunctions = true
    
    end
    
    if IsLeftControlKeyDown() and not GetCurrentKeyBoardFocus() then 
      if CanbeCC("mouseover") then PQR_CustomTarget = "mouseover" return true 
      elseif CanbeCC("focus") then PQR_CustomTarget = "focus" return true 
      else 
        local n  = 1
        while UnitExists("arena"..n) do
          if CanbeCC("arena"..n) then PQR_CustomTarget = "arena"..n return true end
          n = n + 1
        end
      end
    end
    Is it just me?

  9. #5979
    [Blinded]'s Avatar Contributor
    Reputation
    88
    Join Date
    Nov 2009
    Posts
    177
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im very sorry that i haven't releases my profile for combat rogues today. I promise that i will upload it tommorow imediatly when im on my pc!

  10. #5980
    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 LtButterman View Post
    @Boss

    New profiles pretty stable and has higher burst for me, but in tonights DS on 3 of the HMs we did when boss dropped below 25% execute didnt bother stacking once untill boss was at 5-7%.. Don't know if thats an issue regarding the Realswingtime tweak/ detect Hero/Lust part you added, I'm sure I missed out on some dps there.
    Thanks, you're right. I made a really silly mistake. When testing the rotation I always manually applied execute to start it up, I forgot to make the bot actually do it itself. That does mean you lost a decent amount of dps, because it won't even start the advanced execute rotation until you have at least one stack of executioner. How was your dps before execute phase?

    Here's the fixed version:

    http://www.mediafire.com/?mc20567hodvdhbd
    Last edited by Bossqwerty; 02-16-2012 at 05:22 PM.

  11. #5981
    merrikh's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Dec 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im trying to make some improvident to sheuron's rogue pvp file but Im not all that good at coding so if can some1 help me out that be great. Im wanting to make ks go off when there's .5-1 sec left on cheap shot while it still going off when ks is off cd. if some1 can point me in the right d******** be great.

  12. #5982
    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)
    sigh.. it seems my rotations got lost in the sea of posts.

    Index of /files

    thats were all of my profiles are at.

    i'm about 95% done with my view on a website for this awsome tool.

    for my lock profiles i need feedback to fix stuff.

  13. #5983
    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
    sigh.. it seems my rotations got lost in the sea of posts.

    Index of /files

    thats were all of my profiles are at.

    i'm about 95% done with my view on a website for this awsome tool.

    for my lock profiles i need feedback to fix stuff.
    Yeah we really need a separate forum or threads or something, I don't know. So many profiles get lost in here and a whole lot of posts are people asking where to find these profiles, which just makes them even more lost.

  14. #5984
    empty_skillz's Avatar Contributor
    Reputation
    286
    Join Date
    Sep 2009
    Posts
    104
    Thanks G/R
    18/24
    Trade Feedback
    4 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    This is not mine, Ishtro made it:

    Code:
    -- Fading Light
    local FL = {105925, 109075, 110068, 110069, 110070, 110078, 110079, 110080}
    
    for i,v in ipairs(FL) do
       local _,_,_,_,_,_,flight = UnitDebuffID("player", v)
       if flight 
          and flight - GetTime() < 2
          then RunMacroText("/click ExtraActionButton1") 
       end 
    end
    
    -- Hour of Twilight
    local HoTcast,_,_,_,_,endtime = UnitCastingInfo("boss1")
    local HoT = {109415, 106371, 109416, 109415, 109417}
        
    for i,v in ipairs(HoT) do
       if HoTcast == GetSpellInfo(v) 
          and endtime/1000 - GetTime() < 1
          then RunMacroText("/click ExtraActionButton1")
       end
    end
    
    -- Madness 
    local _,_,_,_,_,_,shrapnel = UnitDebuff("player","Shrapnel")
    
    if shrapnel 
       and shrapnel - GetTime() < .75 
       then RunMacroText("/click ExtraActionButton1") 
    end
    Thanks! just 1 small thing, does it have to be in a special number/position @ rotation or just somewere in it? and do i have to add something else then this in the Lua text? no id? no keybind thing in that white unclickable box and name??

  15. #5985
    ziggar's Avatar Active Member CoreCoins Purchaser
    Reputation
    67
    Join Date
    Jul 2008
    Posts
    324
    Thanks G/R
    51/43
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Aye would appreciate knowing where to place the Fading Light etc at.

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