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

User Tag List

Page 204 of 731 FirstFirst ... 104154200201202203204205206207208254304704 ... LastLast
Results 3,046 to 3,060 of 10955
  1. #3046
    Duplicity's Avatar Contributor
    Reputation
    282
    Join Date
    Mar 2007
    Posts
    596
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason, sometimes it doesn't even work. It will randomly stop attacking. I have to turn it on and off a few times to get it to work.

    Using a the PVE Arms warrior profile.
    Last edited by Duplicity; 12-07-2011 at 09:08 AM.

    [BETA] PQRotation - an automated ability priority queue.
  2. #3047
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by byronm View Post
    I downloaded the updater, placed in my pqrotation folder... right clicked and ran as admin, asks me for permissions, says its out of date...then flashes up a box with classes and update all etc on...but it doesnt pause for me to click on anything there... and no profiles have been changed
    If its out of date, it will download a new version PQR-PU.rar to the same folder, u need to unrar it to have the new version.
    after that its working fine. and next time please use the apropriate thread for ur questions.

  3. #3048
    Kinky's Avatar Banned CoreCoins Purchaser
    Reputation
    481
    Join Date
    Nov 2008
    Posts
    500
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys and sorry for the extremly long delay on my updated profile!

    I ran into a car accident with my bicycle last week which left me hospitalized over the weekend.

    Anyhow, I'll be making some more thorough testing on heroic modes tonight/tomorrow just to check out differences and optimizations.
    So in the next profile update after testing out hardmodes, I'll try and label all the profiles a bit differently so you know exactly which profile to stick to depending on your gear level and other things.

    Shadow Priest profile - v4.1 - 4.3 Ready!

  4. #3049
    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 brutal View Post
    Need to change code from Assist tank to Assist focus
    any one that can do that for me ?
    since i have different dps that i wanna trick ....


    "if UnitCanAttack("player","target") and UnitIsDead("target") == nil and UnitHealth("target") > UnitHealthMax("player") and UnitName("target") ~= "Raider's Training Dummy" and UnitInRaid("player") == nil then

    local InParty = GetNumPartyMembers()
    if InParty > 0 then
    for i = 1, InParty, 1 do
    local member = "party"..tostring(i)
    if UnitGroupRolesAssigned(member) == "TANK" and UnitIsDead(member) == nil then
    if UnitThreatSituation(member,"target") ~= 3 and UnitInRange(member) then CastSpellByID(57934,member) end
    end
    end
    end

    end"
    I would make 2 new abilities first

    Name: Get Focus
    SpellID: 0
    Target: Mouseover
    Actions: /focus

    Code:
    if LeftAltKeyIsDown() then
         return true
    end
    I set this to use the left alt key for focusing but you can change it to any key you wish.

    for tricks use

    Name: TotT
    SpellID: 57934
    Target: Focus

    Code:
    local inRange = 0
    local unit = "focus"
    local needtrick = UnitBuffID("Focus", 57934)
    
    if UnitExists(unit) and UnitIsVisible(unit) then
       inRange = IsSpellInRange("Tricks of the Trade",unit)
    end
    
    if inRange==1 then
    	if needtrick ~= nil then
    		return true
    	end
    else
    	return false
    end
    Originally Posted by byronm View Post
    Hi, Not knowing anything about lua, how do i get a list unitbuffid and debuffid ... not the ones I have... just a list of the possibilities

    also... does the spell id change with spec or are they fixed... just I read that the id was an integer based on what spells you have in the spellbook... or is there a global list and the spellid will be the same regardless of class\spec

    eg shadow priest and holy priest would have the same spellid
    if you go to wowhead.com and look up a spell the last numbers at the address bar is the spell id. or grab the addon spelllist from curse.

  5. #3050
    snapple38's Avatar Member
    Reputation
    13
    Join Date
    Aug 2011
    Posts
    30
    Thanks G/R
    4/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GRB View Post
    Updated PQR-PU (PQR-PU (PQR-Profile Updater))

    Added my own feral pvp/arena druid profile there!
    Also cleaned up the code to be faster!


    GRB, I am not seeing the druid profile in there....I wanted to compare it to mine for the Tier 13 Stampede procs. Am I missing something?

  6. #3051
    GRB's Avatar Established Member CoreCoins Purchaser
    Reputation
    65
    Join Date
    Oct 2008
    Posts
    222
    Thanks G/R
    0/1
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by snapple38 View Post
    GRB, I am not seeing the druid profile in there....I wanted to compare it to mine for the Tier 13 Stampede procs. Am I missing something?
    Please for questions regarding PQR-PU, use the apropriate thread. This one is for PQR.

    Regarding your isse, select the druid class and click download the profile. it should download it for you on a druid.rar file.
    Apart note the druid profile is PVP/Arena. And dont have yet the set bonus from the new pvp gear. I just cleaned the code and added some checks to work in 4.3!

  7. #3052
    Sophronius69's Avatar Private
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone know if Diesal will be updating his frost dk profile for the new pqr?

  8. #3053
    expunge's Avatar Knight-Lieutenant
    Reputation
    17
    Join Date
    Nov 2011
    Posts
    226
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sophronius69 View Post
    Anyone know if Diesal will be updating his frost dk profile for the new pqr?
    What new PQR? Did I miss something?

  9. #3054
    Teryaki's Avatar Legendary Explorer CoreCoins Purchaser
    Reputation
    667
    Join Date
    Mar 2010
    Posts
    950
    Thanks G/R
    103/82
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HEy I had a quick question, I was doing the last deathwing fight with a fire mage profile and I was noticing that it was not attacking the tenticle. I have noticed that it does this on other mobs as well. Is there a way to fix it?

    ---------- Post added at 06:12 PM ---------- Previous post was at 05:54 PM ----------

    Originally Posted by sheuron View Post
    Ability editor > Warrior > xrnF > --- offensive spells --- > on the second line add the name of the boss you want to dps

    this is looks like:
    ...Ozumat", "Right Foot", "Left Foot" }

    Add mob name there, example:
    ...Ozumat", "Right Foot", "Left Foot", "evil boss" }
    I figured it out, thanks Sheuron!

  10. #3055
    Ragath's Avatar Private
    Reputation
    1
    Join Date
    Apr 2010
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it possible to send keys like F1 trough PQR? I'm not too good at making macro's. Ty beforehand.

  11. #3056
    Xaos's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I updated my Assassination Rogue profile. I ressolved issues with arm tenicle and wing tenicle. Notes were also changed.
    Holding left shift Will fan of knives.
    Left ctrl will turn backstab/garrote off.
    Added gloves.
    AssRogueProfile

  12. #3057
    lostwalker's Avatar Member
    Reputation
    2
    Join Date
    Sep 2008
    Posts
    103
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Crystal_Tech

    I have a question about your new warlock profiles.

    Demo.
    It will not cast morph unless I hit the key. Could morph be set like mage mirror image to pop only on bosses?
    Is there a way to set a multi-target dotting? Like how Spriests can dot their focus target?
    I can't multi-target adds due to it switching BoD to that target.
    Could BoD only be set to cast on bosses and BoA on adds?


    Thanks
    =)

  13. #3058
    Xaos's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    There is a problem with the assrogue profile removing gloves from rotation will fix it. I appologize for the faulty profile

  14. #3059
    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)
    hmm i'm havin an issue where spells are not being casted on focus targets anymore. example is I cast bane of doom on main target > then it casts bane of Agony on the same target not focus > then it loops to casting bane of doom > and so on and so on.

    Heres one change the meta code to this

    Code:
    local levelCheck = UnitLevel("target")
    
    if levelCheck == -1 or levelCheck == 87 or IsShiftKeyDown() then
    	return true
    end
    this will pop meta for demo spec at bosses and still give you the option to cast meta with the shift key.

  15. #3060
    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)
    Excuse me are there any checks for melee range.? and how does the code look like if so?

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 04:24 AM. 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