Could it be that FoN rake and my own rake , have the same id and the profile cant detect it?
with FoN my rake drops to 60% uptime and with Sotf i have near to 100%
Last edited by Bottter; 10-23-2013 at 09:46 AM.
updated and it seems to spam rake back to back constantly for long periods of time is this intentional or(Im a scrub i realise this is because it does more damage then mangle spam now but my next point is still an issue)? It seems to replace very strong rakes with rather weak ones. by like 60k or more sometimes D:
seems to work much better sub 25% for keeping up good rips however :3
And like the people below me said it often mangle / rake spams at 5 CP.
Last edited by Nevodark; 10-23-2013 at 10:34 PM.
Thanks for the update. Although sometimes (can't tell when/why, seems random) it will sit at 5 combo points and still use mangle/shred without dumping combo points first. Apart from that the new changes are great! Thanks again.
with the newest update is it still possible to force mangle spam for 2t15? i see you are working on a logic of when to use the combo generators, thanks for the update. edit: i see it's working now , sorry
also i am seeing the same bug as the person before me, it's often siting on 5 points and shreding/mangle
Last edited by tinyblaze; 10-23-2013 at 05:18 PM.
Just a Question, is Arms Profile using Execute on Procc?
I just tested out the new build, and it does not dump FoN charges outside of trinket procs for me. Make sure that if you are testing on the dummy that you are using the Raiders dummy, not a low health one. I am using 530 RoRo and 574 AoC
Last edited by cukiemunster; 10-24-2013 at 05:37 PM.
Rake will cast if its dot dmg is greater than the current one and also if the rake damage is greater than the mangle damage.
As for CP generation spamming at 5 CP....yea sorry about that i was testing some simcraft code and forgot to add a check for 5 CP... you can fix this this by replacing the code under the Shred ability with the following...
Code:if ubid(p,cf) and AOEMode==0 and incom and not IsStealthed() and sir(gsi(mgl),t)==1 and cp < 5 then if ubid(p,inc) and pow>=45 then cast(gsi(rvf)) elseif check(rk) and (ttd(t) - rkr) > 3 and ((crkd * (rkr + 1)) - (rkd * rkr)) > mgld then cast(gsi(rk)) elseif check(shr) and (ubid(p,cc) or (ubid(p,ber) and (srf==true or behind==true)) or repow>=15) and not ubid(p,inc) then cast(gsi(shr)) elseif check(mgl) and not ubid(p,inc) then cast(gsi(mgl)) end end
BadRotationsDeveloper
Thanks for the quick fix
Thanks for the 5 CP fix.
But the issue with rake still happens where it ends up replaceing a very strong rake with an incredibly weak one as it uses 1 to many rakes after my trinket procs have ended D:
Maybe just a latency issue? but i only have about 40 MS most of the time.
Last edited by Apsalaar; 10-25-2013 at 09:06 AM.
Try running the profile without any trinkets equipped to see if it still uses them on CD. 313k dps is quite high for only MotW. I am also 565 ilvl and average about 265k dps over the 5 minute test with 4pc t16, 530 RoRo and 574 AoC.
Judging by your numbers are you running with 2pc t15 and 2pc t16?
Sent from my Galaxy S4 using Tapatalk 2
Last edited by cukiemunster; 10-25-2013 at 12:01 PM.
4 piece t16. 549 RoRo, 580 Haromms, 580 Malkorok Polearm. Was lucky with proccs on that attempt, usually around 89-90M damage done over 5min,
e: Tried with no trinkets equipped, still uses all charges on CD.
Last edited by Apsalaar; 10-25-2013 at 01:58 PM.