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

Shout-Out

User Tag List

Page 411 of 731 FirstFirst ... 311361407408409410411412413414415461511 ... LastLast
Results 6,151 to 6,165 of 10955
  1. #6151
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lofty View Post
    The druid profile by Ash that im using heals alot better than that. HB just aint fast enough at making calculations
    Sadly not from my experience it might just be my gear or i'm not using the most up to date ash, either way it was just a suggestion i put out there druid isn't my main concern anyway =P
    But it would be a hell of a thing with a single profile having that much versatility being released on PQR.
    Since it does every spec in a any situation.

    [BETA] PQRotation - an automated ability priority queue.
  2. #6152
    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)
    Originally Posted by travis2861 View Post
    Sadly not from my experience it might just be my gear or i'm not using the most up to date ash, either way it was just a suggestion i put out there druid isn't my main concern anyway =P
    But it would be a hell of a thing with a single profile having that much versatility being released on PQR.
    Since it does every spec in a any situation.
    You do know you need to do stuff like set tank as focus (for 3 stacks) and there are modifiers for certain things

  3. #6153
    travis2861's Avatar Contributor
    Reputation
    99
    Join Date
    Aug 2007
    Posts
    227
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Lofty View Post
    You do know you need to do stuff like set tank as focus (for 3 stacks) and there are modifiers for certain things
    Yes i do know this, i used hit profile for a while when i wanted to gear my druid, just in my opinion hazz healed better for me that all i was sayin.

  4. #6154
    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 FrostDKsFTW View Post
    Thanks for the update sheuron!! I'm looking forward to trying out the new polymorph in arena. Can you explain the pressure function? I imagine it pops cooldowns and so on? Havn't had a chance to look at the code yet.
    Same question about the pressure function.
    What is this?

  5. #6155
    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)
    It's so you don't waste dots etc if mob is about to die so it checks people in raid plus your hp to decide when to stop casting dots for example.

  6. #6156
    Ninjaderp's Avatar Banned
    Reputation
    199
    Join Date
    Dec 2010
    Posts
    1,847
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To all profile-coders for classes with battle-resses

    Is there any way to implement an autobattleress for classes with combatress-ability?
    In other words it autobattleresses tank/healer in that order when someone of them dies. I read on it in a HB-forumthread over here:
    CLU (Codified Likeness Utility) - Page 4

  7. #6157
    mrleo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys i just DL PQR and when i opened it it opens a little window where it says only "select process" but i can only select the "edit mode (no bot functionality)"... i select it and it brings me to the rotation editor and stuff but it does not let me select any rotation to put in "rotation 1" for example.. i click on rotation one (i have the profiles for my class) but its blank and doesnt let me select anything.... any help?

  8. #6158
    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)
    Originally Posted by Ninjaderp View Post
    To all profile-coders for classes with battle-resses

    Is there any way to implement an autobattleress for classes with combatress-ability?
    In other words it autobattleresses tank/healer in that order when someone of them dies. I read on it in a HB-forumthread over here:
    CLU (Codified Likeness Utility) - Page 4
    Code:
    if GetNumRaidMembers() > 0 then
    	local members = GetNumRaidMembers()
    	for i = 1, members, 1 do
    		local member = 'raid' .. tostring(i)
    		if UnitIsDeadOrGhost(member) and UnitGroupRolesAssigned(member) == 'TANK' or UnitGroupRolesAssigned(member) == 'HEALER' then
    			PQR_CustomTarget = member
    			return true
    		end
    	end
    end
    BTW Test my new profile folks!It is multiprofile now,so it autoswitch rotations for destro and affli,demo is coming soon.
    Last edited by Valma; 02-20-2012 at 07:19 AM.
    MEDVED+VODKA+BALALAYKA

  9. #6159
    Nordlicht's Avatar Member
    Reputation
    1
    Join Date
    Jan 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    mrleo, maybe you use 64bit WoW client? PQR doesn't support it. It works only with 32 bit Wow client.

  10. #6160
    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)
    Thanks Valma going to test on my lowbie affli lock

  11. #6161
    mrleo's Avatar Member
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    guys where do find all the spells ID to make my own profile?

  12. #6162
    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)
    Originally Posted by mrleo View Post
    guys where do find all the spells ID to make my own profile?
    Search this thread for word "spell id site"
    MEDVED+VODKA+BALALAYKA

  13. #6163
    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)
    Originally Posted by mrleo View Post
    guys where do find all the spells ID to make my own profile?
    idTip : Buff, Debuff, Spell : World of Warcraft AddOns

  14. #6164
    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)
    *sheuron pls can u explain me what is Pressure function
    and i have check your frost mage pvp profile and i have see that in poly spell there arent the polyfunction right?
    and can u implement in the spellsteal the % of mana for use that?
    Last edited by happydado; 02-20-2012 at 08:28 AM.

  15. #6165
    bobo's Avatar Member
    Reputation
    3
    Join Date
    Oct 2006
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    sheuron how do I use the herb gather? I created an ability named herb, set spell id to 0 and copy pasted the code from your text included in your profiles pack. Added the new ability to a rotation and started it. Swim near herbs in Vash'jir and it just sits there. Never tries to herb them.

    *edit - Nevermind I figured it out. Forgot to set it to combat not required
    Last edited by bobo; 02-20-2012 at 08:30 AM.

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 05:56 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