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

User Tag List

Page 684 of 731 FirstFirst ... 184584634680681682683684685686687688 ... LastLast
Results 10,246 to 10,260 of 10955
  1. #10246
    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 Razzaxius View Post
    Guys, are you sure PRQ cannot be detected by Blizz? I just had my second WoW account permabanned for using third party software, and the only thing i ever used on it is PQR....

    So thats 2 accounts permabanned now on wich both i only ever used was PQR.... the second account was even fairly new and never received a warning or anything
    This statement also begs a question.... HOW do you use PQR if what you're saying is true and this is the only thing you use?

    And fight it of course. Call, email... the whole shibang

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

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

    [BETA] PQRotation - an automated ability priority queue.
  2. #10247
    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 fluxflux View Post
    iss this idea realizable? can someone write this? i donate this very good^^
    Yes and halfway done with just the code already, but until blizzard transfers my monk I can't test it

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

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

  3. #10248
    evlow's Avatar Contributor
    Reputation
    171
    Join Date
    Sep 2007
    Posts
    233
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @mentality

    On your shadow priest profile, how are you handling the rotation in the standard profile for heroic spine? Does your rotation change at all? I can't seem to find it in the code, although I have known to be blind.

  4. #10249
    frII's Avatar Master Sergeant
    Reputation
    1
    Join Date
    Mar 2010
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Xelper View Post
    Never said it cannot be detected by Blizzard, only said it is not detected by Blizzard at this time. It remains that way.
    Maybe Blizz updated there detecting system or something?
    How can person check is it detectable or is it not?

  5. #10250
    dklcfr's Avatar Master Sergeant
    Reputation
    26
    Join Date
    Aug 2010
    Posts
    127
    Thanks G/R
    3/4
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by dklcfr View Post
    Hey buba, prolly a dumb question but is there a reason the monk profile (windwalker) always keeps 1 chi up?
    still have this question.

  6. #10251
    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)
    So ToD is always 1 jab away. And with the changes to jab + power stance, you will never be chi starved and the rotation is fluid
    Sent from my phone using Tapatalk
    ^0^Team Nova's PQR NCC ^0^

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

  7. #10252
    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)
    This example show about i was talking before

    Code:
    Another action in progress
    Another action in progress
    Another action in progress
    This can be avoid. Done a CastNoSpam funciton and minimal firemage rotation to test it:

    Code:
    function CastNoSpam(SpellID,Target) 
      local endtime = select(6,UnitCastingInfo("player"))
      if endtime then
        endtime = endtime/1000 - 0.5
      else
        local start, duration = GetSpellCooldown(SpellID)
        endtime = start + duration - 0.2
      end
      if GetTime() > endtime 
      and ( not delay or GetTime() - delay > 0.5 ) 
      then 
        local spellname = GetSpellInfo(SpellID) 
        CastSpellByName(spellname,Target) 
        delay = GetTime() 
      end
    end
    
    if IsSpellOverlayed(11366) then CastNoSpam(11366) end 
    if not UnitDebuffID("target",44457,"PLAYER") then CastNoSpam(44457) end
    if not PQR_IsMoving(1) then CastNoSpam(133) end
    CastNoSpam(2948)
    1. When spell i launch a half second delay is add
    2. Next we check when current cast finish or when GCD is ready again in case we using instant cast spell
    3. 0.5 seconds before cast end ( 0.2 in case instant spell ) we launch next spell once to cue in game.

    The code lack some spell checks and also need to handle spells out of GCD, but this show PQR can be used without error spam.
    [ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
    If you like this piece of code feel free to invite me a beer making a donation.
    My paypal account: [email protected]

  8. #10253
    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)
    Originally Posted by crystal_tech View Post
    where the accounts tied to the same email?
    have you used another bot/program in the past 6 months or so?
    do you share the account with anyone?
    did you buy a lvling service or anything like that?
    Do you use a auth?
    Do you have a good antivirus program running thats upto date?
    do you scan your pc for malware/viruses often?

    if you fail at not having an auth, virus scanner, you may of been hacked and a third party botted and banned you. Try calling Blizz
    checked Razzaxius post history here on owned. hes tried to buy unbanning services, used thenoobbot, and seems to have model swapped using xyzhack as well as posted in the wts threads. ban was prob for those
    Last edited by crystal_tech; 04-23-2012 at 04:13 PM.

    Please if someone helped you donate rep to them.

  9. #10254
    ticklets's Avatar Member
    Reputation
    51
    Join Date
    Jun 2009
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Even better code then the previous bit

    Code:
    if UnitPower("player") > 40 then
    	CastSpellByName("!jab", Target)
    	end

  10. #10255
    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)
    updated resto shaman profile to try and keep Ancestral Vigor on tanks, download from .sig or update in pqr
    Shaman resto and elemental profiles for PQRotation can be downloaded from here - https://db.tt/g2pIFrBc
    Tradeskill profile (Jewelcrafting and disenchant) download here - https://db.tt/aPpOTKJH

  11. #10256
    shortround8's Avatar Member
    Reputation
    6
    Join Date
    Apr 2009
    Posts
    45
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Xelper or whoever can help me

    Whenever someone casts, the auto interrupt seems to to lag WoW bad, and sometimes it doesn't even interrupt. I'm currently using Kaolla's interrupt list with 65% cast time til kick. Can you help me out?

  12. #10257
    taker's Avatar Member
    Reputation
    10
    Join Date
    Jul 2008
    Posts
    41
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by onya View Post
    updated resto shaman profile to try and keep Ancestral Vigor on tanks, download from .sig or update in pqr
    Hello onya, i have try your new code for tracking the ancestral vigor buff on tank and modified it to only check my "focus" target but its not working and im stuck maybe you can help me here is my code:

    Code:
    local cdriptide = PQR_SpellAvailable(61295)
    
    --rt & ancestral vigor on focus
    if cdriptide and mana >= 2202 and UnitExists("focus") and (member[lowest].health >= 45 ) then
            local _,_,_,_,_,_,av = UnitBuffID("focus", 105284)
            local _,_,_,_,_,_,rt = UnitBuffID("focus", 61295)
            if av == nil then av = 0 end
            if rt == nil then rt = 0 end
            if isvalidhealtarget("focus") and av < 6 and rt < 6 then
                SilentCast(61295,"focus")
                return true
            end
        end
    when my buff are less then 6 secondes left pqr dont refresh the riptide ?
    (name, rank, icon, count, debuffType, duration, expirationTime)

  13. #10258
    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)
    member[1].health maybe?
    ^0^Team Nova's PQR NCC ^0^

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

  14. #10259
    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 taker View Post
    Hello onya, i have try your new code for tracking the ancestral vigor buff on tank and modified it to only check my "focus" target but its not working and im stuck maybe you can help me here is my code:

    Code:
    local cdriptide = PQR_SpellAvailable(61295)
    
    --rt & ancestral vigor on focus
    if cdriptide and mana >= 2202 and UnitExists("focus") and (member[lowest].health >= 45 ) then
            local _,_,_,_,_,_,av = UnitBuffID("focus", 105284)
            local _,_,_,_,_,_,rt = UnitBuffID("focus", 61295)
            if av == nil then av = 0 end
            if rt == nil then rt = 0 end
            if isvalidhealtarget("focus") and av < 6 and rt < 6 then
                SilentCast(61295,"focus")
                return true
            end
        end
    when my buff are less then 6 secondes left pqr dont refresh the riptide ?
    (name, rank, icon, count, debuffType, duration, expirationTime)
    ah good point, i should be checking that someone else doesn't need a big heal before wasting a GCD refreshing on a tank, and i should also be checking the focus.

    so try this.


    Code:
    local _,lcd =  GetSpellCooldown(61295)
         
    if lcd == 0 and IsUsableSpell(61295) then
      if (member[lowest].health > ghwhealth ) then
        if UnitExists("focus") then
          local _,_,_,_,_,_,ah = UnitBuffID("focus")
          local _,_,_,_,_,_,rt = UnitBuffID("focus")
          if isvalidhealtarget("focus") and ah < 6 and rt < 6 then
            SilentCast(61295,"focus")
            return true
          end
        else
          for k,v in ipairs(tanks) do
            local _,_,_,_,_,_,ah = UnitBuffID(member[v].name, 105284)
            local _,_,_,_,_,_,rt = UnitBuffID(member[v].name, 61295)
            if ah == nil then ah = 0 end
            if rt == nil then rt = 0 end
            if isvalidhealtarget(member[v].name) and ah < 6 and rt < 6 then
              SilentCast(61295,member[v].name)
              return true
            end
          end
        end
      end  
      if rttarget == nil then rttarget = 0 end
      if member[rttarget].health < rthealth then
        if isvalidhealtarget(member[rttarget].name) then  
           SilentCast(61295,member[rttarget].name)
            return true
         end
      end
    end
    Shaman resto and elemental profiles for PQRotation can be downloaded from here - https://db.tt/g2pIFrBc
    Tradeskill profile (Jewelcrafting and disenchant) download here - https://db.tt/aPpOTKJH

  15. #10260
    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)
    Oh yeah i'm thinking that i could code in a way to save a bunch of players in your raid to a custom group by selecting them and then hittting a keybind, and then being able to switch between healing everyone in the raid and just these players. so you could set it to the tanks, or just your party or something for that hard mode boss where you do that. would people find this useful? i don't do hardmode stuff i'm pretty casual, and i can prettty much /follow afk and top the meters in lfr
    Shaman resto and elemental profiles for PQRotation can be downloaded from here - https://db.tt/g2pIFrBc
    Tradeskill profile (Jewelcrafting and disenchant) download here - https://db.tt/aPpOTKJH

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 03:18 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search