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

Shout-Out

User Tag List

Page 213 of 731 FirstFirst ... 113163209210211212213214215216217263313713 ... LastLast
Results 3,181 to 3,195 of 10955
  1. #3181
    lostinthewoodslol's Avatar Active Member The Coinmaster CoreCoins Purchaser
    Reputation
    74
    Join Date
    Aug 2011
    Posts
    222
    Thanks G/R
    12/6
    Trade Feedback
    15 (100%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by frII View Post
    Does the PRQ working right now?Cause i cant activate the rotation mode.It's attaches succsesfully but when I'm presst alt+x/alt+v nothing happends.
    UPD.
    False alarm,everything is fine.
    how did u fix it?

    [BETA] PQRotation - an automated ability priority queue.
  2. #3182
    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 leetspeaker View Post
    Thank you for helping, but dont work properly, it seems that mistake or some defect is somewere here
    Code:
     if UnitGroupRolesAssigned(member) == "TANK" and UnitIsDead(member) == nil then
          if UnitInRange(member) and UnitBuffID("member", 974) == nil then
    cause earthshield is casting one by one, even if it buffed already.
    well if you don't mind having a focus, set a focus to the tank and try this just want to see if its the problem.

    Code:
    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 UnitInRange(member) and UnitBuffID("focus", 974) == nil then
    		CastSpellByID(974,member)
    	  else
    		return false
    	  end
        end
      end
    end

  3. #3183
    leetspeaker's Avatar Member
    Reputation
    3
    Join Date
    Feb 2009
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    well if you don't mind having a focus, set a focus to the tank and try this just want to see if its the problem.

    Code:
    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 UnitInRange(member) and UnitBuffID("focus", 974) == nil then
    		CastSpellByID(974,member)
    	  else
    		return false
    	  end
        end
      end
    end
    lol, with focus it works fine, it is so strange though, thank you very much for spending your time for me

  4. #3184
    luckysurfcs's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey all, i have a massive problem with the Affliction lock profile. It seems to cast bane of agony and bane of doom one after another continuously so i end up with nub dps. Has anyone else had this problem or knows a fix?

  5. #3185
    SpyroPT's Avatar Active Member
    Reputation
    15
    Join Date
    Aug 2011
    Posts
    121
    Thanks G/R
    3/7
    Trade Feedback
    8 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @bu_ba_911 why dont you simple do hotkeys for light of dawn + holy radiance? That would be the best option.

  6. #3186
    Cowfoot's Avatar Private
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @luckysurfcs go to Profile and Rotation Editor, by hitting the Profile and Rotation Editor button, Choose warlock at class, and Crystaltech at profile choose Affliction: Single Target, Click Bane og Agony in the Current Abilities, and click the button at bottom with an arrow pointing left. That will fix it.

    ---------- Post added at 02:15 PM ---------- Previous post was at 02:13 PM ----------

    Anybody able or up for the challange to make a profile for balance druids.
    Have been trying a bit myself, but have troubles with between Eclipse state...

    Anybody have a working balance profile? or got one in the work?

  7. #3187
    bape's Avatar Member
    Reputation
    7
    Join Date
    Jun 2007
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    doesn't seem to target mana voids for fury warrior or warlock any version

  8. #3188
    holyshilidin's Avatar Private
    Reputation
    1
    Join Date
    Jul 2011
    Posts
    10
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this at all inject anything? as in detectable by warden or blizz at all? or safe to use?

  9. #3189
    luckysurfcs's Avatar Member
    Reputation
    2
    Join Date
    Apr 2010
    Posts
    85
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cowfoot View Post
    @luckysurfcs go to Profile and Rotation Editor, by hitting the Profile and Rotation Editor button, Choose warlock at class, and Crystaltech at profile choose Affliction: Single Target, Click Bane og Agony in the Current Abilities, and click the button at bottom with an arrow pointing left. That will fix it.

    ---------- Post added at 02:15 PM ---------- Previous post was at 02:13 PM ----------

    Anybody able or up for the challange to make a profile for balance druids.
    Have been trying a bit myself, but have troubles with between Eclipse state...

    Anybody have a working balance profile? or got one in the work?
    Thanks Cowfoot!, all sorted
    +Rep.

    I also backup your request for a balance profile.
    I can imagine that the eclipse transitions are a bitch to programme, would be awesome if someone could conquer it!

    Thanks again.

    -Ls

  10. #3190
    Cowfoot's Avatar Private
    Reputation
    4
    Join Date
    Dec 2011
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    If anyone can conquer the eclipse transitions, i'll be able to complete the profile im working on, it's the main thing that troubles me..
    Goddamn you eclipse transition...

  11. #3191
    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)
    ah the cast agony then bane then agony then bane problem. yea I'm working that its a pain in the ass. workaround is to remove agony until i get it fixed again. Problem is it only suppose to cast on a focus then do a swap but its not liking focus target atm.

    ---------- Post added at 08:56 PM ---------- Previous post was at 07:08 PM ----------

    Originally Posted by bape View Post
    doesn't seem to target mana voids for fury warrior or warlock any version
    I don't have auto targeting in my warlock code. you have to target it.

  12. #3192
    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)
    Im working on a Frost DK PvP rotation, testing and comment from experienced pvp players are welcome.

    Hold LEFT SHIFT use Death Grip
    Hold LEFT ALT ll pause the rotation. If you make a keybind using ALT by example bind Icebound Fortitude to ALT+Q will be possible to cast it.

    xerondk141211PQRProfiles.zip

    ---------- Post added at 11:15 PM ---------- Previous post was at 11:13 PM ----------

    Originally Posted by bape View Post
    doesn't seem to target mana voids for fury warrior or warlock any version
    There is a updated warrior profile few pages ago

  13. #3193
    v3ntrix's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    33
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by crystal_tech View Post
    heres an update to my hunter profiles

    http://www.chromiumcomputers.com/fil...r_Profiles.zip
    Thanks Crystal

    Does your SV profile handle L'n'L procs for explosive shot? ie puts a delay between shots 2 and 3?

  14. #3194
    Zemnexx's Avatar Active Member CoreCoins Purchaser
    Reputation
    31
    Join Date
    Aug 2011
    Posts
    141
    Thanks G/R
    1/0
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, it's been quite a while since I have checked in on this forum. I have been on a hiatus from WoW for a while now. I'm getting back into it again but I am so far behind on the new features of this program and the changes to the game that I am probably not gonna get back into profile making any time soon. If you guys want, I will upload what I do have coded and what I was working on just to use as a resource and see what ideas I had. They are all PVP or arena based.

  15. #3195
    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 v3ntrix View Post
    Thanks Crystal

    Does your SV profile handle L'n'L procs for explosive shot? ie puts a delay between shots 2 and 3?
    yes it does. to do this I've just delayed the shot from being casted by 1300ms I tried a 2000ms or 2sec delay but lost dps. with 1300 its just right for me.

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 06:42 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