Thnx for the fix Lubu ... works great!
Boomie, Boomie![]()
When can you start using the profile to leve, i l just started a blood dk
You should be able to use it right from the start,
please tell me if errors occur![]()
ahh ok well im not getting any errors its just not doing the rotation im trying to use Single blood profile it sits there, the other profile the tank one sits at bone shield and doesnt do anything im only lvl 58 now, im guessing it doesnt bypass spells if your not the right level
Maybe![]()
I will have a look at it and make it working for leveling![]()
Great DK Profile! A couple suggestions though. Mentally has it so that when your CD mode is off and on its displayed bellow the PQI Remote. I was thinking that maybe you could do that with the AoE and Single target mode cause sometimes I forget which one im in. Also. If you could make it so that you can switch between AoE and Single Target Mode Without having to be in combat. And last but not least if I was able to initiate combat with D&D by holding my shift button it would be awesome, also if I didnt actually have to be mousing over someone for dnd that would be cool too![]()
Last edited by kabman; 10-15-2013 at 04:58 AM.
My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/
I will have to test some things, but everything is possible
I haven't played the DK for a while now and i´m wondering why DND and AoE Swap does not work out of combat, it should ^^
I will have a look![]()
Well i simply fixed the out of combat thing by clicking the button at the bottom of PQR... It wasnt clicked for my mage profile anyways that was an easy fix lol I just found another thing... you should make it pause when... Mounted, eating drinking ext.Whenever you get time of course!
That should be the coding for the DND. Obviously You'd Change the PQ_FS to your DND Spell.Code:SpellCancelQueuedSpell() CastSpellByName(GetSpellInfo(PQ_FS),nil) if SpellIsTargeting() then SpellCancelQueuedSpell() CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end return true end
Last edited by kabman; 10-15-2013 at 05:25 AM.
My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/
Please change the ability "Death and Decay" to:
and remove the Spell-ID from the bottom left corner and change Target from Mouseover to Target.Code:-- Death and Decay LuBuDebug("Death and Decay Check loaded",1) if DNDEnabled ~= true then return false end -- Death and Decay if PQR_SpellAvailable(DeathandDecay) and PQI:IsHotkeys(DNDKey) and not GetCurrentKeyBoardFocus() then CastSpell(DeathandDecay) if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end LuBuDebug("Cast Death and Decay",1) return true end return false
I made some changes and added a Data file while creating the Druid Profile, i have to adjust the Blood Profile, so i can't release an updated Version now, maybe in a couple of hours
That seemed to do the tricknice work!
My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/
This should do the trick for the pausing while doing important things issue
Code:function pauseProfile() if UnitIsDeadOrGhost("player") -- Snap! Deaded or UnitBuffID("player",104934) -- Eating (Feast/Banquet) or UnitBuffID("player",80169) -- Eating Normal or UnitBuffID("player",87959) -- Drinking Normal or UnitBuffID("player",11392) -- 18 sec Invis Pot (for CMs) or UnitBuffID("player",3680) -- 15 sec Invis pot (for CMs) or IsMounted() -- Mounted, lol. Get it? then return true end return false end
My Website for anyone that wants to get in touch https://easiergaming.wordpress.com/
Testing right now and run smooth your Moonkin Profile from what I saw. But actually he not use Incaneration.
And for DPS Optimation, not sure if possible but after you cast your last Starfire you maybe start casting Wrath instead of one more Starfire. But I think its impossible to code. And its only a very small Optimation.
LEFT ALT also PAUSE Rotation for me instead of use Hurricane. Left Control working well, so I guess LEFT ALT is Hardcoded.
Thanks so much for this Profile! + 5 Rep :>
There is no hardcoded Hotkey![]()
Have a look at both PQI Pages, the Pause Hotkey is also set to left alt
As i stated above, nothing is impossibleI will try to add this