[PQR] CuteOne's Profiles menu

User Tag List

Page 24 of 102 FirstFirst ... 20212223242526272874 ... LastLast
Results 346 to 360 of 1522
  1. #346
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    One more RoRo issue, during aoe it is still using Rake instead of only Thrash.

    [PQR] CuteOne's Profiles
  2. #347
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok so in Hybrid mode (where it uses rake and rip with swipe) when RoRO is active profile should not use rake and instead use thrash?
    BadRotations
    Developer

  3. #348
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not 100% sure on the purpose of your hybrid mode tbh, but in an aoe situation, the 10 seconds RoRo is up, according to quite a few posts by aggixx and others on fluiddruid, yes you should ONLY Thrash.


    EDIT: One more question for you. If I wanted to add any other bossid's into your rip logic to NOT Rip on them(primarily Horridon adds), how would this look/need to be done? Something like this, or am I way off?

    Code:
    if check(rp) and (pow>=30 or ubid(p,cc)) and cp==5 and srr > 1 and (bossID~=63053 or XXXXX or XXXXX) and ttd(t)>=15 then
    Last edited by cukiemunster; 04-30-2013 at 05:56 PM.

  4. #349
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hybrid mode is for when you have a boss or a high health target with adds, it is said that in those events a single target rotation with swipe as combo point generator is better than just swipe.

    Then again I am not sure where I read that and it is by no means a permanent feature if it is more trouble than help.
    BadRotations
    Developer

  5. #350
    cukiemunster's Avatar Contributor
    Reputation
    132
    Join Date
    Dec 2009
    Posts
    1,129
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah i gotcha, so you keep up your buffs on your primary target and still keeping up aoe damage, ie Tortos/bats? Also threw in an edit in my last post with a question for ya.

  6. #351
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    honestly I'm not sure as i shamelessly took that from firepong's profile, but if i were to guess you need the IDs for each of the target's you dont want to cast Rip on...essentially
    Code:
    (bossID~=63053 and bossID~=*id of a target not to cast rip on* and bossID~=*id of a target not to cast rip on*)
    and in the case of Garalon's Legs, instead of casting Rip we are useing Ferocious Bite where there is a similar check but to see if the target is one of the boss IDs and so that would look like...
    Code:
    (bossID==63053 or bossID==*id of a target not to cast rip on* or bossID==*id of a target not to cast rip on*)
    BadRotations
    Developer

  7. #352
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Updated profile to do a single Thrash when RoRO is active in AOE Mode (this is only for AOE Mode and not Hybrid).

    Fixed issue with Swipe not working in Hybrid mode
    Last edited by ph34rt3hcute1; 04-30-2013 at 08:19 PM.
    BadRotations
    Developer

  8. #353
    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 ph34rt3hcute1 View Post
    honestly I'm not sure as i shamelessly took that from firepong's profile, but if i were to guess you need the IDs for each of the target's you dont want to cast Rip on...essentially
    Code:
    (bossID~=63053 and bossID~=*id of a target not to cast rip on* and bossID~=*id of a target not to cast rip on*)
    and in the case of Garalon's Legs, instead of casting Rip we are useing Ferocious Bite where there is a similar check but to see if the target is one of the boss IDs and so that would look like...
    Code:
    (bossID==63053 or bossID==*id of a target not to cast rip on* or bossID==*id of a target not to cast rip on*)
    This is how I would do it:
    PHP Code:
    bossID ~= (63053 or ID or ID or ID
    You guys get the idea

  9. #354
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks again firepong
    BadRotations
    Developer

  10. #355
    monopoly8's Avatar Member
    Reputation
    2
    Join Date
    Nov 2012
    Posts
    98
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    profile is working very well, beating people on every fight wearing wrong gear, gems and reforges, all from my crit stacking bear gear, did quite well actually

  11. #356
    Drinksbeer's Avatar Knight-Lieutenant
    Reputation
    33
    Join Date
    Jan 2013
    Posts
    252
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually....crit isn't that bad for kitty. Ran this profile last night (great job btw) and regemmed crit from mastery and did 10k more dps. When we run tonight I will be able to have more numbers but it's looking more and more like (at least to me anyway) that the old-school crit may be scaling better than mastery now.

  12. #357
    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)
    Very impressed with the druidprofile, does it make use of pounce though? I've just tried it in IoT-dailies since guardian is my MS but It didnt seem to use it when I pulled while stealthed.
    I even tried to spam it as I charged in, but it got overlapped by something else I think, gonna activate PQI and check it out again soon!

    Cheers and +rep!

  13. #358
    ph34rt3hcute1's Avatar Contributor Authenticator enabled
    Reputation
    287
    Join Date
    Nov 2012
    Posts
    734
    Thanks G/R
    7/61
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Profile uses ravage over pounce.

    Sent from my Nexus 4 using Tapatalk 2
    BadRotations
    Developer

  14. #359
    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)
    Okay thanks! Was just curious ^^

  15. #360
    finish's Avatar Master Sergeant
    Reputation
    18
    Join Date
    Mar 2013
    Posts
    77
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi! thanks for this profile, im testing it right now and it seems to make pretty good dps ;-)
    only thing i wondered is, when i activate Incarnation on my own, and then your rotation want to activate it, the char doesnt do anything , sometimes for 5-10 seconds, sometimes till i manually does some skills...
    could u please have a look into this?
    thanks in advance ;-)

    edit:

    even when i let the profile use incarnation on its own, it often stands around capping energy and not using a single abilitie, hope u can fix it ;-)
    beside this its awesome so far
    Last edited by finish; 05-04-2013 at 05:10 AM.

Similar Threads

  1. [PQR] Nova Team Profiles
    By bu_ba_911 in forum WoW Bot Maps And Profiles
    Replies: 2341
    Last Post: 07-02-2018, 03:56 AM
  2. [PQR] Gabbz Mage Profiles
    By Gabbz in forum WoW Bot Maps And Profiles
    Replies: 207
    Last Post: 07-18-2016, 08:00 PM
  3. {PQR} Windwalker Raid Profile - Wanted
    By fish221171 in forum WoW Bot Maps And Profiles
    Replies: 3
    Last Post: 10-18-2012, 02:01 AM
  4. PQR - DK Blood profiles - none of them work :(
    By zambeaux in forum WoW Bot Maps And Profiles
    Replies: 4
    Last Post: 10-09-2012, 07:44 AM
  5. PQR PVP Hunter profile?
    By aLorzy91 in forum WoW Bots Questions & Requests
    Replies: 0
    Last Post: 07-29-2012, 02:32 AM
All times are GMT -5. The time now is 10:38 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