@cassrgs thank you for picking up the fire mage profile. im sure with input itll become awesome.
@cassrgs thank you for picking up the fire mage profile. im sure with input itll become awesome.
Fire Mage PvE [3/35/3]
xeronmagefirepve011211PQRProfiles.zip
Didnt add boss spells yet, tested on dummy, and fire is awesome![]()
my fxin god good lookin out sheuron!! (: finally!!!!
Question what does GetCurrentKeyboardfocus mean?
GetCurrentKeyBoardFocus - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
This is a simplification, but it basically checks to see if you're typing in an Editbox or something along those lines, so you're not accidentally triggering Modifier Key spells left and right every time you try to capitalize something.
Or at least, that's my understanding of it.
So been using PQR for awhile now as a Fury Warrior and it's been working great. Upon reaching Normal Mode 25man Deathwing (final fight) PQR doesn't work. It basically just sits there and won't cast any abilities. No error messages occur, etc. I've pretty much tried redownloading the zip file, making zero modifications, etc. and seems like it's the only fight that it refuses to work on. At the end of the night, I hearthed back to orgimar and went straight to a test dummy and it worked just fine.
Was wondering if anyone else was experiencing this and if there was a fix. I left PQR open and just turned it off and did a manual rotation during the fight, hearthed, test dummy and then turned it back on and worked flawlessly on the test dummy. Any advice or help would be greatly appreciated. Kudos to everyone involved in the creation of PQR as well as all the wonderful profiles.
Thanks
P.S. Just a note to add, I went into a LFR queue and joined a group on the second boss, still hadn't made any changes or turned off PQR and it worked flawlessly. So there's something about the room, or the boss, etc. on Deathwing encounter that PQR doesn't like cuz I went back in and ported just myself to the boss and same result, it didn't work
Last edited by bestdamnwarrior; 12-01-2011 at 01:57 AM.
Thank you so much for the very fast response Sheuron, you all are amazing. Hope this works out since we're going back tomorrow night for another shot since the Deathwing encounter is hella buggy. Keep up the awesome work!
I'm going to release an updated version of the Shadowpriest profile later today around 3-4pm CET. I've pretty much used the last week and lag-a-tron Dragon Soul raid yesterday to pull together the most effective (DPS-wise) priority system, as well as adding in 2 new profiles, totaling 4.
It's basically a total re-write of most abilities to better support cross-language game clients and remove some delays that was caused because of non-working checks.
First, you've got the usual "right on" raid profile with no restrictions. (Optimized)
A "restrictive" raiding profile that only uses Arhangel/Shadowfiend on boss-level creatures.
A "Direct-Damage" rotation consisting of Mouseover Vampiric Touch / Mind Blast / Mind Spike (Think Ragnaros Heroic-type encounters.)
A "CC/Slow" profile with SWP/Mind Flay use on mouseover (Solo/Heroic Dungeons)
Lastly, I've added a profile for the less-geared people. Though if you're in anything above 359 item level, you really shouldn't be struggling with Mana at all. This profile follows the same principle as the unrestrictive raiding profile, though it'll use SWfor some mana return while retaining most of the integrity of our priority system.
@mentally good work bro haha hard at work on that Shadowpriest huh lol
@sheuron Concerning your rotation once again after testing....fxin props bro. only thing i had to edit was scorch since casting fireball yields the highest dps unless moving i made it so itll only cast scorch when moving OR when almost oom. also made it only cast fire blast when the dot's are present so that you can hold shift and it'll only spread the dot's in aoe situations. now flawless. (:
Last edited by trulygangster; 12-01-2011 at 09:12 AM.
Hello again!
My question may be dumb, but there is something thats annoyng me.
While the profile its active and the character its casting something, those rolling messages that keep appearing on the screen like "this spell its not ready" or "another action in progress".
This heppens because pqr makes the cycle on the abilites? there is a way to put a pause so that he only move to the next ability once the spellcast its finished so it stop appearing those messages?
I tried to put the code below on all the abilities
But the messages keep appearing anywayCode:if SpellIsTargeting() == nil and IsShiftKeyDown() == nil then blahblah (code for the ability) else return false end
Any suggestions?
can i get a request on an update on the druid feral and boomkin and anya's resto and elemental profiles pls...
thank you in advance
Hello,
I try to start Fury Pve by xrnF but it doesnt work....
Can everybody help me please? I need a profil for my Warry :-(
Thanks
Correct- The function returns 0 if your keyboard input is effecting the world. It returns the frame of the editbox if you are typing.
I use it in the actual app so that hotkeys (ALT+X) etc do not fire when you are typing to people. Profiles that use SHIFT modifiers, etc, might not want to use those abilities when you are just trying to capitalize a letter.