@Xelper: I think build in "target mouseover" is bugged, says "You have no target."
@Xelper: I think build in "target mouseover" is bugged, says "You have no target."
Lookin forward to when we get blood & unholy implemented to the dk-profile, and a blood-rotation for soloing stuff would also be appreciated if anyone with codingskills and time would put together. Great work on the frost-rotation btw, love it and use it everyday.
it keeps saying changing interval to 100' and the bots not working for my dk what do i do???
Please reply thankyou so much
whats with the constant ticking sound that I hear when using the hunter MM profile. Apparently other people in game can hear this too, which = not good
Good catch, my bad on this one.
Forgot to change the "pet" reference to "mouseover"Code:elseif PQR[rotation].priorityTable.targetCast[nextAbility] == "pet" then PQR_Debug("Casting Spell "..castingName.." ("..castingID..") on PET") CastSpellByID(castingID, "pet") elseif PQR[rotation].priorityTable.targetCast[nextAbility] == "mouseover" then PQR_Debug("Casting Spell "..castingName.." ("..castingID..") on MOUSEOVER") CastSpellByID(castingID, "pet")
http://dl.dropbox.com/u/39925787/PQR1011.zip
Just a simple fix for this, nothing else.
@googlebee: Other people certainly can't hear it unless it is playing loudly enough and you are on vent with them broadcasting it. I noticed that for some reason the "character" panel icon (the tiny one that shows your characters face) flashes quite a bit while in use and even after use, and this has happened for a long time... even in my old private versions before this was released. I never really looked into this, though I also never actually heard a noise... but from your description this could be the case. I have a few ideas, and I will look into it this weekend.
Can you describe this sound? Is it the same sound as if you were opening your character panel? (Normal hotkey is C)
Also, I haven't forgotten about your request for those feral changes... Ill help you out with those when I get a bit of free time this weekend.
Last edited by Xelper; 09-01-2011 at 11:05 PM.
I still need help with my Death Knight Chains of Ice [fixed], but I got my Warlock Demon Leap to work at mouse location with shift key modifier. Here you go
Name: Demo: Demon Leap
Spell Id: 54785
Delay: 200 (Worked for me)
Target: Mouseover
LUA Code:
Just throw this at the top of your Demo: Single Target or Demo: AOE Rotation depending on when you would use itCode:if IsShiftKeyDown() then return true end
If anyone could help me with Chains of Ice that would be awesome [fixed]. How far I've gotten is on the previous page.
*edit*
got it working, i have no idea what was wrong but anyways, here's Chains of Ice for Death Knights.
Name: Chains of Ice
SpelID: 45524
Target: Target
Delay: 0
LUA Code:
Throw this at the top of your rotation, and whenever you hold down Shift, you will Chains your targetCode:if IsShiftKeyDown() then return true end
**edit**
Well might as well release my last edit for Death Knights as well. Yet again another PVP themed one.
Name: Death Grip
SpellID: 49576
Delay: 100
Target: Target
LUA Code:
Throw this right up next to Chains of Ice, and whenever you hold down Control, you will Death Grip your targetCode:if IsControlKeyDown() then return true end![]()
Last edited by bu_ba_911; 09-02-2011 at 12:14 AM. Reason: Fixing Typos and Adding More DK Stuff
The sound is the same as if u manually click an ability in your hotbar. I dont have it really at all in my druid profiles, or i just dont notice it. But not being in vent and using the hunter MM profile while in a group earlier ( and no i wasn't in vent lol), this guy in group says to me: "can u stop whatever it is your doing that makes so much noise? it a macro or something? its driving me nuts!" - I didnt even know what to say lol@googlebee: Other people certainly can't hear it unless it is playing loudly enough and you are on vent with them broadcasting it. I noticed that for some reason the "character" panel icon (the tiny one that shows your characters face) flashes quite a bit while in use and even after use, and this has happened for a long time... even in my old private versions before this was released. I never really looked into this, though I also never actually heard a noise... but from your description this could be the case. I have a few ideas, and I will look into it this weekend.
Can you describe this sound? Is it the same sound as if you were opening your character panel? (Normal hotkey is C)
Also, I haven't forgotten about your request for those feral changes... Ill help you out with those when I get a bit of free time this weekend.
Edit: Apparently it goes away if u turn off sound effects under sound options in game.
Last edited by googlebee; 09-02-2011 at 12:20 AM.
That would only effect you tho, if some1 just in your party can hear it, then it's something your actual hunter is doing.
Are you using a Bow or Gun?
Rewrote Arcane Mage rotation, now is usable with setting "Require combat for auto mode" disabled. You can target anything, the rotation will not start until target is affected by combat.
Arcane Mage:
- Selfbuff and create mana gem out of combat
- Cast Focus Magic on party/raid member with hightest mana
- Cast Mirror Images only if target hp is ten times player hp
- Cast Iceblock if player hp < 10%
- Remove "item is not ready yet" spam, You can add or delete USE abilities (gloves, trinkets) from rotation list
- Hold Down SHIFT to cast Ring of Frost at mouse position
- Hold down CONTROL to cast Polymorph on mouseover target
- Hold down RIGHT ALT to use Time Warp
Holy Priest:
- Add Surge of Light check to profile, not tested, anyone with the talent say if is working.
- Autotarget LowHP pause if player is drinking, however continue healing targeted player.
xeron020911PQRProfiles.zip
Sweet bro, only thing I can ask is if you are up to making a disc spec for priest?
---------- Post added at 01:12 AM ---------- Previous post was at 12:53 AM ----------
I am using this profile to heal in bgs right now and noticed something else pretty annoying. When on mount I hop off to buff someone or heal. Might be cool to have it set not to cast while mounted. Sorry to throw my annoying 2 cents in.
if you're using a gun, it's probably the sound of '/cast Auto Shot' being constantly casted, that's the only thing that could make such a noise
if anything, just modify each hunter ability that you use to /startattack or if you use smart hotkey mode, just put /startattack inside the macro
Also I have been testing in bgs and noticed I will hop off my mount to buff fort and top them off. Kind of annoying but so are my requests.
Rewrote Arcane Mage rotation, now is usable with setting "Require combat for auto mode" disabled. You can target anything, the rotation will not start until target is affected by combat.
Arcane Mage:
- Selfbuff and create mana gem out of combat
- Cast Focus Magic on party/raid member with hightest mana
- Cast Mirror Images only if target hp is ten times player hp
- Cast Iceblock if player hp < 10%
- Remove "item is not ready yet" spam, You can add or delete USE abilities (gloves, trinkets) from rotation list
- Hold Down SHIFT to cast Ring of Frost at mouse position
- Hold down CONTROL to cast Polymorph on mouseover target
- Hold down RIGHT ALT to use Time Warp
Holy Priest:
- Add Surge of Light check to profile, not tested, anyone with the talent say if is working.
- Autotarget LowHP pause if player is drinking, however continue healing targeted player.
xeron020911PQRProfiles.zip
hmm reinstalled prq 3x tonight when adding some updated profiles. Yours isnt working at all for some unknown reason. In or Out of combat.
any idea?
Edit* - had the same issue with my own druid profiles too, reinstalled once and fixed it, but i cant even get yours to work now after reinstalling yet again.
---------- Post added at 02:18 AM ---------- Previous post was at 02:08 AM ----------
Well I may have figured out why - It appears you cannot use just a letter to activate prq, and must use alt, ctrl etc in conjunction with the letter to activate the profile. Strange.
*3rd Edit: never mind that - i loaded your older version and tested it - wasn't working - then changed activation keys to alt + letter - worked - then dragged out older profile and dropped in this recent one - Not working again.
w t f lol
Last edited by googlebee; 09-02-2011 at 02:28 AM.
I started coding Unholy DK...... I'll post whatever I've gotten done by tomorrow so someone better than me can finish it up with at least the Skeleton of a build ready
*edit*
I'm having a problem with Death and Decay not casting when a button is held down, but seeing as it's important to the rotation itself anyway around having a mouseover target?
I would say i've got 70% of the build down as is, but my DK is only 77 so I'll need to guess at the 85 skills and abilities
--------------------------------------------------------------------------
*edit*
Ok I REALLY need help with this Death and Decay issue. It's severely hurting my motivation to make an AOE rotation.... I would say I got the Unholy Rotation 85% done now.... last 15% i can't test personally....
Last edited by bu_ba_911; 09-02-2011 at 03:22 AM. Reason: Begging for HELP!!!!!!!