Righty. Sorted out Random rotation stops. (In my demo profile, I've currently replaced Shadowbolt with Harvest Life, just to have an infinite profile running.)
It's been running for almost an hour without stopping, not even once. Just enabled and let it stood there while I've been cooking breakfast.
Level 85 alt, with 357 item level. (Used to be my Herald of the Titans alt so it has very very bad gear), currently done 146mil damage to a dummy averaging 20k DPS.
Going to fix an issue with Shadow Bolt before I release the code, (It returns a Spell Book slot error for some reason right after going out of Metamorphosis.) and run it on my Level 90 main which item level is 493.
Last edited by Kinkeh; 11-09-2012 at 03:57 PM.
My 5.0.4 Profiles:Nova[Crystaltech]_Profiles.txt or http://goo.gl/Zn3at
dead link? like to get a BM rotation for PQR
@Kinkeh: Well, raiding two evenings a week can get you somewhere! All though I sometimes have issues raiding that much even. It's a 25man guild and the people there understand my situation so it's all good, I suppose. :P I can say right now though that Demonology, while theoretically isn't the highest performing Warlock spec, is completely viable in a raiding situation as like Shadow Priests, it's a high utility spec!
Had a few things in-town I needed to do and drop off my paper at Uni before picking up my kid so I haven't fixed Shadow Bolt yet, but it shouldn't be a hard fix! (I hope)
my bad i deleted that but it looks like u seen it before it was removed. I went to your page and seen that it was updated.
please help me guys.. i dont know whats wrong..
my pqr does nothin after the first action. for example on my warrior profile (failroad) i start pqr, press key for heroic leap and after that it does nothing but autoattacks. if i /reload and start again i can do one action again (charge/leap/shockwave etc) and after that again only autohits.. yesterday it worked like a charm, today i got that issue.
odd that the links are broken.
use an svn client and you'll have my nightly uploads
bubba-pqr-profiles - Bubba & Mentally's PQR Profiles - Google Project Hosting
Please if someone helped you donate rep to them.
double post sorry
Last edited by crystal_tech; 11-09-2012 at 09:11 PM.
Please if someone helped you donate rep to them.
Hey guys,
want some testing by experienced Assa Rogues.
I made a single target assa rotation based on simcraft.
Just test it and give a feedback.
Everything you need to know ( glyphs, talents ) is written down in the notes.
Here the DL link --> File-Upload.net - replikator-assa-rogue-simcraft.rar
Is there any way to make it so that the next spell casts with ABSOLUTELY NO DELAY after a spell is done casting? I set the check time to 20 ms, but there is still some slight delay. I want it to push the next key BEFORE the spell is done, not immediately after.
@ Xelper.
The code for Amber Shaper Un'Sok did not work for me.
@TheGreatRowaH: Not possible within World of Warcraft unless you're using some kind of hack, or hacking the game itself. There's always going to be a slight delay between when the client sends the push notification for a spell, until it's registered and cleared on the server side, and the OK message coming back to you, or an Error message. (Spell not availabe, too far away, etc.)
That's where the spell Queue system comes in place. Around ~1 to 0.5 seconds before a spell is done casting, you can already start queuing the next spell you want to cast. This is basically what you consider "Cast immediately after".
I might be wrong about this point, but, it's what I've experienced so far.