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

User Tag List

Page 603 of 731 FirstFirst ... 103503553599600601602603604605606607653703 ... LastLast
Results 9,031 to 9,045 of 10955
  1. #9031
    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)
    Originally Posted by Taran32 View Post
    @Everyone

    Sheuron posted that the SKIP UNKNOWN feature was somehow inverted, so if you're attempting to use some of the profiles for leveling and they aren't working, do this:

    1. Go into Ability Editor
    2. Look for the SKIP UNKNOWN feature of each ability in whatever profile you're testing
    3. Change TRUE to FALSE
    4. Hit Save
    5. Move onto next ability and rinse, repeat.

    After doing this, I was able to use Sheuron's Frost PVP profile in Lvl 70 BGs, which wouldn't work before. It works flawlessly. It should work for other profiles as well, as Xelper accidentally inverted the feature. Try it out.

    I will have a fix for this released tomorrow. I already have the change made but haven't had a chance to test it yet.

    [BETA] PQRotation - an automated ability priority queue.
  2. #9032
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by imdasandman View Post
    sorry but I highly doubt you are ranking top 25 in HM DS fights.... your ilvl simply isnt high enough and i know that to be one of the top 50 players in the world for frost dk this rotation will get you those numbers but only if you have Bis in every slot as alot of guilds are 8/8hm for awhile now and is on farm.
    I PM'd you my world of logs and my armory, I've never ranked with the old masterfrost profiles, only babatos'.

  3. #9033
    Lofty's Avatar Banned
    Reputation
    37
    Join Date
    Feb 2008
    Posts
    74
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Holy crap!

    So farming DS heroic was getting abit boring so i decided to take a little break from WoW (Now starting to play again)

    Come back here and see PQR has had a super sexy update

    Going to dust of my holy pally and give bu_ba's holy pally profile a try. We should get 8/8hc in one night, so can give it plenty of testing

  4. #9034
    saga3180's Avatar Knight-Lieutenant
    Reputation
    6
    Join Date
    Sep 2011
    Posts
    240
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lofty View Post
    Holy crap!

    So farming DS heroic was getting abit boring so i decided to take a little break from WoW (Now starting to play again)

    Come back here and see PQR has had a super sexy update

    Going to dust of my holy pally and give bu_ba's holy pally profile a try. We should get 8/8hc in one night, so can give it plenty of testing
    I would love too see your profiles again!

  5. #9035
    Kinkeh's Avatar Established Member
    Reputation
    243
    Join Date
    Jan 2012
    Posts
    450
    Thanks G/R
    0/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lofty View Post
    Holy crap!

    So farming DS heroic was getting abit boring so i decided to take a little break from WoW (Now starting to play again)

    Come back here and see PQR has had a super sexy update

    Going to dust of my holy pally and give bu_ba's holy pally profile a try. We should get 8/8hc in one night, so can give it plenty of testing
    His profile is pretty good :P I've been using it in LFR, haven't tried any normal or heroic yet though, too low of an ilvl.

    EDIT: Also Xelper, PTR 15531 has been released.
    Last edited by Kinkeh; 04-04-2012 at 01:30 AM.

  6. #9036
    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)
    BTW guys,did you know that you can use TinyDPS addon on beta via PQR?..

    Just copy addon folder to beta's interface folder and copy TinyDPS.lua to PQR Data folder with PQR_ prefix.

    Same for all other addons that doesn't use external libs (:
    MEDVED+VODKA+BALALAYKA

  7. #9037
    diesall's Avatar Contributor
    Reputation
    199
    Join Date
    Jul 2011
    Posts
    212
    Thanks G/R
    1/48
    Trade Feedback
    0 (0%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bgr View Post
    Xelper, could you please help me, pretty please? I'm using 32bit wow and essentially it won't detect that I'm in game. I have updated offsets, yes I'm on a retail server, yes I'm in game. If you have skype I can stream to you. I have tried running it as admin without antivirus software and allowed everything through my firewall. This is driving me nuts.
    the only thing i can think of, off the top of my head is you have taint logging active, you may have it enabled by accident, this will block pqr from injecting.

  8. #9038
    FrostDKsFTW's Avatar Sergeant Major
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    169
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sheuron View Post
    A piece of code i done to manage totems being resto shaman

    What this does?
    + Choose the right totem depending of group setup
    + Allow you manual place totems before join fight or do it automatically for you if already in combat
    + Remove totems auto casted before upon leaving combat

    Ability name: Call of the Elements
    Spell ID: 0
    Code:
    if UnitAffectingCombat("player") then
    
      local _,fire = GetTotemInfo(1) 
      local fireid = ( not UnitBuffID("player",61316) and not UnitBuffID("player",1459) ) and 8227 or 3599 
      local _,earth = GetTotemInfo(2) 
      local earthid = not UnitBuffID("player", 465) and 8071 or 8075 
      local _,water = GetTotemInfo(3) 
      local waterid = ( not UnitBuffID("player", 19740) and not UnitBuffID("player", 54424) ) and 5675 or 5394
      local _,air = GetTotemInfo(4) 
      local airid = ( not UnitBuffID("player", 53290) and not UnitBuffID("player", 55610) and ( UnitBuffID("player", 49868) or UnitBuffID("player", 24907) ) ) and 8512 or 3738 
    
      if fire == "" and earth == "" and water == "" and air == "" 
      then 
        SetMultiCastSpell(133,fireid)
        SetMultiCastSpell(134,earthid)
        SetMultiCastSpell(135,waterid)
        SetMultiCastSpell(136,airid)
        CastSpellByID(66842) 
        SmartTotems = true
        return true 
      end
    
      if fire == "" then SetMultiCastSpell(133,fireid) CastSpellByID(fireid) SmartTotems = true return true end
      if earth == "" then SetMultiCastSpell(134,earthid) CastSpellByID(earthid) SmartTotems = true return true end
      if water == "" then SetMultiCastSpell(135,waterid) CastSpellByID(waterid) SmartTotems = true return true end
      if air == "" then SetMultiCastSpell(136,airid) CastSpellByID(airid) SmartTotems = true return true end
      
    end
    Ability name: Totemic Recall
    Spell ID: 39936
    Code:
    local _,fire = GetTotemInfo(1)
    local _,earth = GetTotemInfo(2)
    local _,water = GetTotemInfo(3)
    local _,air = GetTotemInfo(4)
    
    
    if SmartTotems and not UnitAffectingCombat("player") 
    and fire ~= "Fire Elemental Totem" 
    and earth ~= "Earth Elemental Totem" 
    and water ~= "Mana Tide Totem" 
    and ( fire ~= "" or earth ~= "" or water ~= "" or air ~= "" ) 
    then 
      SmartTotems = false
      return true 
    end
    You're working on a resto shaman profile? :O I LOVE YOU!!

  9. #9039
    Goopster's Avatar Member
    Reputation
    1
    Join Date
    Nov 2010
    Posts
    25
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can anyone make a Offset for the Public test realm version 4.3.4 (15531)? so i can use it on ptr?

  10. #9040
    Unasrage's Avatar Member
    Reputation
    6
    Join Date
    Oct 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys have u noticed that IT'S OVER 9000 posts!!! hihihi sorry just had to do it xD

  11. #9041
    bgr's Avatar Sergeant
    Reputation
    9
    Join Date
    Apr 2012
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thank you DIESALL!!!!!!!!! Totally fixed my issue!!!!!!!! Will +rep!!!!!!!

  12. #9042
    dariusz's Avatar Member
    Reputation
    1
    Join Date
    Mar 2012
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    big thanks to the author and all the profile coders

  13. #9043
    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)
    Originally Posted by Valma View Post
    BTW guys,did you know that you can use TinyDPS addon on beta via PQR?..

    Just copy addon folder to beta's interface folder and copy TinyDPS.lua to PQR Data folder with PQR_ prefix.

    Same for all other addons that doesn't use external libs (:
    Nice, yeah just need to keep an eye out for any addons that use the PLAYER_LOGON event to initialize things. If they do you will need to move their initialize code elsewhere (usually putting it at the bottom of the Lua file gets the job down)

  14. #9044
    Kaolla's Avatar Contributor
    Authenticator enabled
    Reputation
    126
    Join Date
    Apr 2007
    Posts
    341
    Thanks G/R
    2/2
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Version 2.2 of my Unholy DK PvP Profile has been uploaded to my Google Code page, and should also update correctly via PQR.
    (http://kaolla-pqr-profiles.googlecod...%20-%202.2.rar)

    The changes I've made are pretty numerous, so I'll document them in a few hours, but be aware of the biggest one: Left Control no longer Strangulates your target.

    The Strangulate (Focus) macro I included in my post should Strangulate your target if you do not have a focus, which obviates the need for Strangulate on a modifier key.

    Instead, at the suggestion of Shortround8, I've included a 'Kill Function', which is toggled on and off by tapping your Left Control Key (Essentially uses Sheuron's Chakra-switching code. Rep him!)

    Whether it is Enabled or Disabled will print to your chat window.

    While 'Kill Function' is enabled, PQR will automatically:

    Cast Unholy Frenzy (on yourself, assuming you have more than 40% HP)
    Chain Trinkets/Synapse Springs
    Summon Gargoyle
    Prioritize Outbreak as a means of reapplying diseases
    Cast Empower Rune Weapon when 5 or 6 of your runes are on cooldown, and at least 3 of them are Death Runes (Largely taken from Mentally/Bubba's Blood DK profile. Rep them!)
    Strangulate your Focus, Target or Arena1-5 if they cast more than 25% of a spell.

    I'm still playing around with this function, so expect updates when I can test it more extensively, but it seems to work great when I need to bring the house down.

    Don't forget to toggle it off after ~30 seconds, or it will continue to use these abilities as they come off cooldown, somewhat diluting the effect. Similarly, don't forget to use it at all, or else you'll look somewhat bad

    Also note that the 0/7/34 (or 0/8/33) build now uses Necrotic Strike at all times, unless the target's health falls below 35% (in which case it will Scourge Strike their face off).

    I'm certain I've missed a few things here, but I'll update the post linked in my signature soon with a full description of the changes.

    As always, I truly appreciate getting bug reports, suggestions, or feedback about the performance of this profile
    Last edited by Kaolla; 04-04-2012 at 09:06 AM.

  15. #9045
    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)
    O....M.....G trying to make a profile that heals both Retail and Beta is annoying lol

    it's destroying my neat profile!!!! however I have almost all of the Holy Pally bugs written out of the Beta side. Will have to test Retail side before releasing though

    *edit*

    scratch that.... reverting Pally back to original state off SVN and just making a pure Beta Profile to help debug issues haha

    replaced most of the normal party/raid checks which this little bit of code and that SEEMED to work, but now i'm getting compare to nil errors so who knows

    Code:
      if IsInGroup then
      	if IsInGroup() then
      		local group = "party"
      		local members = GetNumGroupMembers()
      	elseif IsInRaid() then
      		local group = "raid"
      		local members = GetNumGroupMembers()
      	end
      else
      	local group = "party"
      	if GetNumRaidMembers() > 0 then
      		local members = GetNumRaidMembers()
      		group = "raid"
      	else
      		local members = GetNumPartyMembers()
      	end
      end
    and Primary Talent Tree quick fix

    Code:
    if GetSpecialization then
    	PQR_SavedSpec = GetSpecialization()
    elseif GetPrimaryTalentTree then
    	PQR_SavedSpec = GetPrimaryTalentTree()
    end
    *edit*

    Woot Woot, got Auto Targeting and everything else working on a Bet-Only profile... would people want me to release that? or try to interweave them like I wanted to?
    Last edited by bu_ba_911; 04-04-2012 at 09:29 AM.
    ^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 09: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