[PQRotation] Firepong's PQR Profile's Feedback - Comments - Question's? menu

User Tag List

Page 41 of 48 FirstFirst ... 373839404142434445 ... LastLast
Results 601 to 615 of 715
  1. #601
    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)
    i havent had this rotation ever lock me up, im interested to see how it works with t15 set bonuses though

    [PQRotation] Firepong's PQR Profile's Feedback - Comments - Question's?
  2. #602
    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)
    Regarding the t15 2 pc, according to The Fluid Druid - View topic - Simulationcraft - Feral rotation discussion and script, mangle is a dps gain over using shred unless berserk is up.

    Also, is there any way that we could get an opening rotation that uses mangle instead of shred to get Rip up ASAP? Quite a few times I get 4 CP, and the initial 0 CP SR drops, and it re-ups SR with the 4 CP, resulting in Rip not going up until ~15 seconds or so into the fight because I have to get CP's back up.

  3. #603
    OnionsTich's Avatar Banned
    Reputation
    0
    Join Date
    Jul 2012
    Posts
    137
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Profile has lagged for me ever since unit facing was put into it. Cute-ones feral has a different way of unit facing and does not lag what so ever.. But the dps is not nearly as much as firepongs. Id like to see firepongs with cute-ones unit facing method

  4. #604
    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)
    Originally Posted by cukiemunster View Post
    Regarding the t15 2 pc, according to The Fluid Druid - View topic - Simulationcraft - Feral rotation discussion and script, mangle is a dps gain over using shred unless berserk is up.

    Also, is there any way that we could get an opening rotation that uses mangle instead of shred to get Rip up ASAP? Quite a few times I get 4 CP, and the initial 0 CP SR drops, and it re-ups SR with the 4 CP, resulting in Rip not going up until ~15 seconds or so into the fight because I have to get CP's back up.
    Yeah I would like to see a high priority mangle is 2pc t15 equiped idk if that's capable of being a code

  5. #605
    K1ngp1n's Avatar Sergeant
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yeah would be nice to get an update to the newest simcraft rotation, where mangle is most of the time better than shred under the right conditions like no berserk, t15, etc

  6. #606
    googlebee's Avatar Contributor PQR Profile Developer CoreCoins Purchaser
    Reputation
    235
    Join Date
    Oct 2007
    Posts
    478
    Thanks G/R
    0/0
    Trade Feedback
    9 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    you could simply remove shred from the rotation no?

  7. #607
    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)
    I suppose so, I should test today doing that

  8. #608
    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)
    Originally Posted by googlebee View Post
    you could simply remove shred from the rotation no?
    It wouldn't work right. He has too many checks in his mangle coding. I have stripped down the shred/mangle code though to use mangle as filler, and only shred when berserk is up. However, I had to remove ALL of his checks to get it to work, so I am 100% convinced that I have gimped the profile to some extent. I will post what I have done in case someone with more coding knowledge (wink wink GB =P), or pong himself, wants to tweak it to get it back up to his standards.

    This also does not support Incarnation, because I do not use it. Also I did not touch the variables listed, because everytime I did, I ended up breaking the rotation altogether.

    ***IF THIS DOES NOT WORK FOR YOU, DO NOT USE IT***

    Mangle:
    Code:
    local hasDoC = select(4,UnitBuffID("Player",108381))
    local psBuff = UnitBuffID("Player",69369)
    local nsBuff = UnitBuffID("Player",132158)
    local waBuff = select(4,UnitDebuffID("Target",113746))
    
    if (hasDoC and hasDoC < 2) or not hasDoC and not (psBuff or nsBuff) and waBuff then
    --	CastMangle()
    	-- Variables
    	local HasGlyph = HasGlyph(114234)
    	local HasSR = select(2,HasSR("Player"))
    	local HasThrash = HasThrash("Target","Player")
    	local rake = HasRake("Target")
    	--Misc Buffs/Debuffs
    	local fbCP = GetComboPoints("Player", "Target")
    	local Incarnation = UnitBuffID("Player", 102543)
    	local BS = select(4,UnitBuffID("Player", 106951))
    	local incarnKnown = IsSpellKnown(106731)
    	local tfBuff = UnitBuffID("Player",5217)
    	
    
    		if fbCP < 5 then
    		--		SpellCancelQueuedSpell()
    				CastSpellByName(tostring(GetSpellInfo(33876)))
    	    end
    end
    Shred:
    Code:
    local hasDoC = select(4,UnitBuffID("Player",108381))
    local psBuff = UnitBuffID("Player",69369)
    local nsBuff = UnitBuffID("Player",132158)
    local waBuff = select(4,UnitDebuffID("Target",113746))
    
    if (hasDoC and hasDoC < 2) or not hasDoC and not (psBuff or nsBuff) and waBuff then
    --	CastShred()
    	--Variables
    --	local Facing = PQR_FireMangle("Player","Focus","FocusTarget")
    	local Facing = PQR_UnitFacing("Target","Player")
    	local HasGlyph = HasGlyph(114234)
    	local HasSR = select(2,HasSR("Player"))
    	local HasThrash = select(2,HasThrash("Target","Player"))
    	local rake = HasRake("Target")
    	-- Combo Points
    	local CP = GetComboPoints("Player","Target")
    	--Buffs/Debuffs/Timers
    	local Incarnation = UnitBuffID("Player", 102543)
    	local inStart,inDuration = GetSpellCooldown(106731)
    	local inCD = inStart + inDuration - GetTime()
    	local BS = select(4,UnitBuffID("Player", 106951))
    	local incarnKnown = IsSpellKnown(106731)
    	local tfBuff = UnitBuffID("Player",5217)
    	local CCasting = UnitBuffID("Player",16870)
    	
    	if CP == 5 then
    				return false
    			elseif rake and HasSR and BS ~= nil and CP < 5 then
    				CastSpellByName(tostring(GetSpellInfo(5221)))
    	end
    end
    I have not personally compared the dps between this fix and the normal shred rotation, so no guarantees it will be better without fixing the checks.

  9. #609
    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)
    Ok, I just ran a ~50 mil comparison vs the 2. Mangle did come out about 2.3k above Shred. This is completely unbuffed, 2pc t15, 515 ilvl. So it does seem that mangle will out perform shred as filler in this next tier, unless something changes. Also if all of the checks get coded back into the mangle coding, these numbers could be even higher.

    Mangle:
    [PQRotation] Firepong's PQR Profile's Feedback - Comments - Question's?-mangle-jpg

    Shred:
    [PQRotation] Firepong's PQR Profile's Feedback - Comments - Question's?-shred-jpg

  10. #610
    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)
    Got some bad news for you guys. Some will like it (sarcasm lol), some will hate it (most will, I know).

    As of today, in a few hours time, I will be posting my WoW account up for sale in the WoW Sale/Trade section because I am hitting the 2 month mark on my date in shipping out to boot-camp (Navy). And seeing as how I will not be able to play the game for the first year of all that (boot-camp obviously and 6-9 months in A school), I will not need the account anymore. Also, seeing as how I don't plan on playing during my schooling because of what I'm going in for, that's another 1.5 years.


    Sooooooo, up until I sell the account (my HonorBuddy lifetime will be going with it as well), I will support the profile. After that, it is up to the community to take the project over (Yes, I'm talking to you googlebee or CuteOne) as I will not be supporting it anymore.

    BUT!!! IF I FIND OUT SOMEONE IS TRYING TO SELL MY PROFILE AS THEIR OWN, I WILL ASK THE COMMUNITY OR THE ADMINS HERE TO TAKE ACTION. THERE WOULD BE NO REASON TO SELL SOMETHING THAT HAS BEEN FREE SINCE THE PROFILE WAS MADE AND RELEASED. It would not be hard to find out if someone is selling it either. Would only take people who have been using my profiles to tell if it is somewhere near the same rotation wise/Code wise.

    P.S. I will try and incorporate the mangle change for T15, but if something happens in later tiers and it goes back to shred change, someone will have to change it back around.

  11. #611
    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)
    As a longtime firekitteh user, NOOOOOOOOO. As a human being though, I wish you good luck and thank you for serving our/your country(I believe you are from the US). On a sidenote, did you change your SVN numbering? Went from 2.1.9 personal to 2.1.0 right now.

    Sent from my Galaxy S3 using Tapatalk 2

  12. #612
    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 cukiemunster View Post
    As a longtime firekitteh user, NOOOOOOOOO. As a human being though, I wish you good luck and thank you for serving our/your country(I believe you are from the US). On a sidenote, did you change your SVN numbering? Went from 2.1.9 personal to 2.1.0 right now.

    Sent from my Galaxy S3 using Tapatalk 2
    Yeah, meant for it to be 2.2.0, but forgot to change the 1. After uploading and googlebee mentioning it, I said what the hell and left it xD

  13. #613
    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)
    Good luck firepong and I would be glad to carry on the torch for you and only hope one day my skill and profiles can come close to yours.

    Sent from my Nexus 4 using Tapatalk 2
    BadRotations
    Developer

  14. #614
    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)
    Wow, good luck with the service, I hope you get more enjoyment out of it than I did (and I enjoyed it a lot). Be sure to take advantage of all the courses they offer! I use your profile for aoe all the time so thank you for that, and I hope that someone does pick it up for you!

  15. #615
    K1ngp1n's Avatar Sergeant
    Reputation
    1
    Join Date
    Aug 2012
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for all u did
    would it be possible for u to add the time to die function too before u leave ^^

Page 41 of 48 FirstFirst ... 373839404142434445 ... LastLast

Similar Threads

  1. [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
  2. [Release] Looking for PQR Profile for Rogue PvP
    By alyssaisit in forum World of Warcraft Bots and Programs
    Replies: 2
    Last Post: 10-17-2012, 05:21 PM
  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 04:44 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