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

User Tag List

Page 419 of 731 FirstFirst ... 319369415416417418419420421422423469519 ... LastLast
Results 6,271 to 6,285 of 10955
  1. #6271
    Gizmobeard's Avatar Private
    Reputation
    1
    Join Date
    Feb 2012
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vorn10 View Post
    For "change to DS" in this example are "Vicious Gladiator's Hacker" change it to ur own weapon and "Vicious Gladiator's Shield Wall" change to ur own shield.
    Code:
    RunMacroText("/equip Vicious Gladiator's Hacker")
    RunMacroText("/equip Vicious Gladiator's Shield Wall")
    For "change to BS "Ruthless Gladiator's Bonegrinder" change to ur own weapon.
    Code:
    RunMacroText("/equip Ruthless Gladiator's Bonegrinder")
    Take names of items exactly as said before "It must be an exact Match. Case, Punctuation and Spelling.". So mouseover item and retype into PQR from WoW tooltip. Rename red marked names.

    Thanks for the answer but I am still having a problem. Let me explain. I have made the changes replacing code that was not the exact names of items with text that is the exact names of items. I have checked double, tripple and yes I checked 4 times. I have placed the right weapon types and shield types in the correct places but the profile does not switch stances and change weapons at all at any point during 6 different BGs.

    I am highly suspect of the idea that I have to put the exact name in because no where in any of the code is anything written that way. This is the way the code appeared before I chanded it.

    RunMacroText(&quot;/equip Ruthless Gladiator&apos;s Bonegrinder&quot return true end</Lua><RecastDelay>500</RecastDelay><Target>Player</Target></Ability>-<Ability><Name>PvP Arms: Change to DS</Name><Default>false</Default><SpellID>71</SpellID><Actions/><Lua>local DS = GetShapeshiftForm() local Disarm = UnitDebuffID(&quot;target&quot;, 676) local Spell,_,_,_,_,_,_,_,_ = UnitCastingInfo(&quot;target&quot local CD = GetSpellCooldown(23920) local AW = UnitBuffID(&quot;target&quot;, 31884) local UF = UnitBuffID(&quot;target&quot;, 49016) local B = UnitBuffID(&quot;target&quot;, 18499) local BL = UnitBuffID(&quot;target&quot;, 2825) local H = UnitBuffID(&quot;target&quot;, 32182) local SD = UnitBuffID(&quot;target&quot;, 51713) local PoF = UnitBuffID(&quot;target&quot;, 51271) local BF1 = UnitBuffID(&quot;target&quot;, 33702) local BF2 = UnitBuffID(&quot;target&quot;, 20572) local BF3 = UnitBuffID(&quot;target&quot;, 33697) local CoV = UnitBuffID(&quot;target&quot;, 99740) local R = UnitBuffID(&quot;target&quot;, 1719) local BS = UnitBuffID(&quot;target&quot;, 46924) local IV = UnitBuffID(&quot;target&quot;, 12472) if AW ~= nil or UF ~= nil or B ~= nil or BL ~= nil or H ~= nil or SD ~= nil or PoF ~= nil or BF1 ~= nil or BF2 ~= nil or BF3~= nil or CoV ~= nil or R ~= nil or BS ~= nil or IV ~= nil then if DS ~= 2 and Disarm == nil then return true end end if Spell == (&quot;Arcane Blast&quot or Spell == (&quot;Cyclone&quot or Spell == (&quot;Mind Control&quot or Spell == (&quot;Polymorph&quot or Spell == (&quot;Lava Burst&quot or Spell == (&quot;Entangling Roots&quot or Spell == (&quot;Hex&quot then if DS ~= 2 and CD == 0 then RunMacroText(&quot;/equip Vicious Gladiator&apos;s Hacker&quot RunMacroText(&quot;/equip Vicious Gladiator&apos;s Shield Wall&quot return true end end</Lua>


    this is what it looks like after the change.

    RunMacroText("/equip Ruthless Gladiator's Bonegrinder") return true end</Lua><RecastDelay>500</RecastDelay><Target>Player</Target></Ability>-<Ability><Name>PvP Arms: Change to DS</Name><Default>false</Default><SpellID>71</SpellID><Actions/><Lua>local DS = GetShapeshiftForm() local Disarm = UnitDebuffID(&quot;target&quot;, 676) local Spell,_,_,_,_,_,_,_,_ = UnitCastingInfo(&quot;target&quot local CD = GetSpellCooldown(23920) local AW = UnitBuffID(&quot;target&quot;, 31884) local UF = UnitBuffID(&quot;target&quot;, 49016) local B = UnitBuffID(&quot;target&quot;, 18499) local BL = UnitBuffID(&quot;target&quot;, 2825) local H = UnitBuffID(&quot;target&quot;, 32182) local SD = UnitBuffID(&quot;target&quot;, 51713) local PoF = UnitBuffID(&quot;target&quot;, 51271) local BF1 = UnitBuffID(&quot;target&quot;, 33702) local BF2 = UnitBuffID(&quot;target&quot;, 20572) local BF3 = UnitBuffID(&quot;target&quot;, 33697) local CoV = UnitBuffID(&quot;target&quot;, 99740) local R = UnitBuffID(&quot;target&quot;, 1719) local BS = UnitBuffID(&quot;target&quot;, 46924) local IV = UnitBuffID(&quot;target&quot;, 12472) if AW ~= nil or UF ~= nil or B ~= nil or BL ~= nil or H ~= nil or SD ~= nil or PoF ~= nil or BF1 ~= nil or BF2 ~= nil or BF3~= nil or CoV ~= nil or R ~= nil or BS ~= nil or IV ~= nil then if DS ~= 2 and Disarm == nil then return true end end if Spell == (&quot;Arcane Blast&quot or Spell == (&quot;Cyclone&quot or Spell == (&quot;Mind Control&quot or Spell == (&quot;Polymorph&quot or Spell == (&quot;Lava Burst&quot or Spell == (&quot;Entangling Roots&quot or Spell == (&quot;Hex&quot then if DS ~= 2 and CD == 0 then RunMacroText("/equip Gavel of Paroth'arn") RunMacroText("/equip Ruthless Gladiator's Shield Wall") return true end end</Lua><RecastDelay>500</RecastDelay>


    Notice how in the first example it seems to be missing the closing ")" but I assume that is the way it is supposed to. I am having a problem understanding the whole "&quot;""&apos;s""&quot" and how it is possible that changing those out for exact spelling of words minus all the weird stuff is supposed to work.

    [BETA] PQRotation - an automated ability priority queue.
  2. #6272
    firepong's Avatar Elite User
    Reputation
    384
    Join Date
    Jan 2008
    Posts
    955
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Gizmobeard View Post
    Thanks for the answer but I am still having a problem. Let me explain. I have made the changes replacing code that was not the exact names of items with text that is the exact names of items. I have checked double, tripple and yes I checked 4 times. I have placed the right weapon types and shield types in the correct places but the profile does not switch stances and change weapons at all at any point during 6 different BGs.

    I am highly suspect of the idea that I have to put the exact name in because no where in any of the code is anything written that way. This is the way the code appeared before I chanded it.

    RunMacroText("/equip Ruthless Gladiator's Bonegrinder" return true end</Lua><RecastDelay>500</RecastDelay><Target>Player</Target></Ability>-<Ability><Name>PvP Arms: Change to DS</Name><Default>false</Default><SpellID>71</SpellID><Actions/><Lua>local DS = GetShapeshiftForm() local Disarm = UnitDebuffID("target", 676) local Spell,_,_,_,_,_,_,_,_ = UnitCastingInfo("target" local CD = GetSpellCooldown(23920) local AW = UnitBuffID("target", 31884) local UF = UnitBuffID("target", 49016) local B = UnitBuffID("target", 18499) local BL = UnitBuffID("target", 2825) local H = UnitBuffID("target", 32182) local SD = UnitBuffID("target", 51713) local PoF = UnitBuffID("target", 51271) local BF1 = UnitBuffID("target", 33702) local BF2 = UnitBuffID("target", 20572) local BF3 = UnitBuffID("target", 33697) local CoV = UnitBuffID("target", 99740) local R = UnitBuffID("target", 1719) local BS = UnitBuffID("target", 46924) local IV = UnitBuffID("target", 12472) if AW ~= nil or UF ~= nil or B ~= nil or BL ~= nil or H ~= nil or SD ~= nil or PoF ~= nil or BF1 ~= nil or BF2 ~= nil or BF3~= nil or CoV ~= nil or R ~= nil or BS ~= nil or IV ~= nil then if DS ~= 2 and Disarm == nil then return true end end if Spell == ("Arcane Blast" or Spell == ("Cyclone" or Spell == ("Mind Control" or Spell == ("Polymorph" or Spell == ("Lava Burst" or Spell == ("Entangling Roots" or Spell == ("Hex" then if DS ~= 2 and CD == 0 then RunMacroText("/equip Vicious Gladiator's Hacker" RunMacroText("/equip Vicious Gladiator's Shield Wall" return true end end</Lua>


    this is what it looks like after the change.

    RunMacroText("/equip Ruthless Gladiator's Bonegrinder") return true end</Lua><RecastDelay>500</RecastDelay><Target>Player</Target></Ability>-<Ability><Name>PvP Arms: Change to DS</Name><Default>false</Default><SpellID>71</SpellID><Actions/><Lua>local DS = GetShapeshiftForm() local Disarm = UnitDebuffID("target", 676) local Spell,_,_,_,_,_,_,_,_ = UnitCastingInfo("target") local CD = GetSpellCooldown(23920) local AW = UnitBuffID("target", 31884) local UF = UnitBuffID("target", 49016) local B = UnitBuffID("target", 18499) local BL = UnitBuffID("target", 2825) local H = UnitBuffID("target", 32182) local SD = UnitBuffID("target", 51713) local PoF = UnitBuffID("target", 51271) local BF1 = UnitBuffID("target", 33702) local BF2 = UnitBuffID("target", 20572) local BF3 = UnitBuffID("target", 33697) local CoV = UnitBuffID("target", 99740) local R = UnitBuffID("target", 1719) local BS = UnitBuffID("target", 46924) local IV = UnitBuffID("target", 12472) if AW ~= nil or UF ~= nil or B ~= nil or BL ~= nil or H ~= nil or SD ~= nil or PoF ~= nil or BF1 ~= nil or BF2 ~= nil or BF3~= nil or CoV ~= nil or R ~= nil or BS ~= nil or IV ~= nil then if DS ~= 2 and Disarm == nil then return true end end if Spell == ("Arcane Blast") or Spell == ("Cyclone") or Spell == ("Mind Control") or Spell == ("Polymorph") or Spell == ("Lava Burst") or Spell == ("Entangling Roots") or Spell == ("Hex") then if DS ~= 2 and CD == 0 then RunMacroText("/equip Gavel of Paroth'arn") RunMacroText("/equip Ruthless Gladiator's Shield Wall") return true end end</Lua><RecastDelay>500</RecastDelay>


    Notice how in the first example it seems to be missing the closing ")" but I assume that is the way it is supposed to. I am having a problem understanding the whole """"'s"""" and how it is possible that changing those out for exact spelling of words minus all the weird stuff is supposed to work.

    It's best to actually go through the PQRotation prgram to change all of that. Just go to ability editor, warrior in the first drop down, then select the profile you are using. THEN, select the abilities your suppose to change for your weapons.

  3. #6273
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by abndrew82 View Post
    I hope to give the Boss TG a good test tomorrow, should be doing 10m DS and if not will be hitting LFR. Just downloaded it, had been using XMF Fury Warrior stuff. But going to try yours out to see how the DPS compares.
    I'll actually be releasing and update for TG and SMF either tonight or tomorrow.

  4. #6274
    Meatglue's Avatar Active Member
    Reputation
    16
    Join Date
    Aug 2011
    Posts
    248
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    If anyone is interested in an updated ret and holy pvp profile, then post me now some suggestions. Cause i will upload my fixed profile tomorrow
    Been talking to Bubba about both of your profiles. Seem to have similar problems with it wanting to stop casting on self or party members at random times. I don't know if you have experienced that or not.
    Last edited by Meatglue; 02-21-2012 at 11:09 PM.

  5. #6275
    Gentoo's Avatar Active Member
    Reputation
    24
    Join Date
    Jun 2008
    Posts
    130
    Thanks G/R
    27/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When i stat PQR, it don't see WoW at all. Cannot select it to attach to, read through about 20 of the 400+ pages trying to find someone posting of the same problem. 1st time i've tried this program, is it something simple i missed to get it to see WoW running?

    /edit... Offset files were corrupted during download, reinstalled see's them now.

    Carry on..
    Last edited by Gentoo; 02-21-2012 at 11:21 PM.

  6. #6276
    irri's Avatar Corporal
    Reputation
    1
    Join Date
    Oct 2011
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    I have no idea what would cause a dps loss with my most recent changes. The 2 fixes I added were using overpower during deadly calm as long as you'd be rage capped again before it expired, which is a dps increase. And it will no longer use heroic strike if it puts you low enough that you're rage starved for MS, which is also a dps increase. I didn't touch anything else and all I can really think of is that it was just bad rng. I'll keep looking into it thought. If you're using gurth that could explain it. My dps range is all over the place on ultraxion. It's been as high as 50k and as low as 40k
    If u use Gurthalak - look tentacle proc, coz it's very random: sometimes 5% sometimes 10% or more.

    P.S. Good work, Boss.

  7. #6277
    barandeniz's Avatar Member
    Reputation
    4
    Join Date
    Nov 2006
    Posts
    133
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by cokx View Post
    If anyone is interested in an updated ret and holy pvp profile, then post me now some suggestions. Cause i will upload my fixed profile tomorrow
    I would love to see most recent Holy Paladin Arena profile. Just wondering that is it possbile to prevent dispelling when some specific spells on the dispell target like UA or VT ? it makes you impossible to heal when there is lock or SP or both of them ?

    Btw if you have time to improve it these days i can give more feedback for you??
    Last edited by barandeniz; 02-22-2012 at 12:29 AM.

  8. #6278
    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)
    is that not possible in mine?
    ^0^Team Nova's PQR NCC ^0^

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

  9. #6279
    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 cokx View Post
    If anyone is interested in an updated ret and holy pvp profile, then post me now some suggestions. Cause i will upload my fixed profile tomorrow
    Hoping it works with 2pc /4pc?

  10. #6280
    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)
    why would you be wearing pve gear in pvp and arena?
    ^0^Team Nova's PQR NCC ^0^

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

  11. #6281
    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)
    Originally Posted by bu_ba_911 View Post
    why would you be wearing pve gear in pvp and arena?
    2 piece for Ret is absolutely essential for PvP unfortunately. It halves the time to get holy power for more Verdicts or WoGs. Just like the hunter's 2 piece, gaining twice as much focus per steady shot.

  12. #6282
    bestdamnwarrior's Avatar Master Sergeant
    Reputation
    20
    Join Date
    Nov 2011
    Posts
    110
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @Boss,

    Welp bro sorry but since we had people out for Mardi Grad we wound up doing meta achvs shit so I didn't get to do any real testing in a heroic raid environment. Maybe next week.

  13. #6283
    Bossqwerty's Avatar Legendary
    Reputation
    713
    Join Date
    Nov 2006
    Posts
    693
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bestdamnwarrior View Post
    @Boss,

    Welp bro sorry but since we had people out for Mardi Grad we wound up doing meta achvs shit so I didn't get to do any real testing in a heroic raid environment. Maybe next week.
    It's not problem, no rush really.

  14. #6284
    momo1029's Avatar Sergeant
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    69
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    deleted due to misunderstanding
    Last edited by momo1029; 02-22-2012 at 03:21 AM.

  15. #6285
    yourson's Avatar Member
    Reputation
    4
    Join Date
    Feb 2012
    Posts
    149
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Bossqwerty View Post
    If someone could make me a swing timer I could really bring my profile to a whole new level. It would be a pretty big increase in dps. Unfortunately I just can't figure out how to do it myself.
    Lets just hope someone will be able to help work out that swing timer. Anyway even without it, its doing fine.

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 02:32 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