Can someone tell me why no fury warrior profiles work anymore :/
I got Bgreen, Nova, Failroad ones and none will work and i dont know how to fix it
Can someone tell me why no fury warrior profiles work anymore :/
I got Bgreen, Nova, Failroad ones and none will work and i dont know how to fix it
Hmmm, mine uses the memory I stated and when I'm in LFR, the CPU usage tops out at around 10%. Remind you, everything PQR does is pretty much math for most of the functions. Math and CPU both go hand in hand. Would be nice though if we could some day get PQR to run off of the GPU's CPUThat would be a epic day there lol (Seeing as how WoW is a more CPU intensive game instead of a GPU intensive game).
If you haven't gone in a modified those to remove deadly calm and a couple other changes, that's probably why they don't work. Replik has an updated one as well as Soapboxes paid profile and a few others are out there, just go look in the bot maps and profiles section and look through there.
Hey! Could u tell me how to reduce the cpu's occupancy? if I open pqr,fps will be decreased to 1~2!
Hey! hopefully someone can help me out;
I'm trying to figure out if I could take the ability function 'Recast Delay' into the code of my rotation.
Basically I like coding my rotations in one big ability and that has been fine for melee classes, but now that I'm trying to make a rotation for a caster class, it's giving me a lot of overlapping spell problems.
Thanks~
P.S.: I've tried PQR_AddToSpellDelayList but this seems to only functions when the spell cast fails.
Last edited by thenthelies; 04-02-2013 at 05:12 AM.
Is there any way to call a specific rotation ability from an in game macro?
Afraid notthis delays the entire rotation and thus no abilities go off until time is up
Pretty much I write like this:
All in one PQR ability, and this controls everything I want the class to do.PHP Code:
if "priority1 conditions met" then
cast("spell1")
elseif "priority2 conditions met" then
cast("spell 2")
elseif "priority3 conditions met" then
cast("spell 3")
end
in my perfect world it would be
But sadly I'm now pretty sure it doesn't exists, so I'll have to code the modern way :lPHP Code:
if "priority1 conditions met" then
cast("spell1 id")
PQR_DelaySpellID(spell id, secs to delay) <does not try to recast this ability until time is up
elseif "priority2 conditions met" then
cast("spell 2")
in the nova data file theres a function that adds a spellid to a table then compares it to the current time from when it was last used. in essence a timer for spells, however if you add in a combat event reader like valmas old profiles you can 'pause' the whole if then until you get a Spell_ Success or Spell_Damage.
What valma did was really complex as he made his rotations use tables for delays, enabled, etc,etc but the rotation itself was a function that returned the spellid and target that he used in the rotational handler.
https://code.google.com/p/valma-pqr-...ource/checkout is the link to the old 4.3 profiles of his. take your time and pick it apart and you'll understand what he did.
Please if someone helped you donate rep to them.
What is your problem exactly? Im coding in a similiar way and for the most part there is no issue. Altough some of the abilities that are off cd like Soulburn there could be some timing issues.
The best way is to create a timer for when you tried the ability and then check that amount of time has passed. But again, what is the problem really?
Looking for exploiters and botters to Elder Scrolls Online.
Hi to all.
Is there a new Noblegarden interrupt rotation?
Thx in advance.
I remember there was last year, Firepong made one IIRC.