Ok after testing vorn10 Resto profile for a couple of days it sometimes hang the client, i thought i fixed it by removing healing stream totem from the rotation, but i was wrong. It's when ppl get realy low shit hits the fan. Dunno what it is trying to do but you can't click any spells manually. Hitting esc doesn't help either, not even reload ui. I have to exit Wow to get it back working again, haven't happen in a raid, only 5 mans when ppl take loads of dmg.
When anyone gets freezes and the game wont respond, exit out of PQR and reload. You shouldn't have to exit out of the game. It's a problem with the built-in CastSpellByID() (the part where yoou put the spellID in the little box on the left). Quitting PQR should fix this problem. Just quit it and open it back up.
My Frost/Unholy DK WoL ranking edits(4.3) and crystals Hunter Beta profiles-
https://imdasandmandeathknight.googl...com/svn/trunk/
I'm thinking and its just my thoughts and i have no proof on this about freezing pqr profiles:
bliz put a hard limit value on the amount of times an ability can be spammed in a period of time. Once the value is hit it locks out the client (could be if true some anti bot/marco code)
if this is the case profile writers need to add PQR_SpellAvailable(spellid) to the checks and/or increase the time pqr checks for the next spell.
or
API is bugged and causing leaks
that is being talked about here: Addon blocks Glyph Ui - WoWInterface
just my thoughts
Please if someone helped you donate rep to them.
i think crystal is right , just tested he's BM profile on the dummies and every single try at about 7mil dmgdone the rotation stops and it only auto-attacks , if i switch to the next dummy the rotation starts again with no problem
All profile writers, just try removing return true and instead use CastSpellByName(). I'm using it in my rotations and have yet to have it lock up on me. Ive ran upwards of 100mil damage and never had a lockout.
Sent from my Desire HD using Tapatalk 2
just did some tests setting it to 1000ms still didn't fix the freeze. and using pqr debug it was still going thru the profile just not casting anything. until i moved a tad. I'll test firepongs method of using castspellbyname and see if that fixes it.
update: breaks my profile even more to use CastSpellByName(GetSpellInfo(spellid),nil) on every thing. A little movement fixes the freeze on my end.
Last edited by crystal_tech; 09-03-2012 at 04:36 PM.
Please if someone helped you donate rep to them.
It's weird, because if you don't move and even disable the rotation you can't cast spells or anything until, like you said move a little bit, maybe it's your data file? because I've tested all of sheurons range profiles for a good 20 mins and none of them locked up like that, only thing I get with his profiles is a big loss in frames which stops when the rotation is disabled.
Yes moving around seemed to keep the profile going on my shaman earlier.
@Bubba Its on normal encounters. it will work fine for about 10 mins and then stops dead. Can't do anything. Next time I will close PQR and see if that fixes it. Up until now I have been closing wow to fix it.
not that it matters too much what boss/pvp are you standing still for the entire fight? ultra? even so just tap the movement key a tad and your back in. but we do need to find the cause of it.
Please if someone helped you donate rep to them.