Hi guys.
First of all thx to all devs for ur hard work.
Can any one give me a link for the best or actual Frost DK or Master Frost Profile?
Thx in advance.
Hi guys.
First of all thx to all devs for ur hard work.
Can any one give me a link for the best or actual Frost DK or Master Frost Profile?
Thx in advance.
I'll PM you my edit, put a top 40 rank back when my ilvl was 399 and some other nice ranks(H10m)has some abilities for spine and such too(auto tendon targeting, click for fading light..doesn't click for hour of twilight, also manages shrapnel on madness), just have to add it manually from the rotation editor.
Last edited by Kinkeh; 07-12-2012 at 12:50 PM.
this is sheurons code from his Holy Priest profile
if IsUsableSpell(88685)
and select(2,GetSpellCooldown(88685)) < 2
and not UnitChannelInfo("player")
and not PQR_IsMoving(1)
then
CastSpellByName(tostring(GetSpellInfo(88685)))
if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end
return true
end
if members[1].HP < 95
and IsUsableSpell(88684)
and not UnitChannelInfo("player")
and select(2,GetSpellCooldown(88684)) < 2 then
CastSpellByName(GetSpellInfo(88684),members[1].Unit)
return true
end
the first part of it is for Holy Word Sanctuary , atm it is casting automaticly at mouseover whenever it is off cd , and i want to make to cast at mouseover but when Left Ctrl is pressed , how can i do that ?
Seem PQR is growing in popularity, my profiles got 5000 downloads since last update.
[ Sheuron PQR Profiles Pack ] https://goo.gl/lfAMC
If you like this piece of code feel free to invite me a beer making a donation.
My paypal account: [email protected]
lol, I've gotten 900 dl's on my druid profile. 84 so far on my HonorBuddy friendly version.
On that topic Xelper, think you might be willing to add in to where it will auto start a Profile when you login and get past the character selection? Would make it that much better for using it in tandem with HonorBuddy lol
P.S. I've gotten changes pushed to my SVN for using HonorBuddy and leveling a Hunter. this is pretty much after the later level's. Haven't added anything for straight leveling from 1 yet, but I decided for that to be next instead of Death Knights. No zip at this current time. Just download the whole SVN and copy the shit to the respective places. Just need DATA, the Hunter PQRotation profile and the whole Singular HonorBuddy CC folder.
Code:if IsUsableSpell(88685) and IsLeftControlKeyDown() and not GetCurrentKeyBoardFocus() and select(2,GetSpellCooldown(88685)) < 2 and not UnitChannelInfo("player") and not PQR_IsMoving(1) then CastSpellByName(tostring(GetSpellInfo(88685))) if SpellIsTargeting() then CameraOrSelectOrMoveStart() CameraOrSelectOrMoveStop() end return true end
@Xelper Gonna say it again, I love PQR, you did an amazing job. I was wondering, would it be possible to add a simple copy/paste button to the program? As an example, one of the UH dk profiles (Don't remember which one) has an auto flag return ability that I would like to copy to every profile I use. Would it even be possible to make something simple like that without using an xml editor so we could easly mix and match between different abilities in different profiles?
many thx , it works great
wtb intellsence but that would be a huge undertaking or code snipits for pqr. but if you know xml break down you can create it in another ide and bring it over to pqr
Please if someone helped you donate rep to them.
So what's intellsence. What is it suppose to do?
Sent from my MB860 using Tapatalk 2
Get spammed with this error message when using Onya's Resto Shaman profile.
Did I miss something minor?
+rep to fast responces
thanks!
Message: [string "if PQR_SpellAvailable(61295) then ..."]:9: attempt to compare nil with number
Time: 07/13/12 14:11:04
Count: 284
Stack: [string "if PQR_SpellAvailable(61295) then ..."]:9: in function `?'
[string "if PQR_Addon_Loaded == nil then..."]:760: in function `PQR_NextAbility'
[string "if PQR_Addon_Loaded == nil then..."]:533: in function `PQR_ExecuteRotation'
[string "if PQR_Addon_Loaded == nil then..."]:289: in function <[string "if PQR_Addon_Loaded == nil then..."]:214>
Locals: _ = nil
_ = nil
_ = nil
_ = nil
_ = nil
_ = nil
ah = nil
_ = nil
_ = nil
_ = nil
_ = nil
_ = nil
_ = nil
rt = nil
(*temporary) = true
(*temporary) = "focus"
(*temporary) = true
(*temporary) = "player"
(*temporary) = "focus"
(*temporary) = 1
(*temporary) = nil
(*temporary) = false
(*temporary) = "attempt to compare nil with number"
@xelper
http://www.codeproject.com/Articles/...Y-Intellisense hehe
@everyone else
sorry, just woke up lol.
InteliSense: IntelliSense - Wikipedia, the free encyclopedia
its becoming a standard thing for devs. as you type out an api or a var name it will auto complete it / tell you the calls / whats required for it to work. best example would be in visual studio.
the codesnipits would be you code something and save it as a snipit and when your ready to use it again you just insert the snipit from a list box and bam your code is entered. much like copy and paste just with the ability to have more than one pc. of code at a time that you can add
Last edited by crystal_tech; 07-13-2012 at 09:09 AM.
Please if someone helped you donate rep to them.