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

User Tag List

Page 395 of 731 FirstFirst ... 295345391392393394395396397398399445495 ... LastLast
Results 5,911 to 5,925 of 10955
  1. #5911
    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)
    I have been working on a judgement ability that will judge my focus target if I have one and my target if there is no focus, I have had little success with it but found a way to setup my judgement to just always judge my focus target. Can this be done a 2 for 1 setup?

    [BETA] PQRotation - an automated ability priority queue.
  2. #5912
    BHLDepression's Avatar Member
    Reputation
    7
    Join Date
    Jan 2012
    Posts
    132
    Thanks G/R
    2/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by gongmang1 View Post
    SV hunter is too simple,
    but if you have Lock and Load - Spell - World of Warcraft Lock and Load ,
    the best way get higher Dps is cast two Explosive Shot ,and if your focus about 44,then cast two Arcane Shot Arcane Shot - Spell - World of Warcraft,
    if low than 22,cast one Cobra Shot Cobra Shot - Spell - World of Warcraft
    Dps will more higher than kickmydog's SV :Single target

    and im new here,I don't know how to make it.
    is anyone can help me
    Ive been looking for this 2, his dosnt even use arcane shot >.>

  3. #5913
    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
    that would only spell steal if mana was under 40

    try this.. i am doing this over my phone so please check

    Code:
    local buff = { 43242, 92965, 93631, 76634, 88186, 76307, 31884, 2825, 32182, 80353, 1719, 17, 33763, 96802, 6940, 102599, 89542, 11426 }
    local unitmana = 100 * UnitPower("player") / UnitPowerMax("player")
    if unitmana<40 then
      return false
    elseif not StealThisBuff then
      function StealThisBuff(t)
        for _,v in ipairs(buff) do
          if UnitBuffID(t,v) then 
            return true 
          end
        end
      end
    end
    if StealThisBuff("target") then 
      return true
    end
    Sent from my ADR6300 using Tapatalk
    Oops yeah, just reverse the " < " and that would fix it.

  4. #5914
    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 gavw View Post
    Boss when are you fixing the rotation problem with stance dance ?
    What's the rotation problem? I am working on an updated version but I wasn't aware of any issues besides the executing out of combat thing.

  5. #5915
    happydado's Avatar Active Member
    Reputation
    20
    Join Date
    Feb 2011
    Posts
    158
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    Oops yeah, just reverse the " < " and that would fix it.
    something no work never cast spellsteal now

  6. #5916
    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 happydado View Post
    something no work never cast spellsteal now
    I'm on my phone but ill explain my way. If you literally copy/paste mine above all the rest of your code, it will run as follows.

    If your mana is above 40 then it will skip the return false and run the rest of the code. If you are under 40 then it will run return false and move to the next ability in the rotation. I made it easy for a noob to incorporate themselves.

    Sent from my ADR6400L using Tapatalk
    ^0^Team Nova's PQR NCC ^0^

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

  7. #5917
    [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)
    Can someone confirm that sheurons rogue combat profile doesn't match the dps which would be possible due to shadowcraft? Cuz if someone can confirm this i will release my profile.

  8. #5918
    solarwake's Avatar Master Sergeant
    Reputation
    6
    Join Date
    May 2010
    Posts
    97
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just release it. Competition is the best way to make everything better!

  9. #5919
    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)
    New version of my stance dance profile:

    BossSD6.3.rar

    Will now only use abilities in combat, and I added in a much cleaner version of my Titan Grip profile's advanced execute rotation. This alone should be a significant increase for boss fights, the way I had it set up before I think execute phase was actually a dps loss.

    *******SEE NEXT POST I RELEASED ANOTHER NEW VERSION**********
    Last edited by Bossqwerty; 02-15-2012 at 11:38 PM.

  10. #5920
    mrkebo's Avatar Master Sergeant
    Reputation
    6
    Join Date
    Feb 2012
    Posts
    78
    Thanks G/R
    0/2
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by [Blinded] View Post
    Can someone confirm that sheurons rogue combat profile doesn't match the dps which would be possible due to shadowcraft? Cuz if someone can confirm this i will release my profile.
    I agree with the poster above. Release it anyways. Friendly competion is good for everyone I can possibly post some logs later of my ultraxion dps and can compare it to what shadowcraft feels i should do in my gear etc..

  11. #5921
    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)
    I know I just released a new version 2 posts up but I had a lot of free time tonight and implemented something I figured would take a lot longer to implement, so here's another new version:

    BossSD6.4.rar

    It now uses heroic strike based on realtime projected RPS calculations taking hit chance and any modifications to swing speed into account. This means during blood lust for example, it will automatically use heroic strike much earlier to ensure that during it's CD (takes IR into account) you will not go over the rage cap which directly translates into dps due to less rage lost over the cap.

    This change plus the advanced execute I implemented as well should be a significant dps increase.

    edit:
    @Valma
    I tried the swing timer code you made me and I didn't have any luck, it's more likely me not understanding enough about coding to use it than your code. I don't need to track swingtimer on screen or anything, I just want some variable in the background so I can make something like this "if TimeUntilHit < .5 then"

    If anyone at all knows how I could accomplish this I'd really appreciate it, this is the one thing I can't figure out
    Last edited by Bossqwerty; 02-16-2012 at 12:03 AM.

  12. #5922
    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)
    is there a DK leveling profile?

  13. #5923
    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)
    anyone that can teach /help me add fading light debuff aswell as when to use heroic will during ultraxion? as i tend to afk that fight but i keep dying cause the rotation does not have a heroic will etc and fading light kills me ;<

  14. #5924
    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 empty_skillz View Post
    anyone that can teach /help me add fading light debuff aswell as when to use heroic will during ultraxion? as i tend to afk that fight but i keep dying cause the rotation does not have a heroic will etc and fading light kills me ;<
    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

  15. #5925
    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 [Blinded] View Post
    Can someone confirm that sheurons rogue combat profile doesn't match the dps which would be possible due to shadowcraft? Cuz if someone can confirm this i will release my profile.
    Use his against yours and if its more dps please post yours. :P

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