[PQR] CuteOne's Profiles menu

User Tag List

Page 59 of 102 FirstFirst ... 9555657585960616263 ... LastLast
Results 871 to 885 of 1522
  1. #871
    xNotta's Avatar Member
    Reputation
    2
    Join Date
    Sep 2010
    Posts
    44
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (Enhancement Shaman)
    How would I make Feral Spirit (dogs) pop every time they are off cooldown without using the Cooldown mode?

    [PQR] CuteOne's Profiles
  2. #872
    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)
    Originally Posted by cukiemunster View Post
    I have a request. Since I use HotW for the +6% agi bonus, how hard would it be to implement Moonfire/Wrath usage if I manually use the talent? This wouldn't be used a lot, but there are some situations where it would be handy.


    EDIT: I use to have something similar when I used Pong's profile, but it only spammed wrath. When I get more time to delve into it I will, but hopefully one of the many smarties here can help a brother out getting it to cast Moonfire if the debuff isn't on my target.

    Code:
    if UnitBuffID("player",108293)then 
    CastSpellByName(tostring(GetSpellInfo(5176)))
    return true
    end
    Simple....add this ability and add it to rotation be sure to set how = 108292, i also suggest adding a "not ubid(p,how)" check to Forms or else it will keep popping you in and out of cat form to cast.
    Code:
    if ubid(p,how) then
    	if check(mf) and not udbid(t,mf) then
    		cast(gsi(mf))
    	elseif check(wth) then
    		cast(gsi(wth))
    	end
    end
    Originally Posted by xNotta View Post
    (Enhancement Shaman)
    How would I make Feral Spirit (dogs) pop every time they are off cooldown without using the Cooldown mode?
    Change....
    Code:
    if cd(fer)==0 and ((SpecialUnit() and PQ_CD==CD_BossOnly) or PQ_CD==CD_Auto) then 
    	cast(gsi(fer))
    end
    to...
    Code:
    if cd(fer)==0 then --and ((SpecialUnit() and PQ_CD==CD_BossOnly) or PQ_CD==CD_Auto) then 
    	cast(gsi(fer))
    end
    BadRotations
    Developer

  3. #873
    sed-'s Avatar ★ Elder ★
    Reputation
    1114
    Join Date
    Mar 2010
    Posts
    1,563
    Thanks G/R
    52/151
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    on assassin rogue =(
    Message: [string "if (thp<=35 or ubid(p,bls)) and pow>=30 and..."]:3: attempt to compare nil with number
    Time: 07/19/13 00:19:51
    Count: 374
    Stack: [string "if (thp<=35 or ubid(p,bls)) and pow>=30 and..."]:3: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:765: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: (*temporary) = nil
    (*temporary) = 111240
    (*temporary) = "target"
    (*temporary) = "attempt to compare nil with number"

  4. #874
    Nov17's Avatar Sergeant Major CoreCoins Purchaser
    Reputation
    9
    Join Date
    Aug 2011
    Posts
    161
    Thanks G/R
    6/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello I just wanted to add my feedback.

    I got the rotation about a month ago and it is extremely laggy on 25 man - are the newer versions less laggy or do I need to change any parameters to make it less laggy?
    I removed the cleanse poisons and using it in the arena with great success - are there any recomendations for arena users?
    One thing I would change for arena is to have it instantly heal the most wounded party member, on predatory swiftness if cyclone is on cooldown (saves me keybinds) and reduces the chance to get dispelled.
    Any recommendations on the talents that would work best for arena (2v2) I ask for level 60 and 90 talents more specifically.

  5. #875
    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)
    solva which profile do you have problems with in 25mans? I have no issues what so ever when I do 25m heroic with my guild using the feral-profile

  6. #876
    Nov17's Avatar Sergeant Major CoreCoins Purchaser
    Reputation
    9
    Join Date
    Aug 2011
    Posts
    161
    Thanks G/R
    6/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Ninjaderp View Post
    solva which profile do you have problems with in 25mans? I have no issues what so ever when I do 25m heroic with my guild using the feral-profile
    the feral one. i downloaded about a few weeks ago though. It partially might be my computer to blame, its relatively old, but botirk's doesn't lag at all.

  7. #877
    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)
    Originally Posted by sed- View Post
    on assassin rogue =(
    Message: [string "if (thp<=35 or ubid(p,bls)) and pow>=30 and..."]:3: attempt to compare nil with number
    Time: 07/19/13 00:19:51
    Count: 374
    Stack: [string "if (thp<=35 or ubid(p,bls)) and pow>=30 and..."]:3: in function `?'
    [string "if PQR_Addon_Loaded == nil then..."]:765: in function `PQR_NextAbility'
    [string "if PQR_Addon_Loaded == nil then..."]:534: in function `PQR_ExecuteRotation'
    [string "if PQR_Addon_Loaded == nil then..."]:287: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>

    Locals: (*temporary) = nil
    (*temporary) = 111240
    (*temporary) = "target"
    (*temporary) = "attempt to compare nil with number"
    Interesting, I will have to look into that one sed.

    Originally Posted by solva View Post
    Hello I just wanted to add my feedback.

    I got the rotation about a month ago and it is extremely laggy on 25 man - are the newer versions less laggy or do I need to change any parameters to make it less laggy?
    I removed the cleanse poisons and using it in the arena with great success - are there any recomendations for arena users?
    One thing I would change for arena is to have it instantly heal the most wounded party member, on predatory swiftness if cyclone is on cooldown (saves me keybinds) and reduces the chance to get dispelled.
    Any recommendations on the talents that would work best for arena (2v2) I ask for level 60 and 90 talents more specifically.
    I can't speak much for arena as I do not PvP but the profile already will heal the most wounded party member. As for the lag I would certainly suggest updating and seeing if a more recent version as some of the older ones did suffer from increased lag.
    BadRotations
    Developer

  8. #878
    Nixo's Avatar Sergeant OldSchool CoreCoins Purchaser
    Reputation
    11
    Join Date
    Mar 2013
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    11 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by solva View Post
    the feral one. i downloaded about a few weeks ago though. It partially might be my computer to blame, its relatively old, but botirk's doesn't lag at all.
    make sure you do /console reloadui when you switch profiles . you might trying to switch profiles and that coz you lag

  9. #879
    cassrgs's Avatar Master Sergeant Authenticator enabled
    Reputation
    9
    Join Date
    Oct 2011
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello there

    Something strange its happening after i got 4pt15 on my feral. Since it generates more cp it seats on 5cp lots of time without using FB still using rake and mangle, or it refreshes rip that isnt even on half the duration without any new proc.
    Before you said something about putting a code for not casting SR when RoRo its up but it happens all the time, is it implemented?
    People on fluiddruid said that 4p bonus should be used more on FB and the CP usage would be from 4+ to 3+. If i remember Firepong had on one moment a setting to choose with how many CP you would use finishers.

    my ilv its 525 using DoC

    AP 44805
    hit/exp 7.5/7.5
    haste 5915
    crit 5935
    mastery 5939

    last 5min test i did gave me this

    [15:17:32] Skada: 41587589 (136352, 100.0%)

    [15:16:45] Skada: Skada: Damage for Current fight, 15:09:55 - 15:16:45:
    [15:16:45] Skada: Rake 10858741 (26.1%)
    [15:16:45] Skada: Rip 8891257 (21.4%)
    [15:16:45] Skada: Attack 7912363 (19.0%)
    [15:16:45] Skada: Thrash 4413263 (10.6%)
    [15:16:45] Skada: Mangle 4155858 (10.0%)
    [15:16:45] Skada: Ferocious Bite 2285572 (5.5%)
    [15:16:45] Skada: Lightning Strike 1948945 (4.7%)
    [15:16:45] Skada: Shred! 905857 (2.2%)
    [15:16:45] Skada: Ravage 164005 (0.4%)
    [15:16:45] Skada: Shred 51728 (0.1%)

    I play on a 3 year old laptop with i5 and ati card. my lat its always around h:150/ w:150 and my pqr delay its set do 240.
    maybe the settings and latency could be interfering on the results?

  10. #880
    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)
    Only thing I can think of is, something is getting confused and causing the code to mess up. Only reason FB shouldn't cast at 5cp would be is Rip will need refresh soon, Savage Roar is in need of refresh in the next second, Thrash needs apply, or there isnt enough energy... Rip would reapply midway if the possible damage output of a new rip would be 125% greater than the current Rip.

    I think i have 4 t15 peices I could see if it causes me any problems after raid tonight, however I do not have RoRo though I have been told the profile works fine with it.
    Last edited by ph34rt3hcute1; 07-19-2013 at 06:49 PM.
    BadRotations
    Developer

  11. #881
    lazy1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Cute what do you raid as?

  12. #882
    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)
    I raid as Feral
    BadRotations
    Developer

  13. #883
    lazy1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    I raid as Feral
    Nice out of curosity what is your progression?

  14. #884
    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)
    on Dark Animus right now, sadly non-heroic
    BadRotations
    Developer

  15. #885
    lazy1's Avatar Member
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    43
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ph34rt3hcute1 View Post
    on Dark Animus right now, sadly non-heroic
    Are you normally at teh top of th dps charts? I dont know if I want to roll feral lol

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