[PQR] Mavmins PQR Profiles menu

User Tag List

Page 27 of 28 FirstFirst ... 232425262728 LastLast
Results 391 to 405 of 413
  1. #391
    nilojose's Avatar Member
    Reputation
    2
    Join Date
    Feb 2012
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dont know if somebody make a reply on it, but the warloc destro profile stop after a wile. Beside that the profile is the best i have try. Thanx!

    [PQR] Mavmins PQR Profiles
  2. #392
    precise83's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Mavmins please release your new ele profile :-)

  3. #393
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I tell you what, when there are no mentioned of paid profiles in the first 2 pages of this forum section, including signature blocks, I'll release it.

  4. #394
    supermann's Avatar Member
    Reputation
    12
    Join Date
    Oct 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    I tell you what, when there are no mentioned of paid profiles in the first 2 pages of this forum section, including signature blocks, I'll release it.
    we have to create "some" new threads... ;-) (joke)

    Maybe u can go down 2 one page ?
    So we can look every morning like @ christmas ? :-)

  5. #395
    precise83's Avatar Private
    Reputation
    1
    Join Date
    May 2012
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I was so tired of the game until i found pqr, and then the first profile I got was your ele shaman one. It made lfr not as horrible, and the game just more fun in general. I'm willing to wait til your ready to put it out. Hopefully its soon though

  6. #396
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Fury:


    You have random rage checks that shouldn't be in there, wild strike, execute and another spell.

    Here is the execute I use for the 4pc
    if (UnitBuffID("player",144442) ~= nil and health >= 20 and UnitPower("player") > 70)
    or (UnitBuffID("player",144442) ~= nil and health < 20) or UnitPower("player") > 70
    or ttd < 12 or UnitDebuffID("target",86346,"PLAYER") ~= nil then
    CastSpellByName(GetSpellInfo(530,"target")
    return true
    end

    edit: Noticed a few spells are in the wrong order.

    Impending victory should be rage >= 10 or proc

    actions.two_targets+=/bloodthirst,cycle_targets=1,if=dot.deep_wounds.remains<5
    has colossus smash id
    Last edited by averykey; 01-08-2014 at 03:34 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  7. #397
    Xopo's Avatar Member
    Reputation
    1
    Join Date
    Jun 2013
    Posts
    56
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Anyone have mavmins old arms profile? or maybe mav himself does? got a new comp and dont have it anymore. I just want to use it as my base to tweak and such for arms os

  8. #398
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by averykey View Post
    Fury:


    You have random rage checks that shouldn't be in there, wild strike, execute and another spell.

    Here is the execute I use for the 4pc
    if (UnitBuffID("player",144442) ~= nil and health >= 20 and UnitPower("player") > 70)
    or (UnitBuffID("player",144442) ~= nil and health < 20) or UnitPower("player") > 70
    or ttd < 12 or UnitDebuffID("target",86346,"PLAYER") ~= nil then
    CastSpellByName(GetSpellInfo(530,"target")
    return true
    end

    edit: Noticed a few spells are in the wrong order.

    Impending victory should be rage >= 10 or proc

    actions.two_targets+=/bloodthirst,cycle_targets=1,if=dot.deep_wounds.remains<5
    has colossus smash id
    cant see any range checks in wild strike or execute - not in the single target rotation anyway
    impending victory is implemented as --impending_victory,if=enabled&target.health.pct>=20&cooldown.colossus_smash.remai ns>=2 no mention of procs in simcraft as the time i implemented it
    execute doesnt need a proc check, itll go off it the 4pc procs anyway --execute,if=debuff.colossus_smash.up|rage>70|target.time_to_die<12

    anf i fixed the CS id for deep wounds

    the abilities were in the right order at the time i implemented it, i think SimC has updated twice since then but i dont have time to go through it

  9. #399
    averykey's Avatar Contributor
    Reputation
    158
    Join Date
    Dec 2011
    Posts
    448
    Thanks G/R
    0/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    cant see any range checks in wild strike or execute - not in the single target rotation anyway
    impending victory is implemented as --impending_victory,if=enabled&target.health.pct>=20&cooldown.colossus_smash.remai ns>=2 no mention of procs in simcraft as the time i implemented it
    execute doesnt need a proc check, itll go off it the 4pc procs anyway --execute,if=debuff.colossus_smash.up|rage>70|target.time_to_die<12

    anf i fixed the CS id for deep wounds

    the abilities were in the right order at the time i implemented it, i think SimC has updated twice since then but i dont have time to go through it
    it does need a proc check, what if colossus smash is down or your rage is less than 70? it doesn't go off, pqr moves on farther down the list.
    bloodsurge makes wild strike free, you have a rage check on it.

    simcraft doesn't mention the impending victory proc because they can't sim it correctly, its less damage if you miss a proc.

    simcraft is supposed to update later this week.

    edit:

    you should put a check for storm bolt on colossus smash, so you don't miss any storm bolts.

    local goakSTART, goakDURATION = GetSpellCooldown(107570)
    if (goakSTART - GetTime() + goakDURATION >= 5) and IsPlayerSpell(107570) == true then return false end

    a check in bladestorm as well if you have cs up and stormbolt hasn't gone off yet

    if UnitDebuffID("target",86346,"player") ~= nil and IsPlayerSpell(107570) == true then
    if PQR_SpellAvailable(107570) then
    return false
    end
    end
    Last edited by averykey; 01-09-2014 at 06:13 AM.
    My Svn - https://subversion.assembla.com/svn/averykeys-svn/

  10. #400
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well its just a SimC implementation as it was at the time. Anyone is free to edit anything, I don't play warrior much at all. The storm bolt check for CS is tier dependent
    I won't be changing anything before WoD as I don't even have any wow game time atm

    That and I don't make PQR profiles anymore, I moved to PE instead. Less people copying stuff and selling it. Paid profiles killed PQR for me so I won't be back.

    now im back on my pc i can reply to this in a bit mroe detail

    Storm bolt has 2 implementations, the first is --storm_bolt,if=enabled&buff.cooldown_reduction.up&debuff.colossus_smash.up as my profile auto detects whether or not you have the eye of galakras or not, if you dont have it, then you dont line it up with CS

    Impending victory will go off proc or not at the bottom of the single target rotation, waste of a GCD to use it higher up

    i removed bladestorm from the single target rotation as on most fights its better to not use it there and save for add phases

    each ability in the profile has the simcraft line it implements commented out at the top and at the time i made it, it was 100% spot on
    but like i said, anyone can change it if simcraft updates but i won't be
    Last edited by Mavmins; 01-09-2014 at 03:29 PM.

  11. #401
    Soapbox's Avatar Legendary Founder of Soapbox Rotations

    CoreCoins Purchaser Authenticator enabled
    Reputation
    743
    Join Date
    Nov 2012
    Posts
    986
    Thanks G/R
    1118/364
    Trade Feedback
    61 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mavmins View Post
    Well its just a SimC implementation as it was at the time. Anyone is free to edit anything, I don't play warrior much at all. The storm bolt check for CS is tier dependent
    I won't be changing anything before WoD as I don't even have any wow game time atm

    That and I don't make PQR profiles anymore, I moved to PE instead. Less people copying stuff and selling it. Paid profiles killed PQR for me so I won't be back.

    now im back on my pc i can reply to this in a bit mroe detail

    Storm bolt has 2 implementations, the first is --storm_bolt,if=enabled&buff.cooldown_reduction.up&debuff.colossus_smash.up as my profile auto detects whether or not you have the eye of galakras or not, if you dont have it, then you dont line it up with CS

    Impending victory will go off proc or not at the bottom of the single target rotation, waste of a GCD to use it higher up

    i removed bladestorm from the single target rotation as on most fights its better to not use it there and save for add phases

    each ability in the profile has the simcraft line it implements commented out at the top and at the time i made it, it was 100% spot on
    but like i said, anyone can change it if simcraft updates but i won't be
    meh

    Cooldowns are not synced properly: Colossus Smash is being casted in a manner that it is missing Storm Bolts. Add a check in Colossus Smash to make sure Storm bolts CD will allow it to fit in the CS window

    For the opener check out icy veins, they have a good guide for this as yours its not using any sort of strategy to align certain cooldowns with each other, or improve the synergy(Skull Banner and Recklessness mainly)

    Look into Glyph of raging wind

    Your Fillers and rage pooling outside of CS can use some work, as well as priorities within CS. (Hint: if you change Heroic Strikes "Cancel Chanel" to true it will be able to cram a lot more of them into a CS window)

    GL
    Last edited by Soapbox; 01-10-2014 at 04:13 PM.

  12. #402
    Mavmins's Avatar Contributor
    Reputation
    165
    Join Date
    Oct 2012
    Posts
    606
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    meh x2 10 chars


    just to clarify for everyone - i cant update these profiles atm because of time - they are free - do what you want with them - modify - tweak - just reshare if you make them better please
    Last edited by Mavmins; 01-10-2014 at 04:17 PM.

  13. #403
    Chinaboy's Avatar Active Member
    Reputation
    75
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Any1 knows how to add thok stop cast on the lock profile?
    They see me farming, they hating.

  14. #404
    billybuffalo's Avatar Knight-Lieutenant
    Reputation
    4
    Join Date
    Jan 2013
    Posts
    360
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Chinaboy View Post
    Any1 knows how to add thok stop cast on the lock profile?
    Best idea i have for you is to get nilrems affliction profile, and look for it in there.

  15. #405
    Chinaboy's Avatar Active Member
    Reputation
    75
    Join Date
    Jun 2012
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by billybuffalo View Post
    Best idea i have for you is to get nilrems affliction profile, and look for it in there.
    I got that but do i copy the whole thing in ability editor and it works? I got 0 coding experience
    They see me farming, they hating.

Page 27 of 28 FirstFirst ... 232425262728 LastLast

Similar Threads

  1. [PQRotation] Firepong's PQR Profile's Feedback - Comments - Question's?
    By firepong in forum WoW Bot Maps And Profiles
    Replies: 714
    Last Post: 08-14-2013, 03:43 AM
  2. [PQRotation] Blinded's PQR Profile's Feedback - Comments - Question's?
    By [Blinded] in forum WoW Bot Maps And Profiles
    Replies: 123
    Last Post: 08-05-2013, 07:03 AM
  3. Wtb ele sham pqr profile thats flawless at for lvl 90s
    By odano1988 in forum WoW Bot Maps And Profiles
    Replies: 7
    Last Post: 10-12-2012, 10:23 AM
  4. [Buying] Best Unholy DK PQR Profile !
    By leinadz in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 09-17-2012, 03:10 PM
  5. PQR Profiles and leveling
    By Durf in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 02-01-2012, 08:21 PM
All times are GMT -5. The time now is 10:28 AM. 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